From fa0f2d270abdde8b412f3847736a06a91c57975e Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:34:52 +0300 Subject: resetting manifest requested domain to floor --- packaging/xmlto.manifest | 5 +++++ packaging/xmlto.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xmlto.manifest diff --git a/packaging/xmlto.manifest b/packaging/xmlto.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xmlto.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xmlto.spec b/packaging/xmlto.spec index 1fb21c9..8fed7af 100644 --- a/packaging/xmlto.spec +++ b/packaging/xmlto.spec @@ -6,6 +6,7 @@ Summary: Tool for Converting XML Files to Various Formats Url: https://fedorahosted.org/xmlto/ Group: Productivity/Publishing/XML Source0: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2 +Source1001: xmlto.manifest BuildRequires: docbook-xsl-stylesheets BuildRequires: flex BuildRequires: libxslt @@ -25,6 +26,7 @@ for print output it makes use of passivetex. %prep %setup -q +cp %{SOURCE1001} . rm -f xmlif/xmlif.c @@ -42,6 +44,7 @@ make check %{fdupes '%{buildroot}%{_datadir}/xmlto'} %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/* -- cgit v1.2.3