]> git.pld-linux.org Git - packages/bluez.git/blobdiff - bluez.spec
- up to 4.33
[packages/bluez.git] / bluez.spec
index eeac868702e84df4b4694d00ebe7ca5c5e36de27..af432eb025f168649478dac85cb0c8e686c0dc58 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       4.6
+Version:       4.33
 Release:       1
 Epoch:         0
 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: c10774d08fb04af4b4a6d148ffcb820a
+# Source0-md5: 13cb8c25706dc8c874d1c82fa24b3aae
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-udev.rules
@@ -25,7 +25,7 @@ BuildRequires:        gstreamer-devel >= 0.10
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
 BuildRequires: libsndfile-devel
 BuildRequires: libtool
-BuildRequires: libusb-devel
+BuildRequires: libusb-compat-devel
 BuildRequires: openobex-devel >= 1.1
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -43,7 +43,7 @@ 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:
@@ -176,11 +176,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 \
@@ -189,12 +187,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} \
@@ -218,7 +216,6 @@ 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
 
This page took 0.038298 seconds and 4 git commands to generate.