]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- Up to 4.94
[packages/bluez.git] / bluez.spec
index 0180a932965ce7b4182831ca0adf2e996895271e..47e08d276759c3ee38459a61393d9ed8ab1b389b 100644 (file)
@@ -1,44 +1,48 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     Narzędzia Bluetooth
 Name:          bluez
-Version:       4.42
+Version:       4.94
 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: d24dfd3ca42847123e29f58b29af6948
+# Source0-md5: 59040081375411e3000dea9e5d53e5b7
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-Source3:       %{name}-udev.rules
-Source4:       %{name}-udev.script
+Source3:       dund.init
+Source4:       pand.init
+Source5:       rfcomm.init
 Patch0:                %{name}-etc_dir.patch
-Patch1:                %{name}-udev-path.patch
+Patch1:                %{name}-wacom-mode-2.patch
 URL:           http://www.bluez.org/
 BuildRequires: alsa-lib-devel >= 1.0.10-1
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: bison
-BuildRequires: dbus-glib-devel >= 0.60
-BuildRequires: glib2-devel >= 2.0
-BuildRequires: gstreamer-devel >= 0.10
+BuildRequires: dbus-devel >= 1.0
+BuildRequires: glib2-devel >= 1:2.16
+BuildRequires: gstreamer-devel >= 0.10.30
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
-BuildRequires: libnl-devel
+BuildRequires: libcap-ng-devel
 BuildRequires: libsndfile-devel
 BuildRequires: libtool
 BuildRequires: libusb-compat-devel
-BuildRequires: openobex-devel >= 1.1
 BuildRequires: pkgconfig >= 1:0.9.0
+BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: udev-devel
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      glib2 >= 1:2.16
+Requires:      hwdata >= 0.225
 Requires:      rc-scripts
+Provides:      bluez-utils = %{epoch}:%{version}-%{release}
 Obsoletes:     bluez-hciemu
 Obsoletes:     bluez-pan
 Obsoletes:     bluez-sdp
 Obsoletes:     bluez-utils
 Obsoletes:     bluez-utils-init
 Conflicts:     bluez-bluefw
-Provides:      bluez-utils = %{epoch}:%{version}-%{release}
 ExcludeArch:   s390 s390x
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -110,7 +114,7 @@ Summary:    Bluetooth support for gstreamer
 Summary(pl.UTF-8):     Obsługa Bluetooth dla gstreamera
 Group:         Libraries
 Requires:      bluez-libs >= %{epoch}:%{version}-%{release}
-Requires:      gstreamer >= 0.10
+Requires:      gstreamer >= 0.10.30
 Requires:      gstreamer-plugins-base >= 0.10
 
 %description -n gstreamer-bluetooth
@@ -177,66 +181,87 @@ aplikacji Bluetooth.
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-ouifile=%{_datadir}/hwdata/oui.txt \
+       --disable-silent-rules \
        --enable-shared \
        --enable-static \
        --enable-alsa \
        --enable-audio \
        --enable-bccmd \
+       --enable-capng \
        --enable-configfiles \
        --enable-cups \
+       --enable-dbusoob \
        --enable-dfutool \
        --enable-dund \
        --enable-gstreamer \
+       --enable-health \
        --enable-hid2hci \
        --enable-hidd \
        --enable-input \
-       --enable-manpages \
-       --enable-netlink \
        --enable-network \
        --enable-pand \
-       --enable-pcmciarules \
+       --enable-pcmcia \
+       --enable-pnat \
        --enable-serial \
        --enable-tools \
-       --enable-usb
+       --enable-usb \
+       --enable-udevrules
 
 %{__make} \
        cupsdir=%{cupsdir} \
+       rulesdir=%{udevdir}/rules.d \
        udevdir=%{udevdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
-install -d $RPM_BUILD_ROOT{/etc/udev/rules.d,%{udevdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        cupsdir=%{cupsdir} \
+       rulesdir=%{udevdir}/rules.d \
        udevdir=%{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
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/udev/rules.d/70-bluetooth.rules
-install %{SOURCE4} $RPM_BUILD_ROOT%{udevdir}/bluetooth.sh
-rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{,l}a
-rm -f $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.{,l}a
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{,l}a
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/dund
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/pand
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/rfcomm
+
+install audio/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+install input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+install network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+install serial/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
+
+mv -fT $RPM_BUILD_ROOT{%{_datadir},%{_sysconfdir}}/alsa
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add bluetooth
+/sbin/chkconfig --add dund
+/sbin/chkconfig --add pand
+/sbin/chkconfig --add rfcomm
 %service bluetooth restart
+%service dund restart
+%service pand restart
+%service rfcomm restart
 
 %preun
 if [ "$1" = "0" ]; then
        %service bluetooth stop
+       %service dund stop
+       %service pand stop
+       %service rfcomm stop
        /sbin/chkconfig --del bluetooth
+       /sbin/chkconfig --del dund
+       /sbin/chkconfig --del pand
+       /sbin/chkconfig --del rfcomm
 fi
 
 %post   libs -p /sbin/ldconfig
@@ -245,26 +270,49 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_bindir}/ciptool
+%attr(755,root,root) %{_bindir}/dfutool
+%attr(755,root,root) %{_bindir}/dund
+%attr(755,root,root) %{_bindir}/gatttool
+%attr(755,root,root) %{_bindir}/hcitool
+%attr(755,root,root) %{_bindir}/hidd
+%attr(755,root,root) %{_bindir}/l2ping
+%attr(755,root,root) %{_bindir}/pand
+%attr(755,root,root) %{_bindir}/rfcomm
+%attr(755,root,root) %{_bindir}/sdptool
+%attr(755,root,root) %{_sbindir}/bccmd
+%attr(755,root,root) %{_sbindir}/bluetoothd
+%attr(755,root,root) %{_sbindir}/hciattach
+%attr(755,root,root) %{_sbindir}/hciconfig
 %dir %{_libdir}/bluetooth
 %dir %{_libdir}/bluetooth/plugins
-%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
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/*.conf
 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
+%attr(754,root,root) /etc/rc.d/init.d/dund
+%attr(754,root,root) /etc/rc.d/init.d/pand
+%attr(754,root,root) /etc/rc.d/init.d/rfcomm
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/bluetooth.conf
-%attr(755,root,root) %{udevdir}/bluetooth.sh
 %attr(755,root,root) %{udevdir}/bluetooth_serial
-%config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/70-bluetooth.rules
-%config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/bluetooth-hid2hci.rules
-%config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/bluetooth-serial.rules
-%{_mandir}/man[18]/*
+%attr(755,root,root) %{udevdir}/hid2hci
+%{udevdir}/rules.d/97-bluetooth.rules
+%{udevdir}/rules.d/97-bluetooth-hid2hci.rules
+%{udevdir}/rules.d/97-bluetooth-serial.rules
+%{_mandir}/man1/ciptool.1*
+%{_mandir}/man1/dfutool.1*
+%{_mandir}/man1/dund.1*
+%{_mandir}/man1/hcitool.1*
+%{_mandir}/man1/hidd.1*
+%{_mandir}/man1/pand.1*
+%{_mandir}/man1/rfcomm.1*
+%{_mandir}/man1/sdptool.1*
+%{_mandir}/man8/bccmd.8*
+%{_mandir}/man8/bluetoothd.8*
+%{_mandir}/man8/hciattach.8*
+%{_mandir}/man8/hciconfig.8*
+%{_mandir}/man8/hid2hci.8*
+%{_mandir}/man8/l2ping.8*
 
 %files -n alsa-plugins-bluetooth
 %defattr(644,root,root,755)
@@ -284,7 +332,7 @@ fi
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.[0-9]
+%attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.3
 
 %files libs-devel
 %defattr(644,root,root,755)
This page took 0.086854 seconds and 4 git commands to generate.