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.1 by eulisse, Fri Feb 17 04:40:35 2006 UTC vs.
Revision 1.8 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1 < ### RPM external cmake 1.8.3
2 < Source: http://www.cmake.org/files/v1.8/%n-%v.tar.gz
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
5 > #Patch1: cmake
6 > Requires: zlib
7 >
8 > %prep
9 >
10 > %setup -n cmake-%v
11 > #%patch1 -p1
12 >
13 > %build
14 > ## IMPORT gcc-wrapper
15 > ./configure --prefix=%i
16 > make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines