From f074ad917fb2e8717cb0e985a7a93049c38c783e Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:51:39 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libelf0.manifest | 5 +++++ packaging/libelf0.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libelf0.manifest diff --git a/packaging/libelf0.manifest b/packaging/libelf0.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libelf0.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libelf0.spec b/packaging/libelf0.spec index 0be0991..7d3c0b1 100644 --- a/packaging/libelf0.spec +++ b/packaging/libelf0.spec @@ -7,6 +7,7 @@ Url: http://www.mr511.de/software/ Group: System/Libraries Source: libelf-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libelf0.manifest BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -28,6 +29,7 @@ to develop applications that require these. %prep %setup -q -n libelf-%{version} +cp %{SOURCE1001} . %build %configure --disable-nls @@ -45,11 +47,13 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING.LIB %{_libdir}/libelf.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/libelf.so %{_libdir}/libelf.a -- 2.7.4