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.9 by elmer, Fri Nov 2 16:40:18 2007 UTC vs.
Revision 1.11 by elmer, Sun Nov 9 14:16:44 2008 UTC

# Line 1 | Line 1
1 < ### RPM external sigcpp 2.0.17-CMS18
1 > ### RPM external sigcpp 2.0.18
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 + Patch0: sigcpp-2.0.18-gcc42
5  
6   %prep
7   %setup -q -n libsigc++-%{realversion}
8 + case %gccver in
9 +  4.3.*)
10 + %patch0 -p2
11 +  ;;
12 + esac
13   ./configure --prefix=%{i}
14  
15   %build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines