From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:51:39 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215918^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_mobile;hp=0a9ed2eabb2691d53a9f102b58ca02875efbf8bc;p=platform%2Fupstream%2Flibelf0.git resetting manifest requested domain to floor --- 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