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

Comparing COMP/CMSDIST/classlib.spec (file contents):
Revision 1.5 by fwyzard, Thu Jan 20 00:02:54 2011 UTC vs.
Revision 1.7 by elmer, Sun Mar 6 23:33:06 2011 UTC

# Line 1 | Line 1
1 < ### RPM external classlib 3.1.1
1 > ### RPM external classlib 3.1.2
2   Source: http://cmsmac01.cern.ch/~lat/exports/%n-%realversion.tar.bz2
3   %define closingbrace )
4   %define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac)
5 + Patch0: classlib-3.1.2-gcc46
6  
7   Requires: bz2lib
8   Requires: pcre
# Line 14 | Line 15 | Requires: onlinesystemtools
15  
16   %prep
17   %setup -n %n-%realversion
18 + case %gccver in
19 +  4.6.*)
20 + %patch0 -p1
21 +  ;;
22 + esac
23  
24   %build
25   ./configure --prefix=%i                         \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines