From e97ed8571f10aa2738b6fc29cbb0e7bb2ce0368c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:41:27 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/push.manifest | 5 +++++ packaging/push.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 packaging/push.manifest diff --git a/packaging/push.manifest b/packaging/push.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/push.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/push.spec b/packaging/push.spec index a848f99..4d3ea3f 100755 --- a/packaging/push.spec +++ b/packaging/push.spec @@ -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 @@ -153,16 +155,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 @@ -172,7 +175,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 -- 2.7.4