diff --git a/xmlto.spec b/xmlto.spec index 5c0755b..4676105 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,6 +1,6 @@ Name: xmlto Version: 0.0.28 -Release: 1mamba +Release: 2mamba Summary: A front-end to an XSL toolchain Group: System/Tools Vendor: openmamba @@ -12,7 +12,9 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRequires: docbook-dtds >= 1.0, docbook-xsl >= 1.68.1, libxml2-utils >= 2.6.17 +BuildRequires: docbook-dtds >= 1.0 +BuildRequires: docbook-xsl >= 1.68.1 +BuildRequires: libxml2-utils >= 2.6.17 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -20,6 +22,8 @@ xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing. +%debug_package + %prep %setup -q @@ -36,13 +40,16 @@ It also performs any necessary post-processing. %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README %{_bindir}/xml* %{_mandir}/man1/* %dir %{_datadir}/xmlto %{_datadir}/xmlto/* +%doc AUTHORS COPYING %changelog +* Sun Dec 06 2020 Silvan Calarco 0.0.28-2mamba +- rebuilt with debug package + * Fri Dec 18 2015 Automatic Build System 0.0.28-1mamba - automatic update by autodist