summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/perl-WWW-Curl.manifest5
-rw-r--r--packaging/perl-WWW-Curl.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/perl-WWW-Curl.manifest b/packaging/perl-WWW-Curl.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/perl-WWW-Curl.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/perl-WWW-Curl.spec b/packaging/perl-WWW-Curl.spec
index f49c5a4..44cc67d 100644
--- a/packaging/perl-WWW-Curl.spec
+++ b/packaging/perl-WWW-Curl.spec
@@ -28,6 +28,7 @@ Requires: libcurl
BuildRequires: perl-Test-Pod-Coverage
prefix: %(echo %{_prefix})
source: %{name}-%{version}.tar.bz2
+Source1001: perl-WWW-Curl.manifest
%description
This module provides a Perl interface to libcurl. It is not intended to be a standalone module
@@ -43,6 +44,7 @@ details, some sample code and the differences between the C API and the Perl one
%prep
%setup
+cp %{SOURCE1001} .
chmod -R u+w %{_builddir}/%{name}-%{version}
%build
@@ -124,6 +126,7 @@ find %{buildroot}%{_prefix} \
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%files -f %filelist
+%manifest %{name}.manifest
%defattr(-,root,root)
%changelog