|
|
@@ -33,8 +33,8 @@ Distribution: OpenPKG
|
|
|
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 @@ Prefix: %{l_prefix}
|
|
|
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 @@ AutoReqProv: no
|
|
|
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} \
|