# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external boost-build 2.0-m10 | |
2 | Source: http://dl.sourceforge.net/sourceforge/boost/boost-build-%v.tar.bz2 | |
3 | %prep | |
4 | < | %setup -n boost-build-%v |
4 | > | %setup -n boost-build |
5 | ||
6 | %build | |
7 | < | |
7 | > | cd jam_src |
8 | case $(uname) in | |
9 | Darwin ) sh build.sh darwin ;; | |
10 | * ) sh build.sh gcc ;; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |