|
@@ -1,15 +1,15 @@
|
|
Summary: Xalan XSLT processor for C
|
|
Summary: Xalan XSLT processor for C
|
|
|
|
|
|
Name: xalan-c
|
|
Name: xalan-c
|
|
-Version: 1.10.0
|
|
|
|
|
|
+Version: 1.11.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: ASL 2.0
|
|
License: ASL 2.0
|
|
URL: http://xml.apache.org/xalan-c/
|
|
URL: http://xml.apache.org/xalan-c/
|
|
-Source0: http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
|
|
|
|
|
|
+Source0: http://www.us.apache.org/dist/xalan/xalan-c/sources/xalan_c-1.11-src.tar.gz
|
|
Patch0: xalan-c-1.10.0-escaping.patch
|
|
Patch0: xalan-c-1.10.0-escaping.patch
|
|
-Patch1: xalan-c-1.10.0-gcc43.patch
|
|
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
BuildRequires: xerces-c-devel
|
|
BuildRequires: xerces-c-devel
|
|
@@ -43,9 +43,8 @@ Documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n xml-xalan/c
|
|
|
|
|
|
+%setup -q -n xalan-c-1.11/c
|
|
%patch0 -p2 -b .escaping
|
|
%patch0 -p2 -b .escaping
|
|
-%patch1 -p2 -b .gcc43
|
|
|
|
find -type d -name CVS -print0 | xargs -0 rm -rf
|
|
find -type d -name CVS -print0 | xargs -0 rm -rf
|
|
chmod 644 NOTICE
|
|
chmod 644 NOTICE
|
|
|
|
|
|
@@ -53,7 +52,7 @@ chmod 644 NOTICE
|
|
%build
|
|
%build
|
|
export XALANCROOT="${PWD}"
|
|
export XALANCROOT="${PWD}"
|
|
export XERCESROOT=%{_includedir}/xercesc/
|
|
export XERCESROOT=%{_includedir}/xercesc/
|
|
-COMMONARGS="-plinux -cgcc -xg++ -minmem -rpthreads"
|
|
|
|
|
|
+COMMONARGS="-plinux -cgcc -xg++ -minmem"
|
|
%ifarch alpha ppc64 s390x sparc64 x86_64
|
|
%ifarch alpha ppc64 s390x sparc64 x86_64
|
|
./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
|
|
./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
|
|
%else
|
|
%else
|
|
@@ -97,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.11.0-1
|
|
|
|
+- update to 1.11.0
|
|
|
|
+
|
|
* Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-1
|
|
* Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|