From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:05:38 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215807^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibnl2.git;a=commitdiff_plain;h=7abc61a18afc17e2489d057115028ddc6d512916 resetting manifest requested domain to floor --- diff --git a/packaging/libnl2.manifest b/packaging/libnl2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libnl2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libnl2.spec b/packaging/libnl2.spec index ecb95da..fb2b174 100644 --- a/packaging/libnl2.spec +++ b/packaging/libnl2.spec @@ -5,6 +5,7 @@ Release: 2 Group: System/Network License: LGPL-2.1 Source0: %{name}-%{version}.tar.gz +Source1001: libnl2.manifest BuildRequires: bison BuildRequires: flex @@ -27,6 +28,7 @@ libnl2. %prep %setup -q +cp %{SOURCE1001} . %build @@ -44,11 +46,13 @@ rm -f %{buildroot}/etc/libnl/pktloc %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libnl*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/pkgconfig/*