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.1 by eulisse, Fri Apr 28 09:35:43 2006 UTC vs.
Revision 1.13 by muzaffar, Thu Jun 18 12:05:18 2009 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-CMS19
2 > Source: ftp://xmlsoft.org/%n/%n-%realversion.tar.gz
3 > %define online %(case %cmsplatf in *onl_*_*) echo true ;; esac)
4 >
5 > %if "%online" != "true"
6   Requires: zlib
7 + %endif
8  
9 + %prep
10 + %setup -n %n-%realversion
11   %build
12 < ./configure --prefix=%i --with-zlib=$ZLIB_ROOT
12 > %if "%online" != "true"
13 > ./configure --prefix=%i --with-zlib=$ZLIB_ROOT --without-python
14 > %else
15 > ./configure --prefix=%i --with-zlib=/usr --without-python
16 > %endif
17   make %makeprocesses
18 + %post
19 + %{relocateConfig}bin/xml2-config
20 + %{relocateConfig}lib/libxml2.la
21 + %{relocateConfig}lib/pkgconfig/libxml-2.0.pc
22 + %{relocateConfig}lib/xml2Conf.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines