Compare commits
43 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 | ||
| fc244bdffb | |||
|
|
db16a7365d | ||
|
|
217212a875 |
4 changed files with 147 additions and 51 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
xmlto-0.0.23.tar.bz2
|
||||
/xmlto-0.0.24.tar.bz2
|
||||
/xmlto-0.0.25.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 @@
|
|||
6b6267b1470f8571fe5f63a128970364 xmlto-0.0.25.tar.bz2
|
||||
SHA512 (xmlto-0.0.29.tar.gz) = 95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
diff -urNp xmlto-0.0.25-orig/xmlto.in xmlto-0.0.25/xmlto.in
|
||||
--- xmlto-0.0.25-orig/xmlto.in 2011-11-29 12:49:57.000000000 +0100
|
||||
+++ xmlto-0.0.25/xmlto.in 2012-06-08 20:30:11.492008539 +0200
|
||||
@@ -262,7 +262,7 @@ ZIP_PATH=@ZIP@
|
||||
|
||||
# Process any options
|
||||
ARGS=$(${GETOPT} \
|
||||
- --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,with-fop,with-dblatex \
|
||||
+ --longoptions=help,version,extensions,searchpath:,skip-validation,stringparam:,noclean,noautosize,noextensions,with-fop,with-dblatex \
|
||||
-n xmlto -- x:m:o:p:v "$@")
|
||||
[ $? != 0 ] && { usage; exit 1; }
|
||||
eval set -- "$ARGS"
|
||||
176
xmlto.spec
176
xmlto.spec
|
|
@ -1,24 +1,22 @@
|
|||
Summary: A tool for converting XML files to various formats
|
||||
Name: xmlto
|
||||
Version: 0.0.25
|
||||
Release: 7%{?dist}
|
||||
License: GPLv2+
|
||||
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
|
||||
Patch1: xmlto-noextensions.patch
|
||||
Version: 0.0.29
|
||||
Release: 6%{?dist}
|
||||
Summary: A tool for converting XML files to various formats
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://pagure.io/xmlto/
|
||||
Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: docbook-xsl >= 1.56.0
|
||||
BuildRequires: make
|
||||
BuildRequires: docbook-xsl
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: util-linux, flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
# We rely heavily on the DocBook XSL stylesheets!
|
||||
Requires: docbook-xsl >= 1.74.2
|
||||
Requires: docbook-xsl
|
||||
Requires: libxslt
|
||||
Requires: docbook-dtds
|
||||
Requires: util-linux, flex
|
||||
|
|
@ -28,23 +26,20 @@ This is a package for converting XML files to various formats using XSL
|
|||
stylesheets.
|
||||
|
||||
%package tex
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
Summary: A set of xmlto backends with TeX requirements
|
||||
# For full functionality, we need passivetex.
|
||||
Requires: passivetex >= 1.11
|
||||
Requires: texlive-passivetex
|
||||
# We require main package
|
||||
Requires: xmlto = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description tex
|
||||
This subpackage contains xmlto backend scripts which do require
|
||||
PassiveTeX/TeX for functionality.
|
||||
|
||||
%package xhtml
|
||||
Group: Applications/System
|
||||
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
|
||||
|
|
@ -57,26 +52,23 @@ This subpackage contains xmlto backend scripts for processing
|
|||
xhtml1 source format.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .noextension
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
autoreconf -i -v
|
||||
|
||||
%build
|
||||
%configure BASH=/bin/bash
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog README AUTHORS NEWS
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md AUTHORS.md NEWS.md
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/xmlto
|
||||
|
|
@ -86,20 +78,132 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
||||
%exclude %{_datadir}/xmlto/format/xhtml1
|
||||
|
||||
|
||||
%files tex
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/xmlto/format/fo/dvi
|
||||
%{_datadir}/xmlto/format/fo/ps
|
||||
%{_datadir}/xmlto/format/fo/pdf
|
||||
|
||||
%files xhtml
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/xmlto/format/xhtml1/
|
||||
%{_datadir}/xmlto/format/xhtml1/*
|
||||
|
||||
|
||||
%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
|
||||
- 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 05 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
|
||||
- New version 0.0.26
|
||||
- fix build with automake 1.13+
|
||||
- fix warning in searchpath option
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
@ -139,7 +243,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
- workaround passivetex limitation for chapter titles starting
|
||||
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
|
||||
|
||||
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
|
||||
|
|
@ -196,7 +300,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
- xmlto-tex subpackage to prevent requirements for
|
||||
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
|
||||
|
||||
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue