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.8 by ratnik, Wed Apr 18 23:46:01 2007 UTC vs.
Revision 1.12 by ratnik, Wed Oct 10 22:03:47 2007 UTC

# Line 1 | Line 1
1 < ### RPM external cmake 2.4.2
2 < Requires: gcc-wrapper
3 < %define downloaddir %(echo %v | cut -d. -f1,2)
4 < Source: http://www.cmake.org/files/v%{downloaddir}/%n-%v.tar.gz
1 > ### RPM external cmake 2.4.2-CMS3
2 > %define downloaddir %(echo %version | 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"
8   Requires: zlib
9 + %endif
10  
11   %prep
12  
13 < %setup -n cmake-%v
13 > %setup -n cmake-%realversion
14   #%patch1 -p1
15  
16   %build
14 ## IMPORT gcc-wrapper
17   ./configure --prefix=%i
18   make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines