From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:22:46 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen_6.5_base/20211027.183101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_6.5_base%2F20211027.183101;p=platform%2Fupstream%2Fperl-gettext.git resetting manifest requested domain to floor --- 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 @@ + + + + + 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