From: Ryan Ware Date: Wed, 30 May 2012 00:50:56 +0000 (-0700) Subject: Add default Smack manifest for capi-network-bluetooth.spec X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74c0fa22fa96892fd835a22780fb01839d7aa72e;p=platform%2Fcore%2Fapi%2Fbluetooth.git Add default Smack manifest for capi-network-bluetooth.spec Change-Id: I1ed132bd2e9373fe6d3cfa0f5f7d0139bfd5aabd Signed-off-by: Ryan Ware --- 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 3a5f868..a176418 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -5,6 +5,7 @@ Release: 1 Group: TO_BE/FILLED_IN License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: packaging/capi-network-bluetooth.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -33,6 +34,7 @@ Network Bluetooth Framework (DEV). %setup -q %build +cp %{SOURCE1001} . MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} @@ -48,9 +50,11 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files +%manifest capi-network-bluetooth.manifest %{_libdir}/libcapi-network-bluetooth.so.* %files devel +%manifest capi-network-bluetooth.manifest %{_includedir}/network/bluetooth.h %{_libdir}/pkgconfig/capi-network-bluetooth.pc %{_libdir}/libcapi-network-bluetooth.so