summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/perl-gettext.manifest5
-rw-r--r--packaging/perl-gettext.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/perl-gettext.manifest b/packaging/perl-gettext.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/perl-gettext.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/perl-gettext.spec b/packaging/perl-gettext.spec
index 2df64a7..c4d1a2b 100644
--- a/packaging/perl-gettext.spec
+++ b/packaging/perl-gettext.spec
@@ -7,6 +7,7 @@ Summary: Message handling functions
Url: http://search.cpan.org/dist/gettext/
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/P/PV/PVANDRY/gettext-%{version}.tar.gz
+Source1001: perl-gettext.manifest
BuildRequires: perl
%description
@@ -29,6 +30,7 @@ for the databases belonging to domain 'domain' in the directory 'dirname'
%prep
%setup -q -n %{cpan_name}-%{version}
+cp %{SOURCE1001} .
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -43,6 +45,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
+%manifest %{name}.manifest
%defattr(644,root,root,755)
%changelog