ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
COMP
/
CMSDIST
/
libxml2.spec
Revision:
1.5
Committed:
Tue Jun 26 09:58:52 2007 UTC
(17 years, 10 months ago) by
eulisse
Branch:
MAIN
CVS Tags:
ge20070702-rpm-webtools, ge20070629, ge20070625
Changes since
1.4
:
+1 -1 lines
Log Message:
* Disabling python bindings.
File Contents
#
Content
1
### RPM external libxml2 2.6.23-wt1
2
Source:
ftp://xmlsoft.org/%n/%n-%realversion.tar.gz
3
Requires: zlib
4
%prep
5
%setup -n %n-%realversion
6
%build
7
./configure --prefix=%i --with-zlib=$ZLIB_ROOT --without-python
8
make %makeprocesses