forked from pool/bluez
This commit is contained in:
parent
3be6d7720d
commit
168e0fb159
@ -18,7 +18,10 @@
|
||||
|
||||
STATEFILE=/dev/shm/bluetooth-adapter-present
|
||||
INITSCRIPT=/etc/init.d/bluetooth
|
||||
CONFIGFILE=/etc/sysconfig/bluetooth
|
||||
|
||||
[ -e $STATEFILE ] || exit 0
|
||||
[ -e $CONFIGFILE ] && . $CONFIGFILE
|
||||
[ x"$START_SERVICES" = xno ] && exit 0
|
||||
|
||||
exec $INITSCRIPT "$@"
|
||||
|
@ -2,7 +2,7 @@
|
||||
## Path: Hardware/Bluetooth
|
||||
## Description: General settings for the Bluetooth device, if set to 'yes' bluetooth is started when hotplug reports 'added bluetooth device'
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Default: yes
|
||||
## ServiceRestart: bluetooth
|
||||
|
||||
START_SERVICES=yes
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:03:23 CET 2008 - seife@suse.de
|
||||
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 20:48:38 CET 2008 - seife@suse.de
|
||||
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: alsa-devel libsndfile-devel
|
||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.17
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
License: GPL v2 or later
|
||||
@ -107,6 +107,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
- update to bluez-4.17:
|
||||
- Fix SBC encoder not writing last frame.
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:03:23 CET 2008 - seife@suse.de
|
||||
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 20:48:38 CET 2008 - seife@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.17
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
@ -312,6 +312,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/alsa-lib/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
- update to bluez-4.17:
|
||||
- Fix SBC encoder not writing last frame.
|
||||
|
Loading…
Reference in New Issue
Block a user