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.
This commit is contained in:
parent
23cae21753
commit
59ceb17c85
@ -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 <tibbs@math.uh.edu> - 1.11.0-4
|
||||
- Also build on ppc64le.
|
||||
|
||||
* Wed Apr 30 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.11.0-3
|
||||
- Fix build on aarch64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user