|
|
|
@ -1,13 +1,15 @@
|
|
|
|
|
Summary: A tool for converting XML files to various formats
|
|
|
|
|
Name: xmlto
|
|
|
|
|
Version: 0.0.28
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Release: 25%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
#Older versions up to xmlto-0.0.20
|
|
|
|
|
#URL: http://cyberelk.net/tim/xmlto/
|
|
|
|
|
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
|
|
|
|
URL: https://pagure.io/xmlto/
|
|
|
|
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: xmlto-c99-1.patch
|
|
|
|
|
Patch1: xmlto-c99-2.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: docbook-xsl
|
|
|
|
@ -26,7 +28,7 @@ This is a package for converting XML files to various formats using XSL
|
|
|
|
|
stylesheets.
|
|
|
|
|
|
|
|
|
|
%package tex
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Summary: A set of xmlto backends with TeX requirements
|
|
|
|
|
# For full functionality, we need passivetex.
|
|
|
|
|
Requires: tex-passivetex
|
|
|
|
@ -39,7 +41,7 @@ This subpackage contains xmlto backend scripts which do require
|
|
|
|
|
PassiveTeX/TeX for functionality.
|
|
|
|
|
|
|
|
|
|
%package xhtml
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Summary: A set of xmlto backends for xhtml1 source format
|
|
|
|
|
# For functionality we need stylesheets xhtml2fo-style-xsl
|
|
|
|
|
Requires: xhtml2fo-style-xsl
|
|
|
|
@ -52,7 +54,7 @@ This subpackage contains xmlto backend scripts for processing
|
|
|
|
|
xhtml1 source format.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure BASH=/bin/bash
|
|
|
|
@ -86,12 +88,39 @@ make check
|
|
|
|
|
%{_datadir}/xmlto/format/xhtml1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.28-17
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.28-25
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.28-16
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.0.28-24
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.28-24
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 23 2023 Ondrej Sloup <osloup@redhat.com> - 0.0.28-22
|
|
|
|
|
- Update license tag to the SPDX format
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 24 2022 Florian Weimer <fweimer@redhat.com> - 0.0.28-19
|
|
|
|
|
- Apply upstream patches to support building in stricer C99 mode
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|