SHA256
1
0
forked from pool/bluez

Accepting request 498546 from home:seife:testing

update to version 5.45

OBS-URL: https://build.opensuse.org/request/show/498546
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=225
This commit is contained in:
Stefan Seyfried
2017-05-26 21:27:55 +00:00
committed by Git OBS Bridge
parent 4f8e52670d
commit 9f571256b5
5 changed files with 48 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
Name: bluez
Version: 5.44
Version: 5.45
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0+
@@ -32,6 +32,8 @@ Patch1: bluez-5.11-logitech-hid2hci.patch
Patch2: bluez-sdp-unix-path.patch
# PATCH-FIX-UPSTREAM: find the cups dir in libexec not in libdir
Patch3: bluez-cups-libexec.patch
# workaround for broken tests (reported upstream but not yet fixed)
Patch4: bluez-5.45-disable-broken-tests.diff
BuildRequires: automake
BuildRequires: flex
BuildRequires: libtool
@@ -114,6 +116,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
mkdir dbus-apis
cp -a doc/*.txt dbus-apis/
# FIXME: Change the dbus service to be a real service, not systemd launched
@@ -122,6 +125,8 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
# END FIXME
%build
# because of patch4...
autoreconf -fi
# --enable-experimental is needed or btattach does not build (bug?)
%configure \
--disable-silent-rules \
@@ -161,7 +166,7 @@ chmod 0644 *.py *.xml *.dtd
%check
%if ! 0%{?qemu_user_space_build}
##make %%{?_smp_mflags} check
# deliberately not running parallel, as OBS seems to create spurious failures otherwise
# deliberately not running parallel, as the test suite has spurious failures otherwise
make check V=0
%endif