From: Alexandru Cornea Date: Mon, 1 Jul 2013 15:17:19 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221252~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fsystem%2Fsync-agent.git;a=commitdiff_plain;h=4a200c48fa8136c36f23512e12c1f205928fe73f resetting manifest requested domain to floor --- diff --git a/packaging/sync-agent.manifest b/packaging/sync-agent.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sync-agent.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sync-agent.spec b/packaging/sync-agent.spec index 5c9c33e..fabbb31 100755 --- a/packaging/sync-agent.spec +++ b/packaging/sync-agent.spec @@ -6,6 +6,7 @@ Group: System/Service URL: http://www.tizen.org License: Apache-2.0 Source0: sync-agent-%{version}.tar.gz +Source1001: sync-agent.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) @@ -65,6 +66,7 @@ common public plugins for sync-agent %prep %setup -q +cp %{SOURCE1001} . %build @@ -83,12 +85,13 @@ rm -rf %{buildroot} %files -%manifest sync-agent.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/*.so %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/sync_agent.h %{_includedir}/sync-agent/* @@ -100,7 +103,7 @@ rm -rf %{buildroot} #/usr/lib/sync-agent/common-private/* %files -n common-public-plugins -%manifest common-public-plugins.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/sync-agent/common-public/* diff --git a/sync-agent.manifest b/sync-agent.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/sync-agent.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - -