From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:11:29 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215228^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic;p=platform%2Fupstream%2Fperl-Error.git resetting manifest requested domain to floor --- diff --git a/packaging/perl-Error.manifest b/packaging/perl-Error.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Error.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Error.spec b/packaging/perl-Error.spec index aa38140..24dc17b 100644 --- a/packaging/perl-Error.spec +++ b/packaging/perl-Error.spec @@ -10,6 +10,7 @@ Url: http://search.cpan.org/dist/Error/ Group: Development/Libraries/Perl #Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17016.tar.gz Source: %{cpan_name}-%{version}.tar.gz +Source1001: perl-Error.manifest BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl-macros @@ -35,6 +36,7 @@ should throw errors from a sub-class of 'Error'. %prep %setup -q -n %{cpan_name}-%{version} +cp %{SOURCE1001} . %build perl Build.PL installdirs=vendor @@ -48,6 +50,7 @@ perl Build.PL installdirs=vendor %perl_gen_filelist %files -f %{name}.files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc ChangeLog examples README