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

diff --git a/packaging/capi-location-manager.manifest b/packaging/capi-location-manager.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index c17a93d0f01ce948f7b6ac465eda75c309748945..e7d6f1d573842a22c3bdc9758c9d7f1a7e5aff72 100644 (file)
@@ -5,6 +5,7 @@ Release:    17
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/capi-location-manager.manifest 
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(location)
@@ -29,6 +30,7 @@ Requires: %{name} = %{version}-%{release}
 
 
 %build
+cp %{SOURCE1001} .
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
 
@@ -44,9 +46,11 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest capi-location-manager.manifest
 %{_libdir}/libcapi-location-manager.so.*
 
 %files devel
+%manifest capi-location-manager.manifest
 %{_includedir}/location/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libcapi-location-manager.so