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

Comparing COMP/CMSDIST/libxml2.spec (file contents):
Revision 1.3 by elmer, Tue May 1 11:31:21 2007 UTC vs.
Revision 1.8 by elmer, Fri Nov 2 20:39:05 2007 UTC

# Line 1 | Line 1
1 < ### RPM external libxml2 2.6.23
2 < Source: ftp://xmlsoft.org/%n/%n-%v.tar.gz
1 > ### RPM external libxml2 2.6.23-CMS18
2 > Source: ftp://xmlsoft.org/%n/%n-%realversion.tar.gz
3 >
4 > %if "%{?online_release:set}" != "set"
5   Requires: zlib
6 + %endif
7  
8 + %prep
9 + %setup -n %n-%realversion
10   %build
11 < ./configure --prefix=%i --with-zlib=$ZLIB_ROOT
11 > %if "%{?online_release:set}" != "set"
12 > ./configure --prefix=%i --with-zlib=$ZLIB_ROOT --without-python
13 > %else
14 > ./configure --prefix=%i --with-zlib=/usr --without-python
15 > %endif
16   make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines