From 98c98e8c26c0b67d5a32bbd3f34d513aa2763049 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:20:57 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/expat.manifest | 5 +++++ packaging/expat.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/expat.manifest diff --git a/packaging/expat.manifest b/packaging/expat.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/expat.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/expat.spec b/packaging/expat.spec index 96a71ab..0a99d6c 100644 --- a/packaging/expat.spec +++ b/packaging/expat.spec @@ -7,6 +7,7 @@ License: MIT Group: System/Libraries Source0: %{name}-%{version}.tar.gz Source1: baselibs.conf +Source1001: expat.manifest BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config @@ -93,6 +94,7 @@ declaration). %prep %setup -q +cp %{SOURCE1001} . rm -f examples/*.dsp %build @@ -112,16 +114,19 @@ rm doc/xmlwf.1 %postun -n libexpat -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-, root, root) %license COPYING %doc %{_mandir}/man?/* %{_bindir}/xmlwf %files -n libexpat +%manifest %{name}.manifest %defattr(-, root, root) %{_libdir}/libexpat.so.* %files -n libexpat-devel +%manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/* %{_libdir}/libexpat.so -- 2.7.4