mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 07:02:54 +00:00
Merge pull request #1 from import/bluez:rosa2016.1
Backports and update
This commit is contained in:
commit
79e86a6386
2 changed files with 6 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
bluez-5.54.tar.xz: 02e247790eab70329f2d94794e46181bb28e975f
|
bluez-5.55.tar.xz: 3f7cc53f789f3553a4403643dfafd18ff5b26f17
|
||||||
|
|
10
bluez.spec
10
bluez.spec
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
Summary: Official Linux Bluetooth protocol stack
|
Summary: Official Linux Bluetooth protocol stack
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 5.54
|
Version: 5.55
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Communications
|
Group: Communications
|
||||||
|
@ -43,7 +43,6 @@ BuildRequires: pkgconfig(libusb)
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(udev) >= 186
|
BuildRequires: pkgconfig(udev) >= 186
|
||||||
Requires(pre): rpm-helper
|
|
||||||
Obsoletes: bluez-alsa < 5.0
|
Obsoletes: bluez-alsa < 5.0
|
||||||
Obsoletes: bluez-gstreamer < 5.0
|
Obsoletes: bluez-gstreamer < 5.0
|
||||||
|
|
||||||
|
@ -96,10 +95,10 @@ These are the official Bluetooth communication libraries for Linux.
|
||||||
%{_udevrulesdir}/97-bluetooth.rules
|
%{_udevrulesdir}/97-bluetooth.rules
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%_post_service bluetooth
|
%systemd_post bluetooth.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%_preun_service bluetooth
|
%systemd_post bluetooth.service
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -215,6 +214,7 @@ autoreconf -fi
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
--with-systemduserunitdir=%{_userunitdir} \
|
--with-systemduserunitdir=%{_userunitdir} \
|
||||||
--with-udevdir=/lib/udev \
|
--with-udevdir=/lib/udev \
|
||||||
|
--enable-hid2hci \
|
||||||
--enable-tools \
|
--enable-tools \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
--enable-datafiles \
|
--enable-datafiles \
|
||||||
|
|
Loading…
Add table
Reference in a new issue