From 75311695d9f99e90c7421283b121aa9567a696be Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:56:23 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libarchive.manifest | 5 +++++ packaging/libarchive.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libarchive.manifest diff --git a/packaging/libarchive.manifest b/packaging/libarchive.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libarchive.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libarchive.spec b/packaging/libarchive.spec index 147ac7f..2095813 100644 --- a/packaging/libarchive.spec +++ b/packaging/libarchive.spec @@ -6,6 +6,7 @@ Summary: A library for handling streaming archive formats Url: http://code.google.com/p/libarchive/ Group: System/Libraries Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz +Source1001: libarchive.manifest BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -36,6 +37,7 @@ developing applications that use %{name}. %prep %setup -q +cp %{SOURCE1001} . %build @@ -57,12 +59,14 @@ find %{buildroot} -name tar.5 -exec rm -f {} ';' %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/* %{_mandir}/*/* -- 2.7.4