# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external cmake 2.4.6-CMS20 |
1 | > | ### RPM external cmake 2.4.6 |
2 | %define downloaddir %(echo %realversion | cut -d. -f1,2) | |
3 | Source: http://www.cmake.org/files/v%{downloaddir}/%n-%realversion.tar.gz | |
4 | + | %define online %(case %cmsplatf in *onl_*_*) echo true ;; esac) |
5 | #Patch1: cmake | |
6 | ||
7 | #We are using system zlib for the online builds: | |
8 | < | %if "%cmsplatf" != "slc4onl_ia32_gcc346" |
8 | > | %if "%online" != "true" |
9 | Requires: zlib | |
10 | %endif | |
11 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |