|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: SGML
|
|
|
License: LGPL
|
|
|
Version: 2.5.8
|
|
|
-Release: 20030709
|
|
|
+Release: 20030718
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
|
|
@@ -56,6 +56,10 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -n libxml2-%{version}
|
|
|
%patch -p0
|
|
|
+ # fix syntax error
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;\(test *\$[a-z0-9_]*\)=;\1 = ;g' \
|
|
|
+ configure.in configure
|
|
|
|
|
|
%build
|
|
|
%{l_shtool} subst \
|