From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:46:11 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215655^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Flibusb.git resetting manifest requested domain to floor --- diff --git a/packaging/libusb.manifest b/packaging/libusb.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libusb.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libusb.spec b/packaging/libusb.spec index d540ea2..5c35ddc 100644 --- a/packaging/libusb.spec +++ b/packaging/libusb.spec @@ -7,6 +7,7 @@ Url: http://www.libusb.org/ Group: Base/Device Management Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf +Source1001: libusb.manifest BuildRequires: pkg-config %description @@ -23,6 +24,7 @@ Libusb is a library that allows userspace access to USB devices. %prep %setup -q +cp %{SOURCE1001} . %build %configure\ @@ -38,11 +40,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/libusb-1.0 %{_libdir}/*.so