]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- updated to 5.11
[packages/bluez.git] / bluez.spec
index 28e7c9310f9f5a0218834cbe0e41a4462b47a834..2129e6775a8a0c55a5bda3bcaf31e4d2dec36868 100644 (file)
@@ -5,20 +5,17 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.0
-Release:       0.1
+Version:       5.11
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
-#Source0Download: http://www.bluez.org/download.html
-Source0:       http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: 03230ccf44536087653b56a45c99e2b4
+Source0:       https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
+# Source0-md5: 8a2544d8c88e1f4bd3abe9525282b13c
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 # FIXME: rfcomm.conf no longer supported
 Source5:       rfcomm.init
 Patch0:                %{name}-wacom-mode-2.patch
-Patch1:                %{name}-audio_socket.patch
-Patch2:                %{name}-am.patch
 URL:           http://www.bluez.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -27,7 +24,6 @@ BuildRequires:        dbus-devel >= 1.4
 BuildRequires: glib2-devel >= 1:2.28
 BuildRequires: libical-devel
 BuildRequires: libtool
-BuildRequires: libusb-compat-devel >= 0.1
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) >= 1.626
@@ -46,6 +42,8 @@ Requires:     udev >= 1:143
 Provides:      bluez-hcidump = %{version}
 Provides:      bluez-utils = %{version}-%{release}
 Provides:      obexd = %{version}
+Provides:      dbus(org.openobex.client)
+Provides:      obex-data-server = %{version}
 # moved somewhere or dropped?
 #Obsoletes:    alsa-plugins-bluetooth
 Obsoletes:     bluez-hcidump
@@ -56,6 +54,7 @@ Obsoletes:    bluez-systemd
 Obsoletes:     bluez-utils
 Obsoletes:     bluez-utils-init
 Obsoletes:     obexd
+Obsoletes:     obex-data-server
 # moved somewhere or dropped?
 #Obsoletes:    gstreamer-bluetooth < 4.101-3
 #Obsoletes:    gstreamer0.10-bluetooth < 5
@@ -153,8 +152,6 @@ aplikacji Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -190,7 +187,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/rfcomm
 
-install profiles/audio/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 install profiles/proximity/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
@@ -246,7 +242,6 @@ fi
 %attr(755,root,root) %{_libdir}/bluetooth/obexd
 %dir %{_libdir}/bluetooth/plugins
 %dir %{_sysconfdir}/bluetooth
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/audio.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/input.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/proximity.conf
This page took 0.065833 seconds and 4 git commands to generate.