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

diff --git a/packaging/contacts.manifest b/packaging/contacts.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index fd92e73..0116e25 100644 (file)
@@ -5,6 +5,7 @@ Release:    4
 Group:      devel
 License:    Samsung Proprietary License
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/contacts.manifest 
 BuildRequires:  pkgconfig(appcore-efl)
 BuildRequires:  pkgconfig(contacts-service)
 BuildRequires:  pkgconfig(dlog)
@@ -56,6 +57,7 @@ Contacts UI gadget Header
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 export PREFIX="/opt/apps/org.tizen.contacts"
 export UGDIR="/opt/ug"
 
@@ -80,21 +82,25 @@ chown -R 5000:5000 /opt/apps/org.tizen.contacts-viewer/data
 %postun 
 
 %files -n org.tizen.contacts
+%manifest contacts.manifest
 %defattr(-,root,root,-)
 /opt/apps/org.tizen.contacts/*
 /opt/share/applications/org.tizen.contacts.desktop
 
 %files -n org.tizen.contacts-viewer
+%manifest contacts.manifest
 %defattr(-,root,root,-)
 /opt/apps/org.tizen.contacts-viewer/*
 /opt/share/applications/org.tizen.contacts-viewer.desktop
 
 %files -n libug-contacts-efl
+%manifest contacts.manifest
 %defattr(-,root,root,-)
 /opt/ug/lib/*
 /opt/ug/res/*
 
 %files -n libug-contacts-devel
+%manifest contacts.manifest
 %defattr(-,root,root,-)
 /usr/include/*