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.1 by ratnik, Mon Jun 19 11:49:12 2006 UTC vs.
Revision 1.4 by ratnik, Wed Apr 18 23:46:02 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines