X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fsync-agent.spec;h=8bf470f5ea6530cdc7282344a02ddb7f13da072f;hb=eddc7c8ff150507efb08dde7d39242c862f12810;hp=fabbb3134723305b1962de1db1e379d061baa5af;hpb=4a200c48fa8136c36f23512e12c1f205928fe73f;p=platform%2Fcore%2Fsystem%2Fsync-agent.git diff --git a/packaging/sync-agent.spec b/packaging/sync-agent.spec index fabbb31..8bf470f 100755 --- a/packaging/sync-agent.spec +++ b/packaging/sync-agent.spec @@ -6,7 +6,9 @@ Group: System/Service URL: http://www.tizen.org License: Apache-2.0 Source0: sync-agent-%{version}.tar.gz -Source1001: sync-agent.manifest +Source1001: %{name}.manifest +Source1002: %{name}-devel.manifest +Source1003: common-public-plugins.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) @@ -66,7 +68,7 @@ common public plugins for sync-agent %prep %setup -q -cp %{SOURCE1001} . +cp %{SOURCE1001} %{SOURCE1002} %{SOURCE1003} . %build @@ -91,7 +93,7 @@ rm -rf %{buildroot} %{_libdir}/*.so.* %files devel -%manifest %{name}.manifest +%manifest %{name}-devel.manifest %defattr(-,root,root,-) %{_includedir}/sync_agent.h %{_includedir}/sync-agent/* @@ -103,7 +105,7 @@ rm -rf %{buildroot} #/usr/lib/sync-agent/common-private/* %files -n common-public-plugins -%manifest %{name}.manifest +%manifest common-public-plugins.manifest %defattr(-,root,root,-) %{_libdir}/sync-agent/common-public/*