]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- create missing dir
[packages/bluez.git] / bluez.spec
index b0d51c91c5933d2aa733ea7a26050997a046645c..191807e16d2c85027b1fadee58f73f9ebe19f513 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       4.98
+Version:       4.99
 Release:       3
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: http://www.bluez.org/download.html
 Source0:       http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.bz2
-# Source0-md5: 4aca8a0929250212e9a75fb60dd75b05
+# Source0-md5: 2387053eb5a7b02f37df4871df022a02
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       dund.init
@@ -16,12 +16,13 @@ Source5:    rfcomm.init
 Patch0:                %{name}-etc_dir.patch
 Patch1:                %{name}-wacom-mode-2.patch
 Patch2:                %{name}-systemd.patch
+Patch3:                %{name}-audio_socket.patch
 URL:           http://www.bluez.org/
 BuildRequires: alsa-lib-devel >= 1.0.10-1
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: bison
-BuildRequires: check-devel >= 0.9.4
+BuildRequires: check-devel >= 0.9.6
 BuildRequires: dbus-devel >= 1.0
 BuildRequires: glib2-devel >= 1:2.16
 BuildRequires: gstreamer-devel >= 0.10.30
@@ -34,15 +35,17 @@ BuildRequires:      pkgconfig >= 1:0.9.0
 BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) >= 1.626
 BuildRequires: udev-devel
+Requires(post,preun,postun):   systemd-units >= 38
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      glib2 >= 1:2.16
 Requires:      hwdata >= 0.225
 Requires:      rc-scripts
-Requires:      systemd-units >= 37-0.10
+Requires:      systemd-units >= 38
 Provides:      bluez-utils = %{version}-%{release}
 Obsoletes:     bluez-hciemu
 Obsoletes:     bluez-pan
 Obsoletes:     bluez-sdp
+Obsoletes:     bluez-systemd
 Obsoletes:     bluez-utils
 Obsoletes:     bluez-utils-init
 Conflicts:     bluez-bluefw
@@ -177,6 +180,7 @@ aplikacji Bluetooth.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -220,7 +224,8 @@ aplikacji Bluetooth.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig} \
+       $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
This page took 0.069802 seconds and 4 git commands to generate.