]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- create missing dir
[packages/bluez.git] / bluez.spec
index bfc5d3ff5c553749a278be932478fac664bf7a07..191807e16d2c85027b1fadee58f73f9ebe19f513 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
 Version:       4.99
-Release:       1
+Release:       3
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: http://www.bluez.org/download.html
@@ -16,6 +16,7 @@ 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
@@ -34,11 +35,12 @@ 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
@@ -178,6 +180,7 @@ aplikacji Bluetooth.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -221,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.062076 seconds and 4 git commands to generate.