resetting manifest requested domain to floor 58/5158/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:17:19 +0000 (18:17 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 15:17:19 +0000 (18:17 +0300)
packaging/sync-agent.manifest [new file with mode: 0644]
packaging/sync-agent.spec
sync-agent.manifest [deleted file]

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