6bf6b83134
See https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
232 lines
7.9 KiB
RPMSpec
232 lines
7.9 KiB
RPMSpec
Name: xalan-c
|
|
Version: 1.11.0
|
|
Release: 22%{?dist}
|
|
Summary: Xalan XSLT processor for C/C++
|
|
|
|
License: ASL 2.0
|
|
URL: https://xalan.apache.org/%{name}/
|
|
%global tag Xalan-C_%(echo '%{version}' | tr . _)
|
|
%global tar_name %{tag}
|
|
%global release_url https://github.com/apache/%{name}/archive/
|
|
Source0: %{release_url}/%{tar_name}.tar.gz
|
|
Patch0: xalan-c-1.10.0-escaping.patch
|
|
|
|
BuildRequires: make
|
|
BuildRequires: gnulib-devel
|
|
BuildRequires: gcc
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: xerces-c-devel
|
|
|
|
%global so_version %(echo %{version} | cut -d . -f -2 | tr -d .)
|
|
# For EPEL
|
|
%global _hardened_build 1
|
|
|
|
%description
|
|
The Apache Xalan-C++ Project provides a library and a command line program to
|
|
transform XML documents using a stylesheet that conforms to XSLT 1.0 standards.
|
|
|
|
Xalan is a project of the Apache Software Foundation.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for developing
|
|
applications that use %{name}.
|
|
|
|
|
|
%package doc
|
|
Summary: Documentation for %{name}
|
|
|
|
# Doxygen HTML help is not suitable for packaging due to a minified JavaScript
|
|
# bundle inserted by Doxygen itself. See discussion at
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555.
|
|
#
|
|
# Normally, we would enable the Doxygen PDF documentation as a lesser
|
|
# substitute, but building it fails with:
|
|
# ! TeX capacity exceeded, sorry [pool size=5905151].
|
|
|
|
%description doc
|
|
Documentation for xalan-c. See https://apache.github.io/xalan-c/ for full HTML
|
|
documentation.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{tar_name} -p2
|
|
|
|
# https://github.com/apache/xalan-c/pull/35
|
|
chmod a-x NOTICE
|
|
|
|
# Update config.guess/config.sub for new architectures (aarch64)
|
|
cp -vp \
|
|
%{_datadir}/gnulib/build-aux/config.guess \
|
|
%{_datadir}/gnulib/build-aux/config.sub \
|
|
./
|
|
|
|
%build
|
|
export XALANCROOT="${PWD}"
|
|
export XERCESROOT=%{_includedir}/xercesc/
|
|
COMMONARGS="-plinux -cgcc -xg++ -minmem"
|
|
./runConfigure ${COMMONARGS} -b%{__isa_bits} -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
|
|
# Parallel build does not work
|
|
%global _smp_mflags %{nil}
|
|
%make_build all tests
|
|
|
|
|
|
%install
|
|
export XALANCROOT="${PWD}"
|
|
export XERCESROOT=%{_includedir}/xercesc/
|
|
%make_install
|
|
|
|
|
|
# Required for EPEL:
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
%check
|
|
env LD_LIBRARY_PATH=$PWD/lib ./bin/testXPath
|
|
# env LD_LIBRARY_PATH=$PWD/lib ./bin/ThreadTest crashes; how inauspicious!
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_bindir}/Xalan
|
|
%{_libdir}/libxalanMsg.so.%{so_version}
|
|
%{_libdir}/libxalanMsg.so.%{so_version}.*
|
|
%{_libdir}/libxalan-c.so.%{so_version}
|
|
%{_libdir}/libxalan-c.so.%{so_version}.*
|
|
|
|
|
|
%files devel
|
|
%{_libdir}/libxalanMsg.so
|
|
%{_libdir}/libxalan-c.so
|
|
%{_includedir}/xalanc/
|
|
|
|
|
|
%files doc
|
|
%license LICENSE
|
|
%doc KEYS
|
|
%doc NOTICE
|
|
%doc README
|
|
%doc readme.html
|
|
%doc samples
|
|
|
|
|
|
%changelog
|
|
* Wed Sep 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.11.0-22
|
|
- Drop Doxygen-generated HTML documentation
|
|
|
|
* Thu Dec 10 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.11.0-21
|
|
- Fixes for API documentation build
|
|
- Ensure we compile with additional hardening flags even on EPEL
|
|
|
|
* Wed Dec 9 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 1.11.0-20
|
|
- Build API documentation with Doxygen
|
|
- Update summaries and descriptions from upstream
|
|
- Enable at least the XPath tests
|
|
- Drop unused old tarball and patches from source RPM
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-19
|
|
- Second attempt - Rebuilt for
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-18
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-17
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-16
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Nov 26 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.11.0-8
|
|
- Use power64 macro
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.11.0-6
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Wed Apr 30 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.11.0-3
|
|
- Fix build on aarch64
|
|
|
|
* Thu Oct 24 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.11.0-2
|
|
- Bulk sad and useless attempt at consistent SPEC file formatting
|
|
|
|
* Tue Oct 08 2013 Nick Le Mouton <nick@noodles.net.nz> - 1.11.0-1
|
|
- Rebuilt for xalan-c 1.11, fixes a few problems with using newer xerces-c
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-11
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Thu Mar 10 2011 Kalev Lember <kalev@smartlink.ee> - 1.10.0-9
|
|
- Rebuilt with xerces-c 3.1
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Feb 05 2010 Lubomir Rintel <lkundrak@v3.sk> - 1.10.0-7
|
|
- Rebuild for newer xerces-c
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Feb 11 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.10.0-4
|
|
- Rebuild for newer xerces-c
|
|
|
|
* Thu Jan 03 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.10.0-3
|
|
- Adding missing includes to fix build with gcc-4.3
|
|
|
|
* Mon Nov 19 2007 Lubomir Kundrak <lkundrak@redhat.com> - 1.10.0-2
|
|
- Fix passing of compiler flags
|
|
- Bump to stable source instead of CVS snapshot
|
|
- Fixed License tag
|
|
|
|
* Thu Feb 15 2007 Till Maas <opensource till name> - 1.10.0-1
|
|
- Initial spec for fedora extras
|