resetting manifest requested domain to floor 53/4453/2
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 10:14:15 +0000 (13:14 +0300)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 8 Jul 2013 17:29:23 +0000 (10:29 -0700)
app-svc.manifest [deleted file]
packaging/app-svc.manifest [new file with mode: 0644]
packaging/app-svc.spec

diff --git a/app-svc.manifest b/app-svc.manifest
deleted file mode 100644 (file)
index e8f9198..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<manifest>
-       <define>
-               <domain name="app-svc"/>
-               <provide>
-                       <label name="app-svc::db"/>
-               </provide>
-       </define>
-       <request>
-               <domain name="app-svc"/>
-       </request>
-       <assign>
-               <filesystem path="/usr/lib/libappsvc.so.0" label="_"/>
-               <filesystem path="/usr/lib/libappsvc.so.0.1.0" label="_"/>
-       </assign>
-</manifest>
diff --git a/packaging/app-svc.manifest b/packaging/app-svc.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index a2389bc..b047364 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Application Framework/Service
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    app-svc.manifest
 
 Requires(post): /sbin/ldconfig
 Requires(post): sqlite3
@@ -37,6 +38,7 @@ Requires:   %{name} = %{version}-%{release}
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -61,6 +63,7 @@ chmod 664 /opt/dbspace/.appsvc.db-journal
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license LICENSE
 %manifest app-svc.manifest
 %defattr(-,root,root,-)
@@ -70,6 +73,7 @@ chmod 664 /opt/dbspace/.appsvc.db-journal
 %{_libdir}/libappsvc.so.0.1.0
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/appsvc.pc
 %{_libdir}/libappsvc.so