resetting manifest requested domain to floor 18/4618/1 accepted/tizen/20130710.221156 submit/tizen/20130710.125151
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:12:26 +0000 (21:12 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:12:26 +0000 (21:12 +0300)
osp-appfw.manifest [deleted file]
packaging/osp-appfw.manifest [new file with mode: 0644]
packaging/osp-appfw.spec

diff --git a/osp-appfw.manifest b/osp-appfw.manifest
deleted file mode 100644 (file)
index a609d79..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<manifest>
-       <define>
-               <domain name="osp"/>
-               <provide>
-                       <label name="osp::system-service-conf" />
-                       <label name="osp::system-service-list" />
-                       <label name="osp::system-log" />
-                       <label name="osp::user-certs" />
-                       <label name="osp::root-certs" />
-                       <label name="osp::compat" />
-                       <label name="osp::privilege-description-db" />
-               </provide>
-       </define>
-       <request>
-               <domain name="_"/>
-       </request>
-    <assign>
-        <filesystem path="/usr/share/osp/.privilege-description.db" label="osp::privilege-description-db" />
-    </assign>
-</manifest>
diff --git a/packaging/osp-appfw.manifest b/packaging/osp-appfw.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 284a762..21fa730 100755 (executable)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Application Framework/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    osp-appfw.manifest
 URL:        https://review.tizen.org/git/?p=platform/framework/native/appfw.git;a=summary
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(capi-appfw-application)
@@ -108,6 +109,7 @@ The App Framework library of OSP (DEV)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -154,7 +156,7 @@ chmod 444 /opt/usr/etc/clocale.list
 %postun -p /sbin/ldconfig
 
 %files
-%manifest osp-appfw.manifest
+%manifest %{name}.manifest
 /usr/share/license/%{name}
 /etc/*
 /opt/usr/share/.osp-compat/share/*
@@ -166,11 +168,13 @@ chmod 444 /opt/usr/etc/clocale.list
 %{_libdir}/osp-server/libosp-appfw-server.so*
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/osp/*.h
 %{_includedir}/osp/*.hpp
 %{_libdir}/pkgconfig/osp-appfw.pc
 
 %files internal-devel
+%manifest %{name}.manifest
 %{_includedir}/osp/app/*
 %{_includedir}/osp/base/*
 %{_includedir}/osp/io/*
@@ -182,6 +186,7 @@ chmod 444 /opt/usr/etc/clocale.list
 %{_libdir}/pkgconfig/osp-appfw-server.pc
 
 %files debug
+%manifest %{name}.manifest
 %{_libdir}/osp/debug/libosp-appfw.so*
 %{_libdir}/osp-server/debug/libosp-appfw-server.so*