From 17bc671b04f3115c5a2de4b74a284e253903402d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 22:26:50 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/xmlto.git#b2b054b6728aee40811c241e815daf2cde49d892 --- xmlto.spec | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xmlto.spec b/xmlto.spec index 8226b59..172609d 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,15 +1,15 @@ Summary: A tool for converting XML files to various formats Name: xmlto Version: 0.0.28 -Release: 14%{?dist} +Release: 15%{?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: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 - +Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: docbook-xsl BuildRequires: libxslt BuildRequires: util-linux, flex @@ -34,7 +34,6 @@ Requires: tex-passivetex Requires: xmlto = %{version}-%{release} BuildArch: noarch - %description tex This subpackage contains xmlto backend scripts which do require PassiveTeX/TeX for functionality. @@ -57,17 +56,17 @@ xhtml1 source format. %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" +%make_install %files -%doc COPYING ChangeLog README AUTHORS NEWS +%license COPYING +%doc ChangeLog README AUTHORS NEWS %{_bindir}/* %{_mandir}/*/* %{_datadir}/xmlto @@ -77,7 +76,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %exclude %dir %{_datadir}/xmlto/format/xhtml1/ %exclude %{_datadir}/xmlto/format/xhtml1 - %files tex %{_datadir}/xmlto/format/fo/dvi %{_datadir}/xmlto/format/fo/ps @@ -87,8 +85,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %dir %{_datadir}/xmlto/format/xhtml1/ %{_datadir}/xmlto/format/xhtml1/* - %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 0.0.28-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.0.28-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild @@ -149,7 +149,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" * Sun Jun 08 2014 Fedora Release Engineering - 0.0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild -* Sat Apr 04 2014 Ondrej Vasik - 0.0.26-1 +* Sat Apr 05 2014 Ondrej Vasik - 0.0.26-1 - New version 0.0.26 - fix build with automake 1.13+ - fix warning in searchpath option @@ -193,7 +193,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - workaround passivetex limitation for chapter titles starting with L(#526273) -* Fri Sep 24 2009 Ondrej Vasik - 0.0.23-2 +* Thu Sep 24 2009 Ondrej Vasik - 0.0.23-2 - ensure the default shell is /bin/bash instead of /bin/sh * Mon Sep 21 2009 Ondrej Vasik - 0.0.23-1 @@ -250,7 +250,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - xmlto-tex subpackage to prevent requirements for passivetex/tex for all backends(#454341) -* Mon Jun 20 2008 Ondrej Vasik - 0.0.21-1 +* Fri Jun 20 2008 Ondrej Vasik - 0.0.21-1 - new version 0.0.21 * Tue May 13 2008 Ondrej Vasik - 0.0.20-3 @@ -444,4 +444,4 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - Built for Red Hat Linux. * Fri Nov 23 2001 Tim Waugh -- Initial spec file. +- Initial spec file. \ No newline at end of file