From bff6ca1ce847b306bd6c96b7c25e9615bab93b24 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:18:29 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/perl-YAML.manifest | 5 +++++ packaging/perl-YAML.spec | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 packaging/perl-YAML.manifest diff --git a/packaging/perl-YAML.manifest b/packaging/perl-YAML.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-YAML.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-YAML.spec b/packaging/perl-YAML.spec index 6c8a985..e290dd5 100644 --- a/packaging/perl-YAML.spec +++ b/packaging/perl-YAML.spec @@ -20,6 +20,7 @@ Summary: YAML Ain't Markup Language (tm) Url: http://search.cpan.org/dist/YAML/ Group: Development/Libraries/Perl Source: %{cpan_name}-%{version}.tar.gz +Source1001: perl-YAML.manifest BuildRequires: perl BuildRequires: perl-macros BuildArch: noarch @@ -36,6 +37,7 @@ For information on the YAML syntax, please refer to the YAML specification. %prep %setup -q -n %{cpan_name}-%{version} +cp %{SOURCE1001} . %build perl Makefile.PL INSTALLDIRS=vendor -- 2.7.4