Explorar el Código

upgrading package: xmlstarlet 0.9.1 -> 0.9.3

Thorsten Hohmeier hace 21 años
padre
commit
47a1eb2328
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      xmlstarlet/xmlstarlet.spec

+ 5 - 5
xmlstarlet/xmlstarlet.spec

@@ -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} \