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

Comparing COMP/CMSDIST/cmake.spec (file contents):
Revision 1.19 by ratnik, Tue May 13 17:29:46 2008 UTC vs.
Revision 1.23 by elmer, Fri Oct 30 19:46:57 2009 UTC

# 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 closingbrace )
5 + %define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac)
6   #Patch1: cmake
7  
8   #We are using system zlib for the online builds:
9 < %if "%cmsplatf" != "slc4onl_ia32_gcc346"
9 > %if "%online" != "true"
10   Requires: zlib
11   %endif
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines