From 74e8b53e1da2f136d54f937a7a81ee87417943d3 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:27:42 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libidn.manifest | 5 +++++ packaging/libidn.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libidn.manifest diff --git a/packaging/libidn.manifest b/packaging/libidn.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libidn.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libidn.spec b/packaging/libidn.spec index ae68111..848cf08 100644 --- a/packaging/libidn.spec +++ b/packaging/libidn.spec @@ -7,6 +7,7 @@ Url: http://www.gnu.org/software/libidn/ Group: System/Libraries Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz Source1: baselibs.conf +Source1001: libidn.manifest BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,6 +46,7 @@ IDNA is supported. %prep %setup -q +cp %{SOURCE1001} . %build %configure --with-pic --disable-static --disable-gtk-doc @@ -73,6 +75,7 @@ rm -f %{buildroot}%{_libdir}/libidn.la %docs_package %files +%manifest %{name}.manifest %license COPYING %{_libdir}/libidn.so.* %{_infodir}/libidn* @@ -81,6 +84,7 @@ rm -f %{buildroot}%{_libdir}/libidn.la %{_datadir}/emacs/site-lisp/punycode.el %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/libidn.so %{_includedir}/*.h -- 2.7.4