]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- removed BR openobex-devel (not needed)
[packages/bluez.git] / bluez.spec
index 81938a21f5d998ba5f59365645f6621b8b28b3fe..aa7192f7dc3ae307ed6ea390f62f39e038283dd8 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     Narzędzia Bluetooth
 Name:          bluez
-Version:       4.2
-Release:       0.1
-Epoch:         0
+Version:       4.42
+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: 60344bd096fda1742e4dbd603b1a06e9
+# Source0-md5: d24dfd3ca42847123e29f58b29af6948
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-udev.rules
 Source4:       %{name}-udev.script
 Patch0:                %{name}-etc_dir.patch
+Patch1:                %{name}-udev-path.patch
 URL:           http://www.bluez.org/
 BuildRequires: alsa-lib-devel >= 1.0.10-1
 BuildRequires: autoconf >= 2.50
@@ -23,10 +23,10 @@ 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-devel
-BuildRequires: openobex-devel >= 1.1
+BuildRequires: libusb-compat-devel
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
@@ -34,21 +34,24 @@ Requires:   rc-scripts
 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)
 
 # currently lib, not %{_lib} (see cups.spec)
 %define                cupsdir         /usr/lib/cups/backend
-%define                udevdir         /%{_lib}/udev
+%define                udevdir         /lib/udev
 
 %description
 Bluetooth utilities:
+ - bluetoothd
+ - dund
  - hcitool
  - hciattach
  - hciconfig
- - hcid
  - hciemu
  - hidd
  - l2ping
@@ -60,10 +63,11 @@ The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
 
 %description -l pl.UTF-8
 Narzędzia Bluetooth:
+ - bluetoothd
+ - dund
  - hcitool
  - hciattach
  - hciconfig
- - hcid
  - hciemu
  - hidd
  - l2ping
@@ -163,6 +167,7 @@ aplikacji Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -174,11 +179,9 @@ aplikacji Bluetooth.
        --enable-shared \
        --enable-static \
        --enable-alsa \
-       --enable-bccmd \
-       --enable-configfiles \
-       --enable-netlink \
        --enable-audio \
        --enable-bccmd \
+       --enable-configfiles \
        --enable-cups \
        --enable-dfutool \
        --enable-dund \
@@ -187,12 +190,12 @@ aplikacji Bluetooth.
        --enable-hidd \
        --enable-input \
        --enable-manpages \
+       --enable-netlink \
        --enable-network \
        --enable-pand \
        --enable-pcmciarules \
        --enable-serial \
        --enable-tools \
-       --enable-test \
        --enable-usb
 
 %{__make} \
@@ -210,19 +213,17 @@ install -d $RPM_BUILD_ROOT{/etc/udev/rules.d,%{udevdir}}
        udevdir=%{udevdir}
 
 # noinst
-#install sync/bluetoothd-service-sync $RPM_BUILD_ROOT%{_libdir}/bluetooth
+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
-install test/passkey-agent $RPM_BUILD_ROOT%{_bindir}
-mv $RPM_BUILD_ROOT/etc/udev/bluetooth.rules \
-       $RPM_BUILD_ROOT/etc/udev/rules.d/71-bluetooth.rules
-
-rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.la
+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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -237,19 +238,22 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del bluetooth
 fi
 
-%post libs   -p /sbin/ldconfig
+%post   libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README audio/audio-api.txt input/input-api.txt network/network-api.txt serial/serial-api.txt
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %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
 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
@@ -257,11 +261,14 @@ fi
 %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/71-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]/*
 
 %files -n alsa-plugins-bluetooth
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/alsa
+%{_sysconfdir}/alsa/bluetooth.conf
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_bluetooth.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_bluetooth.so
 
@@ -283,7 +290,6 @@ fi
 %attr(755,root,root) %{_libdir}/libbluetooth.so
 %{_libdir}/libbluetooth.la
 %{_includedir}/bluetooth
-%{_aclocaldir}/bluez.m4
 %{_pkgconfigdir}/bluez.pc
 
 %files libs-static
This page took 0.072848 seconds and 4 git commands to generate.