forked from pool/bluez
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:
parent
829191ca99
commit
c3df1e1ab8
@ -71,17 +71,11 @@ Authors:
|
|||||||
%setup -n bluez-%{version} -q
|
%setup -n bluez-%{version} -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# autoreconf -sfi
|
%configure --with-pic \
|
||||||
CFLAGS="$RPM_OPT_FLAGS -g" \
|
|
||||||
./configure --prefix=%{_prefix} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--sysconfdir=%{_sysconfdir} \
|
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--libexecdir=/lib \
|
--libexecdir=/lib \
|
||||||
--localstatedir=/var \
|
|
||||||
--enable-gstreamer \
|
--enable-gstreamer \
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--enable-usb \
|
--enable-usb \
|
||||||
|
@ -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
|
Fri Dec 16 03:22:40 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
14
bluez.spec
14
bluez.spec
@ -35,6 +35,8 @@ BuildRequires: libnl-1_1-devel libusb-devel
|
|||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: automake
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.96
|
Version: 4.96
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -43,7 +45,7 @@ Group: Hardware/Mobile
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2
|
Source: bluez-%{version}.tar.bz2
|
||||||
Source2: bluez-coldplug.init
|
Source2: bluez-coldplug.init
|
||||||
Source3: bluetooth.sysconfig
|
Source3: bluetooth.sysconfig
|
||||||
Source4: bluetooth.sh
|
Source4: bluetooth.sh
|
||||||
@ -195,19 +197,13 @@ Authors:
|
|||||||
# changed significantly anyway. I'll keep it until i get confirmation in bugzilla.
|
# changed significantly anyway. I'll keep it until i get confirmation in bugzilla.
|
||||||
##%%patch2 -p1
|
##%%patch2 -p1
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
cp -a doc/*.txt dbus-apis/
|
cp -a doc/*.txt dbus-apis/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# autoreconf -sfi
|
autoreconf -fiv
|
||||||
CFLAGS="$RPM_OPT_FLAGS -g" \
|
%configure --with-pic \
|
||||||
./configure --prefix=%{_prefix} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--sysconfdir=%{_sysconfdir} \
|
|
||||||
--libdir=%{_libdir} \
|
|
||||||
--libexecdir=/lib \
|
--libexecdir=/lib \
|
||||||
--localstatedir=/var \
|
|
||||||
--enable-gstreamer \
|
--enable-gstreamer \
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--enable-usb \
|
--enable-usb \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user