Compare commits
No commits in common. "rawhide" and "f36" have entirely different histories.
3 changed files with 15 additions and 60 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,4 +4,3 @@ xmlto-0.0.23.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 @@
|
|||
SHA512 (xmlto-0.0.29.tar.gz) = 95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce
|
||||
93bab48d446c826399d130d959fe676f xmlto-0.0.28.tar.bz2
|
||||
|
|
|
|||
72
xmlto.spec
72
xmlto.spec
|
|
@ -1,19 +1,19 @@
|
|||
Name: xmlto
|
||||
Version: 0.0.29
|
||||
Release: 6%{?dist}
|
||||
Summary: A tool for converting XML files to various formats
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
Name: xmlto
|
||||
Version: 0.0.28
|
||||
Release: 17%{?dist}
|
||||
License: GPLv2+
|
||||
#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://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
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
|
||||
|
|
@ -26,10 +26,10 @@ This is a package for converting XML files to various formats using XSL
|
|||
stylesheets.
|
||||
|
||||
%package tex
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
Summary: A set of xmlto backends with TeX requirements
|
||||
# For full functionality, we need passivetex.
|
||||
Requires: texlive-passivetex
|
||||
Requires: tex-passivetex
|
||||
# We require main package
|
||||
Requires: xmlto = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
|
@ -39,7 +39,7 @@ This subpackage contains xmlto backend scripts which do require
|
|||
PassiveTeX/TeX for functionality.
|
||||
|
||||
%package xhtml
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
Summary: A set of xmlto backends for xhtml1 source format
|
||||
# For functionality we need stylesheets xhtml2fo-style-xsl
|
||||
Requires: xhtml2fo-style-xsl
|
||||
|
|
@ -52,9 +52,7 @@ This subpackage contains xmlto backend scripts for processing
|
|||
xhtml1 source format.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
autoreconf -i -v
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure BASH=/bin/bash
|
||||
|
|
@ -68,7 +66,7 @@ make check
|
|||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md AUTHORS.md NEWS.md
|
||||
%doc ChangeLog README AUTHORS NEWS
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/xmlto
|
||||
|
|
@ -88,48 +86,6 @@ make check
|
|||
%{_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
|
||||
|
||||
|
|
@ -494,4 +450,4 @@ make check
|
|||
- Built for Red Hat Linux.
|
||||
|
||||
* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
|
||||
- Initial spec file.
|
||||
- Initial spec file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue