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