summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/help2man.manifest5
-rw-r--r--packaging/help2man.spec3
2 files changed, 8 insertions, 0 deletions
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 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
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