diff --git a/bluez.spec b/bluez.spec index 796cf51..bc9cee5 100644 --- a/bluez.spec +++ b/bluez.spec @@ -43,7 +43,7 @@ BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) >= 186 Requires(pre): rpm-helper -Suggests: obex-data-server +Recommends: obex-data-server Obsoletes: bluez-alsa < 5.0 Obsoletes: bluez-gstreamer < 5.0 @@ -217,7 +217,7 @@ libtoolize -f -c autoreconf -fi %build -%configure2_5x \ +%configure \ --prefix=/usr \ --libdir=%{_libdir} \ --libexecdir=%{_libdir} \ @@ -283,5 +283,3 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service sed 's|#AutoEnable=false|AutoEnable=true|' -i %{buildroot}%{_sysconfdir}/bluetooth/main.conf - -%changelog