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

diff --git a/packaging/contacts-service.manifest b/packaging/contacts-service.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index e7aabfb..ebb207e 100644 (file)
@@ -5,6 +5,7 @@ Release:    10
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/contacts-service.manifest 
 Requires(post): /sbin/ldconfig
 Requires(post): /usr/bin/sqlite3
 Requires(post): /usr/bin/vconftool
@@ -35,6 +36,7 @@ Contacts Service Library (devel)
 
 
 %build
+cp %{SOURCE1001} .
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 
 
@@ -74,6 +76,7 @@ vconftool set -t int db/service/contacts/name_display_order 0 -g 6005
 
 
 %files
+%manifest contacts-service.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libcontacts-service.so*
 %{_bindir}/contacts-svc-helper*
@@ -83,6 +86,7 @@ vconftool set -t int db/service/contacts/name_display_order 0 -g 6005
 /opt/data/contacts-svc/img/*
 
 %files devel
+%manifest contacts-service.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/contacts-service.pc