From 59ceb17c856bfefc86de6c0a33d761f72c9a1f6e Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 7 Mar 2018 12:27:31 -0600 Subject: [PATCH] Bump and also build on ppc64le. It was requested that a provenpackager do a bump and build of this package so that other things could be built. It appears to be a very low-impact change and so I just went ahead and did it. --- xalan-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xalan-c.spec b/xalan-c.spec index 5cc2ba8..0036fb8 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -1,6 +1,6 @@ Name: xalan-c Version: 1.11.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Xalan XSLT processor for C Group: System Environment/Libraries @@ -50,7 +50,7 @@ cp /usr/lib/rpm/config.guess config.guess export XALANCROOT="${PWD}" export XERCESROOT=%{_includedir}/xercesc/ COMMONARGS="-plinux -cgcc -xg++ -minmem" -%ifarch alpha ppc64 s390x sparc64 x86_64 aarch64 +%ifarch alpha ppc64 ppc64le s390x sparc64 x86_64 aarch64 ./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}' %else ./runConfigure ${COMMONARGS} -b32 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}' @@ -85,6 +85,9 @@ make install DESTDIR=%{buildroot} %changelog +* Mon Mar 05 2018 Jason L Tibbitts III - 1.11.0-4 +- Also build on ppc64le. + * Wed Apr 30 2014 Peter Robinson 1.11.0-3 - Fix build on aarch64