From 97ec869cac06ac7c217e9f012d175dc624ab5e3f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:56:00 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/intltool.manifest | 5 +++++ packaging/intltool.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/intltool.manifest diff --git a/packaging/intltool.manifest b/packaging/intltool.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/intltool.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/intltool.spec b/packaging/intltool.spec index b7e3b71..87698a4 100644 --- a/packaging/intltool.spec +++ b/packaging/intltool.spec @@ -6,6 +6,7 @@ Summary: Internationalization Tool Collection Url: https://edge.launchpad.net/intltool/ Group: Development/Tools Source: %{name}-%{version}.tar.gz +Source1001: intltool.manifest BuildRequires: perl-XML-Parser Requires: gettext-tools Requires: perl-XML-Parser @@ -22,6 +23,7 @@ information is written back into the XML files. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -34,6 +36,7 @@ make check %make_install %files +%manifest %{name}.manifest %defattr(-, root, root) %license COPYING %defattr(-, root, root) -- 2.7.4