summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2020-06-25 10:10:21 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2020-07-15 11:09:16 +0900
commitaf6e04466a4b98960238644b990fb74e9f111921 (patch)
treed32058551c4756902259e86d38c98d85d1228948
parentcd1ed3d470c2ee76648f5906dddc6c20bb7786ed (diff)
downloadbluez-af6e04466a4b98960238644b990fb74e9f111921.tar.gz
bluez-af6e04466a4b98960238644b990fb74e9f111921.tar.bz2
bluez-af6e04466a4b98960238644b990fb74e9f111921.zip
Bluez testing tools only use libbluetooth.so. So we don't need to provide it as the developement package. Change-Id: I47960e8eb3c4bb8137ea4561458714d47ce6302f Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rwxr-xr-xpackaging/bluez.spec43
1 files changed, 4 insertions, 39 deletions
diff --git a/packaging/bluez.spec b/packaging/bluez.spec
index 29a47050..df007832 100755
--- a/packaging/bluez.spec
+++ b/packaging/bluez.spec
@@ -8,7 +8,7 @@
Name: bluez
Summary: Bluetooth Stack for Linux
Version: 5.43
-Release: 1
+Release: 2
Group: Network & Connectivity/Bluetooth
License: GPL-2.0+ and LGPL-2.1+ and Apache-2.0
URL: http://www.bluez.org/
@@ -57,16 +57,6 @@ Recommends: %{name}-profile_common = %{version}-%{release}
%description
The Bluetooth stack for Linux.
-%package devel
-Summary: Files needed for BlueZ development
-License: GPL-2.0+
-Group: Development/Libraries
-Requires: libbluetooth = %{version}
-
-%description devel
-Files needed to develop applications for the BlueZ Bluetooth protocol
-stack.
-
%package extension-bredr
Summary: Bluez extension for BREDR functionality
Conflicts: %{name}-extension-le = %{version}-%{release}
@@ -79,14 +69,6 @@ Conflicts: %{name}-extension-bredr = %{version}-%{release}
%description extension-le
Bluez extension for LE functionality
-%package -n libbluetooth
-Summary: Bluetooth Libraries
-License: GPL-2.0+
-Group: Network & Connectivity/Bluetooth
-
-%description -n libbluetooth
-Bluetooth protocol stack libraries.
-
%package -n obexd
Summary: OBEX Server A basic OBEX server implementation
Group: Network & Connectivity/Bluetooth
@@ -100,7 +82,6 @@ Summary: Tools for testing of various Bluetooth-functions
License: GPL-2.0+
Group: Development/Tools
Requires: dbus-python
-Requires: libbluetooth = %{version}
Requires: python-gobject
%description test
@@ -355,8 +336,6 @@ install -D -m 0644 src/main_m.conf %{buildroot}%{_sysconfdir}/bluetooth/main.con
#install -D -m 0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/network.conf
#install -D -m 0644 COPYING %{buildroot}%{_datadir}/license/bluez
-#install -D -m 0644 COPYING %{buildroot}%{_datadir}/license/libbluetooth3
-#install -D -m 0644 COPYING %{buildroot}%{_datadir}/license/libbluetooth-devel
#install -D -m 0755 %SOURCE101 %{buildroot}%{_bindir}/obex-root-setup
#install -D -m 0755 %SOURCE102 %{buildroot}%{_sysconfdir}/obex/root-setup.d/000_create-symlinks
@@ -382,10 +361,6 @@ ln -sf ../bluetooth.service %{buildroot}%{_libpath}/systemd/system/multi-user.ta
mkdir -p %{buildroot}%{upgrade_script_path}
cp -f packaging/500.bluez_upgrade.sh %{buildroot}%{upgrade_script_path}
-%post -n libbluetooth -p /sbin/ldconfig
-
-%postun -n libbluetooth -p /sbin/ldconfig
-
%post -n bluez-extension-bredr
pushd %{_libexecdir}/bluetooth
for FILE in bluetoothd.bredr; do mv "$FILE" "${FILE%.bredr}"; done
@@ -426,6 +401,8 @@ popd
%dir /usr/lib/udev
/usr/lib/udev/*
%{upgrade_script_path}/500.bluez_upgrade.sh
+%exclude %{_includedir}/bluetooth/*
+%exclude %{_libdir}/pkgconfig/bluez.pc
%files -n bluez-extension-bredr
%manifest %{name}.manifest
@@ -447,19 +424,6 @@ popd
%config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
-%files devel
-%manifest %{name}.manifest
-%defattr(-, root, root)
-%{_includedir}/bluetooth/*
-%{_libdir}/libbluetooth.so
-%{_libdir}/pkgconfig/bluez.pc
-
-%files -n libbluetooth
-%manifest %{name}.manifest
-%defattr(-, root, root)
-%{_libdir}/libbluetooth.so.*
-%license COPYING
-
%files -n obexd
%manifest %{name}.manifest
%defattr(-,root,root,-)
@@ -490,6 +454,7 @@ popd
%{_bindir}/hex2hcd
%{_bindir}/btattach
%exclude /usr/lib/debug/*
+%{_libdir}/libbluetooth.so*
%docs_package