resetting manifest requested domain to floor 94/4594/1 accepted/tizen/20130710.221534 submit/tizen/20130710.102833
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:33:12 +0000 (20:33 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:33:12 +0000 (20:33 +0300)
app2sd.manifest [deleted file]
packaging/app2sd.manifest [new file with mode: 0644]
packaging/app2sd.spec

diff --git a/app2sd.manifest b/app2sd.manifest
deleted file mode 100755 (executable)
index ec5cd53..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<manifest>
-       <define>
-               <domain name="app2sd"/>
-       </define>
-       <request>
-               <domain name="app2sd"/>
-       </request>
-       <assign>
-               <filesystem path="/usr/lib/libapp2ext.so.0" label="_"/>
-               <filesystem path="/usr/lib/libapp2ext.so.0.4.2" label="_"/>
-               <filesystem path="/usr/lib/libapp2sd.so" label="_"/>
-               <filesystem path="/usr/lib/libapp2sd.so.0" label="_"/>
-               <filesystem path="/usr/lib/libapp2sd.so.0.4.2" label="_"/>
-       </assign>
-</manifest>
diff --git a/packaging/app2sd.manifest b/packaging/app2sd.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 927b222..7e485a5 100755 (executable)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Application Framework/Application Installer
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    app2sd.manifest
 
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(vconf)
@@ -27,6 +28,7 @@ Tizen application installation on external memory (devel)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -42,13 +44,14 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%manifest app2sd.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libapp2ext.so.*
 %{_libdir}/libapp2sd.so*
 
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/app2ext_interface.h
 %{_libdir}/pkgconfig/app2sd.pc