OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Aug-2004 10:28:00
Branch: HEAD Handle: 2004082409275900
Modified files:
openpkg-src/xmlstarlet xmlstarlet.spec
Log:
upgrading package: xmlstarlet 0.9.1 -> 0.9.3
Summary:
Revision Changes Path
1.13 +5 -5 openpkg-src/xmlstarlet/xmlstarlet.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmlstarlet/xmlstarlet.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 xmlstarlet.spec
--- openpkg-src/xmlstarlet/xmlstarlet.spec 29 Mar 2004 09:01:17 -0000 1.12
+++ openpkg-src/xmlstarlet/xmlstarlet.spec 24 Aug 2004 08:27:59 -0000 1.13
@@ -33,8 +33,8 @@
Class: EVAL
Group: SGML
License: GPL
-Version: 0.9.1
-Release: 20040329
+Version: 0.9.3
+Release: 20040824
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/xmlstar/xmlstarlet-%{version}.tar.gz
@@ -44,8 +44,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: libxml, libxslt, libiconv
-PreReq: libxml, libxslt, libiconv
+BuildPreReq: libxml, libxslt, libiconv, gcrypt, gpg-error
+PreReq: libxml, libxslt, libiconv, gcrypt, gpg-error
AutoReq: no
AutoReqProv: no
@@ -71,7 +71,7 @@
CFLAGS="%{l_cflags -O} %{l_cppflags}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
- LIBS="-liconv" \
+ LIBS="-liconv -lgcrypt -lgpg-error" \
./configure \
--prefix=%{l_prefix} \
--with-libxml-prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]