resetting manifest requested domain to floor 19/4519/1 accepted/tizen/20130710.221452 submit/tizen/20130710.103152
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 15:13:42 +0000 (18:13 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 15:13:42 +0000 (18:13 +0300)
bluetooth-frwk.manifest [deleted file]
packaging/bluetooth-frwk.manifest [new file with mode: 0644]
packaging/bluetooth-frwk.spec

diff --git a/bluetooth-frwk.manifest b/bluetooth-frwk.manifest
deleted file mode 100644 (file)
index 75b0fa5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
diff --git a/packaging/bluetooth-frwk.manifest b/packaging/bluetooth-frwk.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 87c21d8..84468b5 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      Connectivity/Bluetooth
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    bluetooth-frwk.manifest
 URL:        https://review.tizen.org/git/?p=platform/core/connectivity/bluetooth-frwk.git;a=summary
 Requires: sys-assert
 Requires: dbus
@@ -62,6 +63,7 @@ This package is Bluetooth core daemon to manage activation / deactivation.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -103,10 +105,12 @@ vconftool set -tf int memory/bluetooth/btsco "0" -g 6520 -i
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_libdir}/libbluetooth-api.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_includedir}/bt-service/bluetooth-api.h
 %{_includedir}/bt-service/bluetooth-hid-api.h
@@ -117,7 +121,7 @@ vconftool set -tf int memory/bluetooth/btsco "0" -g 6520 -i
 %{_libdir}/libbluetooth-api.so
 
 %files service
-%manifest bluetooth-frwk.manifest
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_sysconfdir}/rc.d/init.d/bluetooth-frwk-service
 %{_sysconfdir}/rc.d/rc3.d/S80bluetooth-frwk-service
@@ -129,6 +133,7 @@ vconftool set -tf int memory/bluetooth/btsco "0" -g 6520 -i
 %attr(0666,-,-) /opt/var/lib/bluetooth/auto-pair-blacklist
 
 %files core
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_datadir}/dbus-1/services/org.projectx.bt_core.service
 %{_bindir}/bt-core