|
@@ -1,7 +1,7 @@
|
|
|
Summary: Bluetooth utilities
|
|
|
Summary(ja): Bluetooth ユーティリティ
|
|
|
Name: bluez
|
|
|
-Version: 4.96
|
|
|
+Version: 4.97
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: Applications/System
|
|
@@ -21,31 +21,26 @@ Source3: bluez-uinput.modules
|
|
|
Source11: trusts.txt
|
|
|
Source20: main.conf
|
|
|
|
|
|
-Patch1: bluez-utils-oui-usage.patch
|
|
|
-# https://bugzilla.redhat.com/show_bug.cgi?id=450081
|
|
|
-# http://thread.gmane.org/gmane.linux.bluez.kernel/1687
|
|
|
-Patch2: bluez-try-utf8-harder.patch
|
|
|
# http://thread.gmane.org/gmane.linux.bluez.kernel/1754
|
|
|
Patch3: bluez-activate-wacom-mode2.patch
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
|
|
Patch4: bluez-socket-mobile-cf-connection-kit.patch
|
|
|
-# http://thread.gmane.org/gmane.linux.bluez.kernel/2396
|
|
|
-Patch5: 0001-Add-sixaxis-cable-pairing-plugin.patch
|
|
|
-# http://thread.gmane.org/gmane.linux.bluez.kernel/2579
|
|
|
-Patch6: 0001-Add-udev-rules-to-start-bluetooth-on-demand.patch
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-BuildRequires: flex
|
|
|
-BuildRequires: dbus-devel >= 0.90
|
|
|
-BuildRequires: glib2-devel
|
|
|
-BuildRequires: libusb-devel
|
|
|
-BuildRequires: libudev-devel
|
|
|
-BuildRequires: alsa-lib-devel
|
|
|
-BuildRequires: gstreamer-devel
|
|
|
-BuildRequires: gstreamer-plugins-base-devel
|
|
|
-BuildRequires: libsndfile-devel
|
|
|
+BuildRequires: flex
|
|
|
+BuildRequires: bison
|
|
|
+BuildRequires: check-devel
|
|
|
+BuildRequires: dbus-devel
|
|
|
+BuildRequires: glib2-devel
|
|
|
+BuildRequires: libusb-devel
|
|
|
+BuildRequires: libudev-devel
|
|
|
+BuildRequires: alsa-lib-devel
|
|
|
+BuildRequires: gstreamer-devel
|
|
|
+BuildRequires: gstreamer-plugins-base-devel
|
|
|
+BuildRequires: libsndfile-devel
|
|
|
+BuildRequires: readline-devel
|
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
@@ -175,12 +170,8 @@ Bluetooth オーディオ機器のためのALSAサポートを含むパッケー
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%setup -q
|
|
|
-## %patch1 -p0 -b .oui
|
|
|
-## %patch2 -p1 -b .non-utf8-name
|
|
|
%patch3 -p1 -b .wacom
|
|
|
%patch4 -p1 -b .socket-mobile
|
|
|
-## %patch5 -p1 -b .cable-pairing
|
|
|
-## %patch6 -p1 -b .udev
|
|
|
|
|
|
%build
|
|
|
libtoolize -f -c
|
|
@@ -295,6 +286,10 @@ exit 0
|
|
|
%{_libdir}/alsa-lib/*.so
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.97-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires: check-devel, readline-devel
|
|
|
+
|
|
|
* Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.96-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: libudev-devel
|