Add default Smack manifest for capi-network-bluetooth.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:56 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:56 +0000 (17:50 -0700)
Change-Id: I1ed132bd2e9373fe6d3cfa0f5f7d0139bfd5aabd
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/capi-network-bluetooth.manifest [new file with mode: 0644]
packaging/capi-network-bluetooth.spec

diff --git a/packaging/capi-network-bluetooth.manifest b/packaging/capi-network-bluetooth.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3a5f868..a176418 100644 (file)
@@ -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