Add default Smack manifest for capi-location-poi.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: I9db4712921d1b344b1012e8cf381591cb9c06301
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/capi-location-poi.manifest [new file with mode: 0644]
packaging/capi-location-poi.spec [changed mode: 0755->0644]

diff --git a/packaging/capi-location-poi.manifest b/packaging/capi-location-poi.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
old mode 100755 (executable)
new mode 100644 (file)
index 0b9bf70..f91e666
@@ -5,6 +5,7 @@ Release:    2
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/capi-location-poi.manifest 
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(location)
@@ -30,6 +31,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}
 
@@ -45,9 +47,11 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest capi-location-poi.manifest
 %{_libdir}/libcapi-location-poi.so.*
 
 %files devel
+%manifest capi-location-poi.manifest
 %{_includedir}/location/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libcapi-location-poi.so