From 13666da677cea8502a52f8b57c843404b3c3a16c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:10:51 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/help2man.manifest | 5 +++++ packaging/help2man.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/help2man.manifest diff --git a/packaging/help2man.manifest b/packaging/help2man.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/help2man.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/help2man.spec b/packaging/help2man.spec index 43e3f5c..03c58d8 100644 --- a/packaging/help2man.spec +++ b/packaging/help2man.spec @@ -6,6 +6,7 @@ Summary: Create Simple Man Pages from --help Output Url: http://www.gnu.org/software/help2man/ Group: Development/Tools/Doc Generators Source: %{name}-%{version}.tar.gz +Source1001: help2man.manifest BuildRequires: gettext-tools BuildRequires: perl-gettext Requires: perl-gettext @@ -20,6 +21,7 @@ still providing some useful information. %prep %setup -q +cp %{SOURCE1001} . %build %configure --enable-nls @@ -32,6 +34,7 @@ make %{?_smp_mflags} %files -f %{name}.lang +%manifest %{name}.manifest %defattr(-,root,root,-) %doc COPYING %{_bindir}/help2man -- 2.7.4