# | Line 2 | Line 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 \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |