From deea58cbbfb27d19c6a0b162c53f3c11ecf931f501f910b3a62caa5cf44bdfb6 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 2 Aug 2016 17:27:10 +0000 Subject: [PATCH] Accepting request 416267 from home:jengelh:branches:Base:System - Update descriptions a bit. Adjust RPM groups for what is used in openSUSE normally. Drop archaic %clean section. Drop --with-pic which is only for (unbuilt) static libs. OBS-URL: https://build.opensuse.org/request/show/416267 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=214 --- bluez.changes | 7 +++++++ bluez.spec | 20 ++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/bluez.changes b/bluez.changes index 132cde4..7ca1d88 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 31 21:42:27 UTC 2016 - jengelh@inai.de + +- Update descriptions a bit. Adjust RPM groups for what is used + in openSUSE normally. Drop archaic %clean section. + Drop --with-pic which is only for (unbuilt) static libs. + ------------------------------------------------------------------- Wed Jul 20 22:32:18 UTC 2016 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index fb69290..4434cd9 100644 --- a/bluez.spec +++ b/bluez.spec @@ -67,12 +67,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{!?_userunitdir: %define _userunitdir %{_prefix}/lib/systemd/user} %description -The Bluetooth stack for Linux. +BlueZ provides support for the core Bluetooth layers and protocols. %package devel Summary: Files needed for BlueZ development License: GPL-2.0+ -Group: Development/Sources +Group: Development/Languages/C and C++ Requires: libbluetooth3 = %{version} %description devel @@ -82,12 +82,19 @@ stack. %package -n libbluetooth3 Summary: Bluetooth Libraries License: GPL-2.0+ -Group: Hardware/Mobile +Group: System/Libraries Provides: bluez-libs = 3.36 Obsoletes: bluez-libs <= 3.36 %description -n libbluetooth3 -Bluetooth protocol stack libraries. +BlueZ provides support for the core Bluetooth layers and protocols. +It is uses a modular implementation. It has many interesting features: + +* Multithreaded data processing +* Support for multiple Bluetooth devices +* Real hardware abstraction +* Standard socket interface to all layers +* Device and service level security support %package cups Summary: CUPS Driver for Bluetooth Printers @@ -123,7 +130,7 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service %build # --enable-experimental is needed or btattach does not build (bug?) -%configure --with-pic \ +%configure \ --enable-pie \ --enable-library \ --enable-tools \ @@ -169,9 +176,6 @@ chmod 0644 *.py *.xml *.dtd make %{?_smp_mflags} check %endif -%clean -rm -rf %{buildroot} - %pre %service_add_pre bluetooth.service