Fix manifests 64/7864/1
authorMichael Leibowitz <michael.leibowitz@intel.com>
Thu, 8 Aug 2013 20:50:47 +0000 (13:50 -0700)
committerMichael Leibowitz <michael.leibowitz@intel.com>
Thu, 8 Aug 2013 20:50:47 +0000 (13:50 -0700)
put manifests in packaging/
consistent use of %{name} macros

Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
packaging/common-public-plugins.manifest [moved from common-public-plugins.manifest with 100% similarity]
packaging/sync-agent-devel.manifest [new file with mode: 0644]
packaging/sync-agent.manifest
packaging/sync-agent.spec

diff --git a/packaging/sync-agent-devel.manifest b/packaging/sync-agent-devel.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 017d22d..97e8c31 100644 (file)
@@ -1,5 +1,5 @@
 <manifest>
- <request>
-    <domain name="_"/>
- </request>
      <request>
+               <domain name="_"/>
      </request>
 </manifest>
index fabbb31..8bf470f 100755 (executable)
@@ -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/*