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