Revision: | 1.6 |
Committed: | Wed May 23 16:26:07 2007 UTC (17 years, 11 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | ge20070629, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, ge20070622, pe20070607a-ports |
Changes since 1.5: | +5 -5 lines |
Log Message: | o Updates to use %realversion from rpm-preamble o Versions all updated to -XXXX (we can choose the actual rebuild naming convention in a second pass) |
# | Content |
---|---|
1 | ### RPM external sigcpp 2.0.17-XXXX |
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++-%{realversion} |
7 | ./configure --prefix=%{i} |
8 | |
9 | %build |
10 | make %makeprocesses |
11 | %install |
12 | make install |
13 | cp %i/lib/sigc++-%{majorv}/include/sigc++config.h %i/include/sigc++-%{majorv}/ |