diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/xmlto.manifest | 5 | ||||
-rw-r--r-- | packaging/xmlto.spec | 3 |
2 files changed, 8 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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}/* |