From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:18:29 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215125^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_4.0_unified;p=platform%2Fupstream%2Fperl-YAML.git resetting manifest requested domain to floor --- 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