Accepting request 97320 from home:elvigia:branches:Base:System

- kernel.org currently lacks of bluez tarballs 
- Fix build failures due to lack of autotools

OBS-URL: https://build.opensuse.org/request/show/97320
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=109
This commit is contained in:
Cristian Rodríguez 2011-12-20 20:05:03 +00:00 committed by Git OBS Bridge
parent 829191ca99
commit c3df1e1ab8
3 changed files with 12 additions and 16 deletions

View File

@ -71,17 +71,11 @@ Authors:
%setup -n bluez-%{version} -q
%patch1 -p1
cp %{S:6} .
%{?suse_update_config:%{suse_update_config -f . }}
%build
# autoreconf -sfi
CFLAGS="$RPM_OPT_FLAGS -g" \
./configure --prefix=%{_prefix} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
%configure --with-pic \
--libdir=%{_libdir} \
--libexecdir=/lib \
--localstatedir=/var \
--enable-gstreamer \
--enable-alsa \
--enable-usb \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org
- kernel.org currently lacks of bluez tarballs
- Fix build failures due to lack of autotools
-------------------------------------------------------------------
Fri Dec 16 03:22:40 UTC 2011 - crrodriguez@opensuse.org

View File

@ -35,6 +35,8 @@ BuildRequires: libnl-1_1-devel libusb-devel
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
BuildRequires: readline-devel
BuildRequires: libudev-devel
BuildRequires: libtool
BuildRequires: automake
Url: http://www.bluez.org
Version: 4.96
Release: 1
@ -43,7 +45,7 @@ Group: Hardware/Mobile
License: GPL-2.0+
Group: Hardware/Mobile
AutoReqProv: on
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2
Source: bluez-%{version}.tar.bz2
Source2: bluez-coldplug.init
Source3: bluetooth.sysconfig
Source4: bluetooth.sh
@ -195,19 +197,13 @@ Authors:
# changed significantly anyway. I'll keep it until i get confirmation in bugzilla.
##%%patch2 -p1
cp %{S:6} .
%{?suse_update_config:%{suse_update_config -f . }}
mkdir dbus-apis
cp -a doc/*.txt dbus-apis/
%build
# autoreconf -sfi
CFLAGS="$RPM_OPT_FLAGS -g" \
./configure --prefix=%{_prefix} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
autoreconf -fiv
%configure --with-pic \
--libexecdir=/lib \
--localstatedir=/var \
--enable-gstreamer \
--enable-alsa \
--enable-usb \