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.4 by eulisse, Thu Jun 8 07:51:22 2006 UTC vs.
Revision 1.19 by ratnik, Tue May 13 17:29:46 2008 UTC

# Line 1 | Line 1
1 < ### RPM external cmake 1.8.3
2 < %define download dir %(echo %v | cut -d. -f1,2)
3 < Source: http://www.cmake.org/files/v1.8/%n-%v.tar.gz
4 < Patch1: cmake
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 "%cmsplatf" != "slc4onl_ia32_gcc346"
8   Requires: zlib
9 + %endif
10  
11   %prep
12  
13 < %setup -n cmake-%v
14 < %patch1 -p1
13 > %setup -n cmake-%realversion
14 > #%patch1 -p1
15  
16   %build
17   ./configure --prefix=%i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines