Author: charles Date: Tue Jun 9 15:59:44 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 4.41 - BR: libnl-devel (--enable-netlink) - more config files
---- Files affected: packages/bluez: bluez.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/bluez/bluez.spec diff -u packages/bluez/bluez.spec:1.24 packages/bluez/bluez.spec:1.25 --- packages/bluez/bluez.spec:1.24 Sun May 24 19:02:26 2009 +++ packages/bluez/bluez.spec Tue Jun 9 17:59:38 2009 @@ -2,13 +2,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 @@ -24,6 +24,7 @@ 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 @@ -215,6 +216,8 @@ # 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 @@ -250,7 +253,9 @@ %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 @@ -298,6 +303,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2009/06/09 15:59:38 charles +- updated to 4.41 +- BR: libnl-devel (--enable-netlink) +- more config files + Revision 1.24 2009/05/24 17:02:26 patrys - 4.40 - package alsa configuration ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bluez/bluez.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
