resetting manifest requested domain to floor 02/5402/2 accepted/tizen/20130710.221430 submit/tizen/20130710.103331
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 14:03:02 +0000 (17:03 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:17:33 +0000 (10:17 +0300)
Change-Id: I2f4a63e32d0a6a89494fb53d34ccc9f089e724fc

packaging/lbs-dbus.manifest [new file with mode: 0644]
packaging/lbs-dbus.spec

diff --git a/packaging/lbs-dbus.manifest b/packaging/lbs-dbus.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 7fe6a0acb223b30e2d8536a6c49f219eefb741fb..7a7ba1011b05dd276b908d70777cf2eb2791a2b8 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Location/Service
 License:    Apache-2.0
 Source0:    lbs-dbus-%{version}.tar.gz
+Source1001:    lbs-dbus.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -36,6 +37,7 @@ LBS client API library (devel)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -53,13 +55,14 @@ make %{?jobs:-j%jobs}
 
 
 %files -n liblbs-dbus
-%manifest liblbs-dbus.manifest
+%manifest %{name}.manifest
 %license LICENSE
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %{_sysconfdir}/dbus-1/system.d/*
 
 %files -n liblbs-dbus-devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/lbs-dbus/*.h
 %{_libdir}/pkgconfig/*.pc