From: Alexandru Cornea Date: Mon, 1 Jul 2013 15:43:47 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.102304~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c4687a748e2502ac867af570cd2ddcd86177e7f;p=platform%2Fcore%2Fapi%2Fbluetooth.git resetting manifest requested domain to floor --- diff --git a/packaging/capi-network-bluetooth.manifest b/packaging/capi-network-bluetooth.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-network-bluetooth.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index 247d2b5..8482154 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -5,6 +5,7 @@ Release: 1 Group: Connectivity/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: capi-network-bluetooth.manifest BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(glib-2.0) @@ -30,6 +31,7 @@ Network Bluetooth Framework. %prep %setup -q +cp %{SOURCE1001} . %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` @@ -46,11 +48,13 @@ make %{?jobs:-j%jobs} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %license LICENSE.APLv2 LICENSE %manifest bluetooth.manifest %{_libdir}/libcapi-network-bluetooth.so.* %files devel +%manifest %{name}.manifest %{_includedir}/network/bluetooth.h %{_libdir}/pkgconfig/capi-network-bluetooth.pc %{_libdir}/libcapi-network-bluetooth.so