1 |
< |
### RPM external boost-build 2.0-m10 |
2 |
< |
Source: http://dl.sourceforge.net/sourceforge/boost/boost-build-%v.tar.bz2 |
1 |
> |
### RPM external boost-build 2.0-m12-CMS18 |
2 |
> |
# Override default realversion since they have a "-" in the realversion |
3 |
> |
%define realversion 2.0-m12 |
4 |
> |
Source: http://superb-east.dl.sourceforge.net/sourceforge/boost/%{n}-%{realversion}.tar.bz2 |
5 |
> |
|
6 |
|
%prep |
7 |
< |
%setup -n boost-build-%v |
7 |
> |
%setup -n boost-build |
8 |
|
|
9 |
|
%build |
10 |
< |
|
10 |
> |
cd jam_src |
11 |
|
case $(uname) in |
12 |
|
Darwin ) sh build.sh darwin ;; |
13 |
|
* ) sh build.sh gcc ;; |