]> git.pld-linux.org Git - packages/bluez-utils.git/blobdiff - bluez-utils.spec
- updated deps
[packages/bluez-utils.git] / bluez-utils.spec
index 5455c2bf45b69b02a1402ab41783b37ce0109374..04bb530d63a2690c2577a4e94f9db5037c2b6ac5 100644 (file)
@@ -1,31 +1,29 @@
 # TODO:
 # - check init script, add support for rfcomm bind on startup
-# - security http://www.gentoo.org/security/en/glsa/glsa-200508-09.xml
 Summary:       Bluetooth utilities
 Summary(pl):   Narzêdzia Bluetooth
 Name:          bluez-utils
-Version:       2.21
+Version:       2.25
 Release:       1
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: f61b3b87177d876c4fcfaba890b049b4
+# Source0-md5: ae3729ab5592be06ed01b973d4b3e9fe
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-etc_dir.patch
-Patch1:                %{name}-dbuslate.patch
 URL:           http://bluez.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
-BuildRequires: bluez-libs-devel >= 2.15
+BuildRequires: bluez-libs-devel >= 2.25
 BuildRequires: dbus-devel >= 0.33
 BuildRequires: libtool
 BuildRequires: libusb-devel
 # alsa-lib-devel, openobex-devel - currently only checked for, not used
 PreReq:                rc-scripts
-Requires:      bluez-libs >= 2.15
+Requires:      bluez-libs >= 2.21
 Obsoletes:     bluez-pan
 Obsoletes:     bluez-sdp
 Conflicts:     bluez-bluefw
@@ -61,7 +59,7 @@ Narz
 Summary:       Bluetooth backend for CUPS
 Summary(pl):   Backend Bluetooth dla CUPS-a
 Group:         Applications/Printing
-Requires:      bluez-libs >= 2.11
+Requires:      bluez-libs >= 2.21
 Requires:      cups
 
 %description -n cups-backend-bluetooth
@@ -86,7 +84,6 @@ Skrypt init dla podsystemu Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -137,13 +134,13 @@ fi
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man*/*
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/bluetooth
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
 %dir %{_sysconfdir}/bluetooth
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/bluetooth/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/*
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/bcm203x
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/hotplug/usb/bcm203x.usermap
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pcmcia/bluetooth.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pcmcia/bluetooth
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hotplug/usb/bcm203x.usermap
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pcmcia/bluetooth.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pcmcia/bluetooth
 
 %files -n cups-backend-bluetooth
 %defattr(644,root,root,755)
This page took 0.082803 seconds and 4 git commands to generate.