]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- updated to 4.41
[packages/bluez.git] / bluez.spec
index 1a29a2704810a4c07f7953c9d94970a58b245c08..893230882899c64b046220a22a45ee84ff35bcae 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       4.40
+Version:       4.41
 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.gz
-# Source0-md5: a25fa37c97c309338649f6a5fd4cea76
+# Source0-md5: 4629236517df280be321f009917a52be
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-udev.rules
@@ -23,6 +23,7 @@ BuildRequires:        dbus-glib-devel >= 0.60
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: gstreamer-devel >= 0.10
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
+BuildRequires: libnl-devel
 BuildRequires: libsndfile-devel
 BuildRequires: libtool
 BuildRequires: libusb-compat-devel
@@ -214,6 +215,8 @@ install -d $RPM_BUILD_ROOT{/etc/udev/rules.d,%{udevdir}}
 
 # noinst
 install audio/audio.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+install input/input.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+install network/network.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
@@ -249,7 +252,9 @@ fi
 %attr(755,root,root) %{_libdir}/bluetooth/plugins/*.so
 %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/main.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/rfcomm.conf
 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
This page took 0.072362 seconds and 4 git commands to generate.