From: Alexandru Cornea Date: Mon, 1 Jul 2013 18:33:54 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215215^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_mobile;p=platform%2Fupstream%2Fperl-Switch.git resetting manifest requested domain to floor --- diff --git a/packaging/perl-Switch.manifest b/packaging/perl-Switch.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Switch.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Switch.spec b/packaging/perl-Switch.spec index dbd9948..8329d85 100644 --- a/packaging/perl-Switch.spec +++ b/packaging/perl-Switch.spec @@ -26,6 +26,7 @@ Summary: A switch statement for Perl Url: http://search.cpan.org/dist/Switch/ Group: Development/Libraries Source: http://www.cpan.org/authors/id/R/RG/RGARCIA/%{cpan_name}-%{version}.tar.gz +Source1001: perl-Switch.manifest BuildRequires: perl BuildRequires: perl-macros BuildArch: noarch @@ -45,6 +46,7 @@ unconditionally executed once the switch value has been cached. %prep %setup -q -n %{cpan_name}-%{version} +cp %{SOURCE1001} . %build perl Makefile.PL INSTALLDIRS=vendor @@ -59,6 +61,7 @@ make test %perl_gen_filelist %files -f %{name}.files +%manifest %{name}.manifest %defattr(-,root,root,755) %changelog