]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- actually enable capng
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Sep 2010 06:45:14 +0000 (06:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable silent-rules as usual, dropped verbose bcond
- updated BR versions

Changed files:
    bluez.spec -> 1.51

bluez.spec

index 3172e8878f1d738bd9b3833e5fa9ee71bfb303a7..1aee1e2115c561b56ab45a9f9c0bc5add97dfa8c 100644 (file)
@@ -1,6 +1,3 @@
-# Conditional build:
-%bcond_with    verbose         # verbose build (V=1)
-#
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
@@ -22,11 +19,11 @@ Patch2:             %{name}-wacom-mode-2.patch
 Patch3:                %{name}-try-utf8-harder.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: dbus-devel >= 1.0
+BuildRequires: glib2-devel >= 1:2.14
 BuildRequires: gstreamer-devel >= 0.10
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
 BuildRequires: libcap-ng-devel
@@ -38,6 +35,7 @@ BuildRequires:        pkgconfig >= 1:0.9.0
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: udev-devel
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      glib2 >= 1:2.14
 Requires:      hwdata >= 0.225
 Requires:      rc-scripts
 Provides:      bluez-utils = %{epoch}:%{version}-%{release}
@@ -187,11 +185,13 @@ aplikacji Bluetooth.
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --enable-shared \
        --enable-static \
        --enable-alsa \
        --enable-audio \
        --enable-bccmd \
+       --enable-capng \
        --enable-configfiles \
        --enable-cups \
        --enable-dfutool \
@@ -212,8 +212,7 @@ aplikacji Bluetooth.
 %{__make} \
        cupsdir=%{cupsdir} \
        rulesdir=%{udevdir}/rules.d \
-       udevdir=%{udevdir} \
-       %{?with_verbose:V=1}
+       udevdir=%{udevdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -223,8 +222,7 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
        DESTDIR=$RPM_BUILD_ROOT \
        cupsdir=%{cupsdir} \
        rulesdir=%{udevdir}/rules.d \
-       udevdir=%{udevdir} \
-       %{?with_verbose:V=1}
+       udevdir=%{udevdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
This page took 0.145382 seconds and 4 git commands to generate.