From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:58:51 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215821^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;p=platform%2Fupstream%2Flibnl1.git resetting manifest requested domain to floor --- diff --git a/packaging/libnl1.manifest b/packaging/libnl1.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libnl1.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libnl1.spec b/packaging/libnl1.spec index d1c993b..c05fbcd 100644 --- a/packaging/libnl1.spec +++ b/packaging/libnl1.spec @@ -7,6 +7,7 @@ Release: 1 Url: http://people.suug.ch/~tgr/libnl/ Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2 Source99: baselibs.conf +Source1001: libnl1.manifest BuildRequires: pkgconfig >= 0.23 %description @@ -27,6 +28,7 @@ kernels netlink sockets interface for network manipulation. %prep %setup -q -n libnl-%version +cp %{SOURCE1001} . %build %configure \ @@ -44,11 +46,13 @@ mkdir -p %buildroot/%_libdir/pkgconfig %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %_libdir/libnl*.so.* %license COPYING %files devel +%manifest %{name}.manifest %defattr(-,root,root,0755) %_includedir/netlink/ %_libdir/libnl*.so