ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/sigcpp.spec
(Generate patch)

Comparing COMP/CMSDIST/sigcpp.spec (file contents):
Revision 1.2 by eulisse, Fri Jun 23 12:00:07 2006 UTC vs.
Revision 1.7 by elmer, Wed Jun 27 12:50:44 2007 UTC

# Line 1 | Line 1
1 < ### RPM external sigcpp 2.0.17
2 < %define majorv %(echo %v | cut -d. -f1,2)
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 %makeprocesses
11 + %install
12 + make install
13 + cp %i/lib/sigc++-%{majorv}/include/sigc++config.h %i/include/sigc++-%{majorv}/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines