From 763f57225253ab5978fbd470f9196d1ea8efbfcc Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:10:54 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/perl-XML-Simple.manifest | 5 +++++ packaging/perl-XML-Simple.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/perl-XML-Simple.manifest diff --git a/packaging/perl-XML-Simple.manifest b/packaging/perl-XML-Simple.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-XML-Simple.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-XML-Simple.spec b/packaging/perl-XML-Simple.spec index 8a86394..bce37ac 100644 --- a/packaging/perl-XML-Simple.spec +++ b/packaging/perl-XML-Simple.spec @@ -6,6 +6,7 @@ Summary: Easy API to read/write XML (Perl module) Url: http://cpan.org/modules/by-module/XML/ Group: Development/Libraries/Perl Source: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz +Source1001: perl-XML-Simple.manifest BuildRequires: perl-XML-Parser BuildRequires: perl-macros Requires: perl-XML-Parser @@ -15,6 +16,7 @@ XML::Simple - Easy API to read/write XML (esp config files) %prep %setup -q -n XML-Simple-%{version} +cp %{SOURCE1001} . %build perl Makefile.PL @@ -28,6 +30,7 @@ make test %perl_process_packlist %files +%manifest %{name}.manifest %defattr(-,root,root) %doc %{_mandir}/man?/* %{perl_vendorlib}/XML -- 2.34.1