summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:56 -0700
committerRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:56 -0700
commit74c0fa22fa96892fd835a22780fb01839d7aa72e (patch)
tree3951fdf26a38f5430dd5fd157e07785e4a8dc75a
parent5eb955f7834189fd0573107fd15f0c2ced128d96 (diff)
downloadbluetooth-1.0_post.tar.gz
bluetooth-1.0_post.tar.bz2
bluetooth-1.0_post.zip
Add default Smack manifest for capi-network-bluetooth.spec1.0_post
Change-Id: I1ed132bd2e9373fe6d3cfa0f5f7d0139bfd5aabd Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-rw-r--r--packaging/capi-network-bluetooth.manifest5
-rw-r--r--packaging/capi-network-bluetooth.spec4
2 files changed, 9 insertions, 0 deletions
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 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
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