From d03a705e8a319f9bbb1551e172a74a4abdd4a1d9 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:11:29 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/perl-Error.manifest | 5 +++++ packaging/perl-Error.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/perl-Error.manifest 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 -- 2.7.4