From 0e2128f4ea53b26235d8621c3ecb00dd80099657 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:53:37 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/perl-URI.manifest | 5 +++++ packaging/perl-URI.spec | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 packaging/perl-URI.manifest diff --git a/packaging/perl-URI.manifest b/packaging/perl-URI.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-URI.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-URI.spec b/packaging/perl-URI.spec index 8cf77b3..853ac48 100644 --- a/packaging/perl-URI.spec +++ b/packaging/perl-URI.spec @@ -6,6 +6,7 @@ Summary: A Perl module implementing URI parsing and manipulation Url: http://search.cpan.org/dist/URI/ Group: Development/Libraries Source0: URI-%{version}.tar.gz +Source1001: perl-URI.manifest BuildRequires: perl BuildRequires: perl(MIME::Base64) BuildArch: noarch @@ -17,6 +18,7 @@ updated by RFC 2732). %prep %setup -q -n URI-%{version} +cp %{SOURCE1001} . chmod 644 uri-test %build -- 2.7.4