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
This commit is contained in:
parent
123a7f0965
commit
deea58cbbf
@ -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
|
Wed Jul 20 22:32:18 UTC 2016 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
20
bluez.spec
20
bluez.spec
@ -67,12 +67,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%{!?_userunitdir: %define _userunitdir %{_prefix}/lib/systemd/user}
|
%{!?_userunitdir: %define _userunitdir %{_prefix}/lib/systemd/user}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Bluetooth stack for Linux.
|
BlueZ provides support for the core Bluetooth layers and protocols.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files needed for BlueZ development
|
Summary: Files needed for BlueZ development
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Sources
|
Group: Development/Languages/C and C++
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -82,12 +82,19 @@ stack.
|
|||||||
%package -n libbluetooth3
|
%package -n libbluetooth3
|
||||||
Summary: Bluetooth Libraries
|
Summary: Bluetooth Libraries
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Mobile
|
Group: System/Libraries
|
||||||
Provides: bluez-libs = 3.36
|
Provides: bluez-libs = 3.36
|
||||||
Obsoletes: bluez-libs <= 3.36
|
Obsoletes: bluez-libs <= 3.36
|
||||||
|
|
||||||
%description -n libbluetooth3
|
%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
|
%package cups
|
||||||
Summary: CUPS Driver for Bluetooth Printers
|
Summary: CUPS Driver for Bluetooth Printers
|
||||||
@ -123,7 +130,7 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# --enable-experimental is needed or btattach does not build (bug?)
|
# --enable-experimental is needed or btattach does not build (bug?)
|
||||||
%configure --with-pic \
|
%configure \
|
||||||
--enable-pie \
|
--enable-pie \
|
||||||
--enable-library \
|
--enable-library \
|
||||||
--enable-tools \
|
--enable-tools \
|
||||||
@ -169,9 +176,6 @@ chmod 0644 *.py *.xml *.dtd
|
|||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre bluetooth.service
|
%service_add_pre bluetooth.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user