summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:55 -0700
committerRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:50:55 -0700
commit6c7d054b777497f5d68ae5c4c319b5a90c916a9b (patch)
tree176cb6fcf8dbcf656381e2d7ce754c67bd4cb5a5
parent140858710b2f71b790fb2212882c8aca3a76dc4a (diff)
downloadgeocoder-1.0_post.tar.gz
geocoder-1.0_post.tar.bz2
geocoder-1.0_post.zip
Add default Smack manifest for capi-location-geocoder.spec1.0_post
Change-Id: I311425711cbff2e77672efcad71b514ad258a58f Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-rw-r--r--packaging/capi-location-geocoder.manifest5
-rw-r--r--packaging/capi-location-geocoder.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/capi-location-geocoder.manifest b/packaging/capi-location-geocoder.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/capi-location-geocoder.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/capi-location-geocoder.spec b/packaging/capi-location-geocoder.spec
index 800a8fb..a1258fe 100644
--- a/packaging/capi-location-geocoder.spec
+++ b/packaging/capi-location-geocoder.spec
@@ -5,6 +5,7 @@ Release: 14
Group: TO_BE/FILLED_IN
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: packaging/capi-location-geocoder.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}
@@ -45,8 +47,10 @@ rm -rf %{buildroot}
%files
+%manifest capi-location-geocoder.manifest
%{_libdir}/libcapi-location-geocoder.so*
%files devel
+%manifest capi-location-geocoder.manifest
%{_includedir}/location/geocoder.h
%{_libdir}/pkgconfig/*.pc