forked from pool/bluez
This commit is contained in:
parent
c00f9b3080
commit
6c0cf5a349
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 17:16:54 CEST 2008 - dmueller@suse.de
|
||||
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 23:41:33 CEST 2008 - seife@suse.de
|
||||
|
||||
|
21
bluez.spec
21
bluez.spec
@ -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.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
License: GPL v2 or later
|
||||
@ -35,8 +35,10 @@ Source: bluez-%{version}.tar.bz2
|
||||
Source1: bluetooth.init
|
||||
Source2: bluetooth.sysconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: bluez-utils = 3.36
|
||||
Obsoletes: bluez-utils <= 3.36
|
||||
%define prefix /usr
|
||||
Provides: bluez-audio = 3.36
|
||||
Obsoletes: bluez-audio <= 3.36
|
||||
|
||||
%description
|
||||
The Bluetooth stack for Linux.
|
||||
@ -48,11 +50,6 @@ Authors:
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
and others, see AUTHORS
|
||||
|
||||
%if 0%{?opensuse_bs}
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Files needed for BlueZ development
|
||||
@ -74,8 +71,8 @@ Authors:
|
||||
License: GPL v2 or later
|
||||
Summary: Bluetooth Libraries
|
||||
Group: Hardware/Mobile
|
||||
Obsoletes: bluez-libs
|
||||
Provides: bluez
|
||||
Provides: bluez-libs = 3.36
|
||||
Obsoletes: bluez-libs <= 3.36
|
||||
|
||||
%description -n libbluetooth3
|
||||
Bluetooth protocol stack libraries.
|
||||
@ -126,6 +123,7 @@ Group: Productivity/Multimedia/Sound/Utilities
|
||||
License: GPL v2 or later
|
||||
Summary: Bluetooth Sound Support
|
||||
Requires: libbluetooth3 = %{version}
|
||||
Provides: bluez-audio:%_libdir/alsa-lib/libasound_module_pcm_bluetooth.so
|
||||
|
||||
%description alsa
|
||||
The package contains libraries for using bluetooth audio services.
|
||||
@ -144,6 +142,7 @@ License: GPL v2 or later
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Requires: libbluetooth3 = %{version}
|
||||
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
||||
|
||||
%description gstreamer
|
||||
The package contains libraries for using bluetooth audio services.
|
||||
@ -311,6 +310,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Wed Sep 17 2008 dmueller@suse.de
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
* Tue Sep 16 2008 seife@suse.de
|
||||
- update to bluez-4.6:
|
||||
* add a smooth upgrade path of configured input devices from
|
||||
|
Loading…
Reference in New Issue
Block a user