]> 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 4c4cc4375e5c7717b860a64cd46ce2d887a2c221..23358425b3a9bbc2d4093358cfb1a2a65c704d71 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.56
-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: e6c51b2aefa7c56ff072819a78611fa5
+# 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,7 +30,8 @@ BuildRequires:        automake
 BuildRequires: check-devel >= 0.9.6
 BuildRequires: cups-devel
 BuildRequires: dbus-devel >= 1.6
-BuildRequires: ell-devel >= 0.37
+BuildRequires: docutils
+BuildRequires: ell-devel >= 0.39
 BuildRequires: glib2-devel >= 1:2.28
 BuildRequires: json-c-devel >= 0.13
 BuildRequires: libical-devel
@@ -44,7 +46,7 @@ BuildRequires:        xz
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      dbus-libs >= 1.6
-Requires:      ell >= 0.37
+Requires:      ell >= 0.39
 Requires:      glib2 >= 1:2.28
 Requires:      hwdata >= 0.225
 Requires:      json-c >= 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.053072 seconds and 4 git commands to generate.