]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
fix build with glibc 2.34; rel 2
[packages/bluez.git] / bluez.spec
index de0e7e1c6f4374ece6e42b2921d0eceb8d1bfc3e..23358425b3a9bbc2d4093358cfb1a2a65c704d71 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.58
-Release:       1
+Version:       5.61
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: 6737ba92a93432dbbd430bd41d7160c9
+# Source0-md5: a4c98b6bd2411880cba5930e7f10a1c4
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 # Scripts for automatically btattach-ing serial ports connected to Broadcom HCIs
@@ -22,6 +22,7 @@ Source3:      69-btattach-bcm.rules
 Source4:       btattach-bcm@.service
 Source5:       btattach-bcm-service.sh
 Patch0:                0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
+Patch1:                glibc2.34.patch
 URL:           http://www.bluez.org/
 BuildRequires: alsa-lib-devel >= 1.0
 BuildRequires: autoconf >= 2.60
@@ -29,6 +30,7 @@ BuildRequires:        automake
 BuildRequires: check-devel >= 0.9.6
 BuildRequires: cups-devel
 BuildRequires: dbus-devel >= 1.6
+BuildRequires: docutils
 BuildRequires: ell-devel >= 0.39
 BuildRequires: glib2-devel >= 1:2.28
 BuildRequires: json-c-devel >= 0.13
@@ -178,6 +180,7 @@ aplikacji Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # external ell is broken if ell/ell.h is in place due to deps generation and Makefile.am rules
 %{__rm} -r ell
@@ -280,6 +283,7 @@ fi
 %attr(755,root,root) %{_bindir}/l2ping
 %attr(755,root,root) %{_bindir}/l2test
 %attr(755,root,root) %{_bindir}/mesh-cfgclient
+%attr(755,root,root) %{_bindir}/mesh-cfgtest
 %attr(755,root,root) %{_bindir}/meshctl
 %attr(755,root,root) %{_bindir}/mpris-proxy
 %attr(755,root,root) %{_bindir}/rctest
@@ -323,6 +327,7 @@ fi
 %{udevdir}/rules.d/69-btattach-bcm.rules
 %{udevdir}/rules.d/97-hid2hci.rules
 %{_mandir}/man1/btattach.1*
+%{_mandir}/man1/btmon.1*
 %{_mandir}/man1/hid2hci.1*
 %{_mandir}/man1/l2ping.1*
 %{_mandir}/man1/rctest.1*
@@ -335,6 +340,7 @@ fi
 %{_mandir}/man1/rfcomm.1*
 %{_mandir}/man1/sdptool.1*
 %endif
+%{_mandir}/man8/bluetooth-meshd.8*
 %{_mandir}/man8/bluetoothd.8*
 
 %files -n cups-backend-bluetooth
This page took 0.031353 seconds and 4 git commands to generate.