forked from pool/bluez
This commit is contained in:
parent
168e0fb159
commit
1d355ebfbf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee2a63de69a95689fe25fa2a516ebfe47f00ee862e38a8ebb8fa792a19482f6
|
||||
size 728535
|
3
bluez-4.18.tar.bz2
Normal file
3
bluez-4.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea22a63ab41d75dea82a91a5261ad341e56ddd09b11b6133231f05eaf3e8f3e0
|
||||
size 730114
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 09:26:41 CET 2008 - seife@suse.de
|
||||
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 09:14:35 CET 2008 - seife@suse.de
|
||||
|
||||
- add DBus API documentation files to the bluez package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 20:10:15 CET 2008 - seife@suse.de
|
||||
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:03:23 CET 2008 - seife@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez-gstreamer (Version 4.17)
|
||||
# spec file for package bluez-gstreamer (Version 4.18)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,8 +24,8 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
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: 2
|
||||
Version: 4.18
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
License: GPL v2 or later
|
||||
@ -87,6 +87,8 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-dfutool \
|
||||
--enable-cups \
|
||||
--enable-test \
|
||||
--enable-pand \
|
||||
--enable-dund \
|
||||
--enable-manpages \
|
||||
--enable-configfiles \
|
||||
--enable-initscripts \
|
||||
@ -107,6 +109,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 11 2008 seife@suse.de
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
* Mon Nov 10 2008 seife@suse.de
|
||||
- add DBus API documentation files to the bluez package
|
||||
* Sun Nov 09 2008 seife@suse.de
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
@ -189,7 +206,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||
* Thu Sep 25 2008 seife@suse.de
|
||||
- fix a bluetoothd crash after resume
|
||||
* Wed Sep 24 2008 seife@suse.de
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||
/var/run is cleaned up later in the boot process
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
@ -203,7 +220,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
* Tue Sep 16 2008 seife@suse.de
|
||||
* Mon Sep 15 2008 seife@suse.de
|
||||
- update to bluez-4.6:
|
||||
* add a smooth upgrade path of configured input devices from
|
||||
BlueZ 3.x to the 4.x series
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 09:26:41 CET 2008 - seife@suse.de
|
||||
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 09:14:35 CET 2008 - seife@suse.de
|
||||
|
||||
- add DBus API documentation files to the bluez package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 20:10:15 CET 2008 - seife@suse.de
|
||||
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:03:23 CET 2008 - seife@suse.de
|
||||
|
||||
|
70
bluez.spec
70
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.17)
|
||||
# spec file for package bluez (Version 4.18)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,8 +23,8 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.17
|
||||
Release: 2
|
||||
Version: 4.18
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
@ -141,12 +141,31 @@ Authors:
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||
|
||||
%package compat
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
Summary: Bluetooth Stack for Linux.
|
||||
Requires: libbluetooth3 = %{version}
|
||||
|
||||
%description compat
|
||||
The Bluetooth stack for Linux. This package contains older and partly
|
||||
deprecated binaries that might still be needed for compatibility.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
and others, see AUTHORS
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0
|
||||
cp %{S:1} scripts/
|
||||
cp %{S:6} .
|
||||
%{?suse_update_config:%{suse_update_config -f . }}
|
||||
mkdir dbus-apis
|
||||
cp -a doc/*.txt dbus-apis/
|
||||
|
||||
%build
|
||||
#autoreconf -sfi
|
||||
@ -173,6 +192,8 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-dfutool \
|
||||
--enable-cups \
|
||||
--enable-test \
|
||||
--enable-pand \
|
||||
--enable-dund \
|
||||
--enable-manpages \
|
||||
--enable-configfiles \
|
||||
--enable-initscripts \
|
||||
@ -183,7 +204,17 @@ make %{?jobs:-j %jobs} all
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
# bluez-test
|
||||
cd test
|
||||
install --mode=0755 apitest list-devices test-adapter test-device test-discovery test-manager test-serial test-telephony $RPM_BUILD_ROOT/%{_bindir}/
|
||||
install --mode=0755 \
|
||||
apitest \
|
||||
list-devices \
|
||||
test-adapter \
|
||||
test-device \
|
||||
test-discovery \
|
||||
test-manager \
|
||||
test-serial \
|
||||
test-service \
|
||||
test-telephony \
|
||||
$RPM_BUILD_ROOT/%{_bindir}/
|
||||
cd ..
|
||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la
|
||||
rm -rvf $RPM_BUILD_ROOT/%{_libdir}/gstreamer-*
|
||||
@ -215,7 +246,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog README README.SUSE
|
||||
%doc AUTHORS COPYING ChangeLog README README.SUSE dbus-apis
|
||||
/etc/init.d/bluetooth
|
||||
/etc/init.d/bluetooth-coldplug
|
||||
%{_bindir}/hcitool
|
||||
@ -246,8 +277,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man8/hciconfig.8.gz
|
||||
#%doc %{_mandir}/man5/hcid.conf.5.gz
|
||||
%doc %{_mandir}/man8/bluetoothd.8.gz
|
||||
%doc %{_mandir}/man1/pand.1.gz
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
%doc %{_mandir}/man8/hid2hci.8.gz
|
||||
%doc %{_mandir}/man8/bccmd.8.gz
|
||||
%doc %{_mandir}/man1/hcitool.1.gz
|
||||
@ -298,6 +327,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/test-discovery
|
||||
%{_bindir}/test-manager
|
||||
%{_bindir}/test-serial
|
||||
%{_bindir}/test-service
|
||||
%{_bindir}/test-telephony
|
||||
#%{_bindir}/hsmicro
|
||||
#%{_bindir}/hsplay
|
||||
@ -311,7 +341,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/alsa-lib/*.so
|
||||
|
||||
%files compat
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dund
|
||||
%{_bindir}/pand
|
||||
%doc %{_mandir}/man1/pand.1.gz
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue Nov 11 2008 seife@suse.de
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
* Mon Nov 10 2008 seife@suse.de
|
||||
- add DBus API documentation files to the bluez package
|
||||
* Sun Nov 09 2008 seife@suse.de
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
@ -394,7 +446,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||
* Thu Sep 25 2008 seife@suse.de
|
||||
- fix a bluetoothd crash after resume
|
||||
* Wed Sep 24 2008 seife@suse.de
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||
/var/run is cleaned up later in the boot process
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
@ -408,7 +460,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
* Tue Sep 16 2008 seife@suse.de
|
||||
* Mon Sep 15 2008 seife@suse.de
|
||||
- update to bluez-4.6:
|
||||
* add a smooth upgrade path of configured input devices from
|
||||
BlueZ 3.x to the 4.x series
|
||||
|
Loading…
Reference in New Issue
Block a user