OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-May-2004 13:29:03
Branch: HEAD Handle: 2004052012290200
Modified files:
openpkg-src/gift-gnutella
gift-gnutella.spec
Log:
fix dependency and add XML support
Summary:
Revision Changes Path
1.4 +4 -4 openpkg-src/gift-gnutella/gift-gnutella.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift-gnutella/gift-gnutella.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 gift-gnutella.spec
--- openpkg-src/gift-gnutella/gift-gnutella.spec 20 May 2004 10:17:42 -0000
1.3
+++ openpkg-src/gift-gnutella/gift-gnutella.spec 20 May 2004 11:29:02 -0000
1.4
@@ -42,10 +42,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libtool
+BuildPreReq: OpenPKG, openpkg >= 20040130, libtool, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: gift, pkgconfig, db, zlib
-PreReq: gift, pkgconfig, db, zlib
+BuildPreReq: gift, zlib, libxml
+PreReq: gift, zlib, libxml
AutoReq: no
AutoReqProv: no
@@ -76,7 +76,7 @@
./configure \
--prefix=%{l_prefix} \
--with-zlib=%{l_prefix} \
- --enable-libdb \
+ --with-libxml=%{l_prefix} \
--enable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]