1 |
< |
### RPM external sigcpp 2.0.17 |
2 |
< |
%define majorv 2.0 |
3 |
< |
Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{majorv}/libsigc++-%{v}.tar.gz |
1 |
> |
### RPM external sigcpp 2.0.17-CMS3 |
2 |
> |
%define majorv %(echo %realversion | cut -d. -f1,2) |
3 |
> |
Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{majorv}/libsigc++-%{realversion}.tar.gz |
4 |
|
|
5 |
|
%prep |
6 |
< |
%setup -q -n libsigc++-%{v} |
7 |
< |
./configure --prefix=%{i} |
6 |
> |
%setup -q -n libsigc++-%{realversion} |
7 |
> |
./configure --prefix=%{i} |
8 |
|
|
9 |
|
%build |
10 |
< |
make |
11 |
< |
|
10 |
> |
make %makeprocesses |
11 |
|
%install |
12 |
|
make install |
13 |
< |
|
13 |
> |
cp %i/lib/sigc++-%{majorv}/include/sigc++config.h %i/include/sigc++-%{majorv}/ |