Accepting request 466177 from Base:System
make testsuite run non-parallel (obs seems to have problems with parallel checks) and quiet (forwarded request 466165 from seife) OBS-URL: https://build.opensuse.org/request/show/466177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=144
This commit is contained in:
commit
1c6dd2d411
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15
|
||||
size 1658348
|
3
bluez-5.44.tar.xz
Normal file
3
bluez-5.44.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c321e291f8b45e6a78e379dfe80592b65955a0f0ab191f1cca0edd8ec356c85
|
||||
size 1670320
|
26
bluez-cups-libexec.patch
Normal file
26
bluez-cups-libexec.patch
Normal file
@ -0,0 +1,26 @@
|
||||
Index: bluez-5.44/Makefile.in
|
||||
===================================================================
|
||||
--- bluez-5.44.orig/Makefile.in
|
||||
+++ bluez-5.44/Makefile.in
|
||||
@@ -2710,7 +2710,7 @@ unit_tests = $(am__append_48) unit/test-
|
||||
@DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
|
||||
@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
|
||||
|
||||
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
|
||||
+@CUPS_TRUE@cupsdir = $(libexecdir)/../cups/backend
|
||||
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
|
||||
@CUPS_TRUE@ profiles/cups/cups.h \
|
||||
@CUPS_TRUE@ profiles/cups/sdp.c \
|
||||
Index: bluez-5.44/Makefile.tools
|
||||
===================================================================
|
||||
--- bluez-5.44.orig/Makefile.tools
|
||||
+++ bluez-5.44/Makefile.tools
|
||||
@@ -388,7 +388,7 @@ endif
|
||||
endif
|
||||
|
||||
if CUPS
|
||||
-cupsdir = $(libdir)/cups/backend
|
||||
+cupsdir = $(libexecdir)/../cups/backend
|
||||
|
||||
cups_PROGRAMS = profiles/cups/bluetooth
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 09:16:29 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- make testsuite run non-parallel (obs seems to have problems with
|
||||
parallel checks) and quiet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 21:22:42 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- update to version 5.44:
|
||||
Most fixes are LE (specifically GATT) related, however some other
|
||||
areas are affected as well.
|
||||
Feature-wise, there’s a new MIDI plugin and support for using
|
||||
single-mode (LE-only) controllers that lack a public address.
|
||||
E.g. any nRF5x controller running a MyNewt or Zephyr based
|
||||
firmware falls into this category.
|
||||
- packaging: add "--enable-midi", "--enable-deprecated"
|
||||
TODO: package deprecated tools into separate package to prepare
|
||||
removal some time in the future
|
||||
- rebase bluez-cups-libexec.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 11:39:56 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Set the cupsdir directly with patch instead of mv and seds:
|
||||
* bluez-cups-libexec.patch
|
||||
- Replace requirements by the pkgconfig counterparts
|
||||
* this should solve out the problem with builcycle on Factory
|
||||
- Ran over with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 09:23:59 UTC 2016 - seife+obs@b1-systems.com
|
||||
|
||||
|
103
bluez.spec
103
bluez.spec
@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package bluez
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010-2016 B1 Systems GmbH, Vohburg, Germany
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,7 @@
|
||||
|
||||
|
||||
Name: bluez
|
||||
# FIXME: Do not mangle dbus service / systemd service once we support systemd user services
|
||||
BuildRequires: flex
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
%{?systemd_requires}
|
||||
Version: 5.43
|
||||
Version: 5.44
|
||||
Release: 0
|
||||
Summary: Bluetooth Stack for Linux
|
||||
License: GPL-2.0+
|
||||
@ -36,17 +30,23 @@ Source7: bluetooth.modprobe
|
||||
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
|
||||
Patch1: bluez-5.11-logitech-hid2hci.patch
|
||||
Patch2: bluez-sdp-unix-path.patch
|
||||
BuildRequires: alsa-devel
|
||||
# PATCH-FIX-UPSTREAM: find the cups dir in libexec not in libdir
|
||||
Patch3: bluez-cups-libexec.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: libical-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(check)
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(libcap-ng)
|
||||
BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Recommends: sbc
|
||||
Provides: bluez-utils = 3.36
|
||||
Obsoletes: bluez-utils <= 3.36
|
||||
@ -57,14 +57,7 @@ Provides: bluez-hcidump = %{version}
|
||||
Obsoletes: obexd-client < 5.0
|
||||
Provides: obexd-client = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
# In openSUSE 11.3 there is upstream compliant CUPS 1.4
|
||||
# which means to have a fixed "/usr/lib/cups/" directory
|
||||
# on all platforms (see Novell/Suse Bugzilla bnc#575544):
|
||||
%define cups_lib_dir %{_prefix}/lib/cups
|
||||
|
||||
# we want to be able to build with older distros, too...
|
||||
%{!?_userunitdir: %define _userunitdir %{_prefix}/lib/systemd/user}
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
BlueZ provides support for the core Bluetooth layers and protocols.
|
||||
@ -105,7 +98,6 @@ Group: Hardware/Printing
|
||||
Contains the files required by CUPS for printing to Bluetooth-connected
|
||||
printers.
|
||||
|
||||
# disabled for now
|
||||
%package test
|
||||
Summary: Tools for testing of various Bluetooth-functions
|
||||
License: GPL-2.0+ and MIT
|
||||
@ -121,6 +113,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
mkdir dbus-apis
|
||||
cp -a doc/*.txt dbus-apis/
|
||||
# FIXME: Change the dbus service to be a real service, not systemd launched
|
||||
@ -131,31 +124,25 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
|
||||
%build
|
||||
# --enable-experimental is needed or btattach does not build (bug?)
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--enable-pie \
|
||||
--enable-library \
|
||||
--enable-tools \
|
||||
--enable-cups \
|
||||
--enable-midi \
|
||||
--enable-test \
|
||||
--enable-experimental \
|
||||
--enable-deprecated \
|
||||
--enable-datafiles \
|
||||
--with-systemdsystemunitdir=%{_unitdir} \
|
||||
--with-systemduserunitdir=%{_userunitdir}
|
||||
|
||||
make %{?_smp_mflags} all V=1
|
||||
make %{?_smp_mflags} all
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -v %{buildroot}/%{_libdir}/*.la
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
install --mode=0644 -D %{SOURCE7} %{buildroot}/%{_sysconfdir}/modprobe.d/50-bluetooth.conf
|
||||
# In openSUSE 11.3 there is upstream compliant CUPS 1.4
|
||||
# which means to have a fixed "/usr/lib/cups/" directory
|
||||
# on all platforms (see Novell/Suse Bugzilla bnc#575544):
|
||||
if ! test -e %{buildroot}%{cups_lib_dir}/backend/bluetooth
|
||||
then if test -e %{buildroot}%{_libdir}/cups/backend/bluetooth
|
||||
then mkdir -p %{buildroot}%{cups_lib_dir}/backend
|
||||
mv %{buildroot}%{_libdir}/cups/backend/bluetooth %{buildroot}%{cups_lib_dir}/backend/bluetooth
|
||||
fi
|
||||
fi
|
||||
# no idea why this is suddenly necessary...
|
||||
install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
|
||||
|
||||
@ -173,7 +160,9 @@ chmod 0644 *.py *.xml *.dtd
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
make %{?_smp_mflags} check
|
||||
##make %%{?_smp_mflags} check
|
||||
# deliberately not running parallel, as OBS seems to create spurious failures otherwise
|
||||
make check V=0
|
||||
%endif
|
||||
|
||||
%pre
|
||||
@ -212,27 +201,27 @@ make %{?_smp_mflags} check
|
||||
%{_bindir}/hciconfig
|
||||
%{_bindir}/hex2hcd
|
||||
%{_bindir}/mpris-proxy
|
||||
%dir /usr/lib/bluetooth
|
||||
/usr/lib/bluetooth/bluetoothd
|
||||
/usr/lib/bluetooth/obexd
|
||||
%dir %{_libexecdir}/bluetooth
|
||||
%{_libexecdir}/bluetooth/bluetoothd
|
||||
%{_libexecdir}/bluetooth/obexd
|
||||
%{_bindir}/bluetoothctl
|
||||
%{_bindir}/btmon
|
||||
%{_bindir}/hcidump
|
||||
%{_bindir}/bccmd
|
||||
%{_prefix}/lib/udev/
|
||||
%doc %{_mandir}/man1/btattach.1.gz
|
||||
%doc %{_mandir}/man1/hcidump.1.gz
|
||||
%doc %{_mandir}/man1/hciattach.1.gz
|
||||
%doc %{_mandir}/man1/hciconfig.1.gz
|
||||
%doc %{_mandir}/man8/bluetoothd.8.gz
|
||||
%doc %{_mandir}/man1/hid2hci.1.gz
|
||||
%doc %{_mandir}/man1/bccmd.1.gz
|
||||
%doc %{_mandir}/man1/l2ping.1.gz
|
||||
%doc %{_mandir}/man1/hcitool.1.gz
|
||||
%doc %{_mandir}/man1/sdptool.1.gz
|
||||
%doc %{_mandir}/man1/ciptool.1.gz
|
||||
%doc %{_mandir}/man1/rfcomm.1.gz
|
||||
%doc %{_mandir}/man1/rctest.1.gz
|
||||
%{_libexecdir}/udev/
|
||||
%{_mandir}/man1/btattach.1%{ext_man}
|
||||
%{_mandir}/man1/hcidump.1%{ext_man}
|
||||
%{_mandir}/man1/hciattach.1%{ext_man}
|
||||
%{_mandir}/man1/hciconfig.1%{ext_man}
|
||||
%{_mandir}/man8/bluetoothd.8%{ext_man}
|
||||
%{_mandir}/man1/hid2hci.1%{ext_man}
|
||||
%{_mandir}/man1/bccmd.1%{ext_man}
|
||||
%{_mandir}/man1/l2ping.1%{ext_man}
|
||||
%{_mandir}/man1/hcitool.1%{ext_man}
|
||||
%{_mandir}/man1/sdptool.1%{ext_man}
|
||||
%{_mandir}/man1/ciptool.1%{ext_man}
|
||||
%{_mandir}/man1/rfcomm.1%{ext_man}
|
||||
%{_mandir}/man1/rctest.1%{ext_man}
|
||||
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
|
||||
%dir %{_localstatedir}/lib/bluetooth
|
||||
%dir %{_sysconfdir}/modprobe.d
|
||||
@ -254,9 +243,9 @@ make %{?_smp_mflags} check
|
||||
|
||||
%files cups
|
||||
%defattr(-,root,root)
|
||||
%dir %{cups_lib_dir}
|
||||
%dir %{cups_lib_dir}/backend
|
||||
%{cups_lib_dir}/backend/bluetooth
|
||||
%dir %{_libexecdir}/cups
|
||||
%dir %{_libexecdir}/cups/backend
|
||||
%{_libexecdir}/cups/backend/bluetooth
|
||||
|
||||
%files test
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user