From f0cbc9a7782ecebf4991aa7f4155ee2e58471c20 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:12:48 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/autoconf.manifest | 5 +++++ packaging/autoconf.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/autoconf.manifest diff --git a/packaging/autoconf.manifest b/packaging/autoconf.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/autoconf.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/autoconf.spec b/packaging/autoconf.spec index 0644f47..97fe06e 100644 --- a/packaging/autoconf.spec +++ b/packaging/autoconf.spec @@ -10,6 +10,7 @@ Summary: A GNU Tool for Automatically Configuring Source Code License: GPL-3.0+ Group: Development/Tools/Building Source: autoconf-%{version}.tar.xz +Source1001: autoconf.manifest BuildArch: noarch %description @@ -27,6 +28,7 @@ only required for the generation of the scripts, not their use. %prep %setup -q -n autoconf-%{version} +cp %{SOURCE1001} . %build %configure @@ -50,6 +52,7 @@ rm -rf %{buildroot}%{_infodir}/dir %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_prefix}/bin/* -- 2.7.4