Accepting request 670709 from Base:System
OBS-URL: https://build.opensuse.org/request/show/670709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=158
This commit is contained in:
commit
97cf2483b7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 15 09:05:19 UTC 2019 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- add btgatt-client to bluez-test
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 19:15:59 UTC 2018 - seife+obs@b1-systems.com
|
Mon Jun 4 19:15:59 UTC 2018 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
10
bluez.spec
10
bluez.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez
|
# spec file for package bluez
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
|
# Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -198,8 +198,13 @@ rm %{buildroot}%{_userunitdir}/obex.service
|
|||||||
|
|
||||||
## same as in fedora...
|
## same as in fedora...
|
||||||
# "make install" fails to install gatttool, used with Bluetooth Low Energy
|
# "make install" fails to install gatttool, used with Bluetooth Low Energy
|
||||||
|
# boo#970628
|
||||||
install -m0755 attrib/gatttool %{buildroot}%{_bindir}
|
install -m0755 attrib/gatttool %{buildroot}%{_bindir}
|
||||||
|
|
||||||
|
## install btgatt-client for -test package, see
|
||||||
|
## https://www.spinics.net/lists/linux-bluetooth/msg63258.html
|
||||||
|
install -m0755 tools/btgatt-client %{buildroot}%{_bindir}
|
||||||
|
|
||||||
# for auto-enable subpackage
|
# for auto-enable subpackage
|
||||||
find . -name main.conf
|
find . -name main.conf
|
||||||
install --mode 0644 -D src/main.conf %{buildroot}/%{_sysconfdir}/bluetooth/main.conf
|
install --mode 0644 -D src/main.conf %{buildroot}/%{_sysconfdir}/bluetooth/main.conf
|
||||||
@ -311,6 +316,7 @@ make check V=0
|
|||||||
#{_bindir}/hciemu
|
#{_bindir}/hciemu
|
||||||
%{_bindir}/l2test
|
%{_bindir}/l2test
|
||||||
%{_bindir}/rctest
|
%{_bindir}/rctest
|
||||||
|
%{_bindir}/btgatt-client
|
||||||
%dir %{_libdir}/bluez
|
%dir %{_libdir}/bluez
|
||||||
%{_libdir}/bluez/test
|
%{_libdir}/bluez/test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user