From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:10:51 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.220340^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0_tv;p=platform%2Fupstream%2Fhelp2man.git resetting manifest requested domain to floor --- 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