resetting manifest requested domain to floor 52/5152/2
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 14:41:27 +0000 (17:41 +0300)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 8 Jul 2013 16:49:07 +0000 (09:49 -0700)
packaging/push.manifest [new file with mode: 0644]
packaging/push.spec

diff --git a/packaging/push.manifest b/packaging/push.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index ed276f2..9b0f4c6 100755 (executable)
@@ -5,6 +5,7 @@ Release:    3
 Group:      Application Framwork/Service
 License:    Flora
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    push.manifest
 
 
 %description
@@ -51,6 +52,7 @@ Push service tool
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 
@@ -144,16 +146,17 @@ vconftool set -t int    file/private/push-bin/port_sec -1 ${_GRP} -f
 
 
 %files -n libpush
-%manifest libpush.manifest
+%manifest %{name}.manifest
 %attr(644,-,-) %{_libdir}/libpush.so.*
 
 %files -n libpush-devel
+%manifest %{name}.manifest
 %attr(644,-,-) %{_includedir}/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libpush.so
 
 %files bin
-%manifest push-bin.manifest
+%manifest %{name}.manifest
 %{_bindir}/pushd
 /usr/share/push/*.cer
 /etc/init.d/pushd
@@ -163,7 +166,7 @@ vconftool set -t int    file/private/push-bin/port_sec -1 ${_GRP} -f
 /usr/lib/systemd/user/tizen-middleware.target.wants/pushd.service
 
 %files tool
-%manifest push-tool.manifest
+%manifest %{name}.manifest
 %{_bindir}/push_tool
 
 %changelog