mesh: Add bluetooth mesh package in Tizen
authorAnupam Roy <anupam.r@samsung.com>
Fri, 13 Dec 2019 09:18:34 +0000 (14:48 +0530)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 14:48:47 +0000 (20:18 +0530)
bluetooth mesh support is presently by-default enabled
in buid spec file.

Change-Id: Ice98f3a8dad6a4d3a6f999bfae0ed9c674e83b19
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
packaging/bluez.spec

index f7f3d1e..57e558a 100755 (executable)
@@ -144,6 +144,13 @@ Requires:  %{name}-compat = %{version}-%{release}
 %description plugin-headless
 This package is Bluez plugin to manager headless device
 
+%package mesh
+Summary:        contains binaries for bluetooth mesh
+Requires:      %{name}-compat = %{version}-%{release}
+License:        GPL-2.0+
+%description mesh
+Contains bluetooth mesh daemon
+
 %prep
 %setup -q
 cp %{SOURCE1001} .
@@ -467,6 +474,16 @@ popd
 %config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
 
 
+%files mesh
+%manifest %{name}.manifest
+%defattr(-, root, root)
+%license COPYING
+%{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf
+%attr(755, network_fw, network_fw)%{_libexecdir}/bluetooth/bluetooth-meshd
+%{_libpath}/systemd/system/bluetooth-mesh.service
+%{_datadir}/dbus-1/system-services/org.bluez.mesh.service
+%exclude /usr/lib/debug/*
+
 %files devel
 %manifest %{name}.manifest
 %defattr(-, root, root)