Accepting request 509010 from Base:System
enable sixaxis plugin (forwarded request 509009 from seife) OBS-URL: https://build.opensuse.org/request/show/509010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=147
This commit is contained in:
commit
18c0446a09
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 19:17:20 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
- enable sixaxis plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 11:53:02 UTC 2017 - msuchanek@suse.com
|
||||
|
||||
- Add %post/%postun to bluez-auto-enable-devices so the settings
|
||||
change takes effect (boo#1039476)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 06:54:26 UTC 2017 - seife+obs@b1-systems.com
|
||||
|
||||
|
10
bluez.spec
10
bluez.spec
@ -122,6 +122,12 @@ Contains configuration that automatically enables all bluetooth devices
|
||||
that are connected to the system if no other tool is handling them (e.g.
|
||||
desktop specific applets like blueman or GNOME or KDE applets).
|
||||
|
||||
%post auto-enable-devices
|
||||
{ systemctl status -n0 bluetooth.service > /dev/null && systemctl restart bluetooth.service ; } ||:
|
||||
|
||||
%postun auto-enable-devices
|
||||
{ systemctl status -n0 bluetooth.service > /dev/null && systemctl restart bluetooth.service ; } ||:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
@ -153,6 +159,7 @@ autoreconf -fi
|
||||
--enable-experimental \
|
||||
--enable-deprecated \
|
||||
--enable-datafiles \
|
||||
--enable-sixaxis \
|
||||
--with-systemdsystemunitdir=%{_unitdir} \
|
||||
--with-systemduserunitdir=%{_userunitdir}
|
||||
|
||||
@ -224,6 +231,9 @@ make check V=0
|
||||
%{_bindir}/hciconfig
|
||||
%{_bindir}/hex2hcd
|
||||
%{_bindir}/mpris-proxy
|
||||
%dir %{_libdir}/bluetooth
|
||||
%dir %{_libdir}/bluetooth/plugins
|
||||
%{_libdir}/bluetooth/plugins/sixaxis.so
|
||||
%dir %{_libexecdir}/bluetooth
|
||||
%{_libexecdir}/bluetooth/bluetoothd
|
||||
%{_libexecdir}/bluetooth/obexd
|
||||
|
Loading…
Reference in New Issue
Block a user