Compare commits
40 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f6221779d | ||
|
|
d68c111af1 | ||
|
|
e7ef05bd9a | ||
|
|
8cb63c9ee2 | ||
|
|
a94a07b2d0 | ||
|
|
b67fdf77ad | ||
|
|
cb08ff9a60 | ||
|
|
a64c58b3be | ||
|
|
947717a290 | ||
|
|
c3562b90a4 | ||
|
|
d19f7db132 | ||
|
|
6e464f7aa3 | ||
|
|
a0bb6c5839 | ||
|
|
571fc033c0 | ||
|
|
07c2956e53 | ||
|
|
5b1dd40eff | ||
|
|
9d30ba3427 | ||
|
|
b2b054b672 | ||
| f2bcb1a23a | |||
|
|
ec505df3b0 | ||
| 6fe374e55c | |||
|
|
b5b97b77ba | ||
|
|
750ad97f25 | ||
|
|
a071eba2df | ||
|
|
cde6feb4ae | ||
| 595770eebc | |||
|
|
d1640680d3 | ||
|
|
3e236d3529 | ||
|
|
9ef7ba6326 | ||
|
|
abf63c0cee | ||
|
|
1bd6d9528f | ||
|
|
dd403b4837 | ||
|
|
428692d806 | ||
|
|
c206991e2a | ||
|
|
ac2d935244 | ||
|
|
b2dc2deae4 | ||
|
|
231938cbfc | ||
|
|
d1ad87137b | ||
|
|
e48989d67d | ||
|
|
bd9ef9d20d |
3 changed files with 132 additions and 30 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@ xmlto-0.0.23.tar.bz2
|
||||||
/xmlto-0.0.24.tar.bz2
|
/xmlto-0.0.24.tar.bz2
|
||||||
/xmlto-0.0.25.tar.bz2
|
/xmlto-0.0.25.tar.bz2
|
||||||
/xmlto-0.0.26.tar.bz2
|
/xmlto-0.0.26.tar.bz2
|
||||||
|
/xmlto-0.0.27.tar.bz2
|
||||||
|
/xmlto-0.0.28.tar.bz2
|
||||||
|
/xmlto-0.0.29.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
c90a47c774e0963581c1ba57235f64f4 xmlto-0.0.26.tar.bz2
|
SHA512 (xmlto-0.0.29.tar.gz) = 95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce
|
||||||
|
|
|
||||||
157
xmlto.spec
157
xmlto.spec
|
|
@ -1,19 +1,19 @@
|
||||||
Summary: A tool for converting XML files to various formats
|
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.26
|
Version: 0.0.29
|
||||||
Release: 3%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+
|
Summary: A tool for converting XML files to various formats
|
||||||
Group: Applications/System
|
|
||||||
#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://fedorahosted.org/xmlto/
|
|
||||||
Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2
|
|
||||||
|
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
URL: https://pagure.io/xmlto/
|
||||||
|
Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: docbook-xsl
|
BuildRequires: docbook-xsl
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: util-linux, flex
|
BuildRequires: util-linux, flex
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
|
||||||
# We rely heavily on the DocBook XSL stylesheets!
|
# We rely heavily on the DocBook XSL stylesheets!
|
||||||
Requires: docbook-xsl
|
Requires: docbook-xsl
|
||||||
|
|
@ -26,23 +26,20 @@ This is a package for converting XML files to various formats using XSL
|
||||||
stylesheets.
|
stylesheets.
|
||||||
|
|
||||||
%package tex
|
%package tex
|
||||||
Group: Applications/System
|
License: GPL-2.0-or-later
|
||||||
License: GPLv2+
|
|
||||||
Summary: A set of xmlto backends with TeX requirements
|
Summary: A set of xmlto backends with TeX requirements
|
||||||
# For full functionality, we need passivetex.
|
# For full functionality, we need passivetex.
|
||||||
Requires: passivetex >= 1.11
|
Requires: texlive-passivetex
|
||||||
# We require main package
|
# We require main package
|
||||||
Requires: xmlto = %{version}-%{release}
|
Requires: xmlto = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description tex
|
%description tex
|
||||||
This subpackage contains xmlto backend scripts which do require
|
This subpackage contains xmlto backend scripts which do require
|
||||||
PassiveTeX/TeX for functionality.
|
PassiveTeX/TeX for functionality.
|
||||||
|
|
||||||
%package xhtml
|
%package xhtml
|
||||||
Group: Applications/System
|
License: GPL-2.0-or-later
|
||||||
License: GPLv2+
|
|
||||||
Summary: A set of xmlto backends for xhtml1 source format
|
Summary: A set of xmlto backends for xhtml1 source format
|
||||||
# For functionality we need stylesheets xhtml2fo-style-xsl
|
# For functionality we need stylesheets xhtml2fo-style-xsl
|
||||||
Requires: xhtml2fo-style-xsl
|
Requires: xhtml2fo-style-xsl
|
||||||
|
|
@ -55,22 +52,23 @@ This subpackage contains xmlto backend scripts for processing
|
||||||
xhtml1 source format.
|
xhtml1 source format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
autoreconf -i -v
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure BASH=/bin/bash
|
%configure BASH=/bin/bash
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING ChangeLog README AUTHORS NEWS
|
%doc ChangeLog README.md AUTHORS.md NEWS.md
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_datadir}/xmlto
|
%{_datadir}/xmlto
|
||||||
|
|
@ -80,27 +78,128 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
||||||
%exclude %{_datadir}/xmlto/format/xhtml1
|
%exclude %{_datadir}/xmlto/format/xhtml1
|
||||||
|
|
||||||
|
|
||||||
%files tex
|
%files tex
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/xmlto/format/fo/dvi
|
%{_datadir}/xmlto/format/fo/dvi
|
||||||
%{_datadir}/xmlto/format/fo/ps
|
%{_datadir}/xmlto/format/fo/ps
|
||||||
%{_datadir}/xmlto/format/fo/pdf
|
%{_datadir}/xmlto/format/fo/pdf
|
||||||
|
|
||||||
%files xhtml
|
%files xhtml
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_datadir}/xmlto/format/xhtml1/
|
%dir %{_datadir}/xmlto/format/xhtml1/
|
||||||
%{_datadir}/xmlto/format/xhtml1/*
|
%{_datadir}/xmlto/format/xhtml1/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 9 2026 Tom Callaway <spot@fedoraproject.org> - 0.0.29-5
|
||||||
|
- fix -tex subpackage to use modern texlive provide
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 11 2024 Ondrej Sloup <osloup@redhat.com> - 0.0.29-1
|
||||||
|
- Rebase to the latest upstream version
|
||||||
|
|
||||||
|
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.0.28-25
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_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
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 21 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-10
|
||||||
|
- add BuildRequires for gcc (#1606744)
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 03 2018 Than Ngo <than@redhat.com> - 0.0.28-8
|
||||||
|
- use the passivetex from texlive
|
||||||
|
|
||||||
|
* Mon Jul 02 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-7
|
||||||
|
- upstream moved to pagure.io/xmlto (#1502443)
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Nov 18 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.28-1
|
||||||
|
- New version 0.0.28
|
||||||
|
- fix broken temp files removal
|
||||||
|
- do not detect links browser as elinks
|
||||||
|
|
||||||
|
* Tue Nov 10 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.27-1
|
||||||
|
- New version 0.0.27
|
||||||
|
- remove several bashisms in scripts
|
||||||
|
- add new option --profile for preprocessing documents
|
||||||
|
with profiling stylesheet
|
||||||
|
- fix several potential crashes in xmlif (found by static analysis)
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-2
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Apr 04 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
|
* Sat Apr 05 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
|
||||||
- New version 0.0.26
|
- New version 0.0.26
|
||||||
- fix build with automake 1.13+
|
- fix build with automake 1.13+
|
||||||
- fix warning in searchpath option
|
- fix warning in searchpath option
|
||||||
|
|
@ -144,7 +243,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
- workaround passivetex limitation for chapter titles starting
|
- workaround passivetex limitation for chapter titles starting
|
||||||
with L(#526273)
|
with L(#526273)
|
||||||
|
|
||||||
* Fri Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
|
* Thu Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
|
||||||
- ensure the default shell is /bin/bash instead of /bin/sh
|
- ensure the default shell is /bin/bash instead of /bin/sh
|
||||||
|
|
||||||
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
|
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
|
||||||
|
|
@ -201,7 +300,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
- xmlto-tex subpackage to prevent requirements for
|
- xmlto-tex subpackage to prevent requirements for
|
||||||
passivetex/tex for all backends(#454341)
|
passivetex/tex for all backends(#454341)
|
||||||
|
|
||||||
* Mon Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
||||||
- new version 0.0.21
|
- new version 0.0.21
|
||||||
|
|
||||||
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue