rpms/pulseaudio/devel pulseaudio.spec,1.59,1.60

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 29 03:50:11 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/pulseaudio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31777

Modified Files:
	pulseaudio.spec 
Log Message:
Require new-enough speex-devel



Index: pulseaudio.spec
===================================================================
RCS file: /cvs/extras/rpms/pulseaudio/devel/pulseaudio.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- pulseaudio.spec	24 Oct 2008 02:49:34 -0000	1.59
+++ pulseaudio.spec	29 Oct 2008 03:49:40 -0000	1.60
@@ -3,7 +3,7 @@
 Name:		pulseaudio
 Summary: 	Improved Linux sound server
 Version:	0.9.13
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 Source0:	http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz
@@ -20,7 +20,9 @@
 BuildRequires: libtool
 BuildRequires: libXt-devel, xorg-x11-proto-devel
 BuildRequires: openssl-devel
-BuildRequires: gdbm-devel speex-devel libasyncns-devel
+BuildRequires: gdbm-devel
+BuildRequires: speex-devel >= 1.2
+BuildRequires: libasyncns-devel
 BuildRequires: intltool
 Requires:	%{name}-core-libs = %{version}-%{release}
 Obsoletes:	pulseaudio-devel
@@ -206,8 +208,8 @@
 %patch22 -p1 -b .0022-make-sure-to-use-64bit-rounding-even-on-32bit-machin.patch
 
 %build
-%configure --disable-ltdl-install --disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-realtime-group=pulse-rt --with-access-group=pulse-access
-make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
+CFLAGS="-ggdb" %configure --disable-ltdl-install --disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-realtime-group=pulse-rt --with-access-group=pulse-access
+make LIBTOOL=/usr/bin/libtool #%{?_smp_mflags}
 make doxygen
 
 %install
@@ -435,6 +437,9 @@
 %{_mandir}/man1/pax11publish.1.gz
 
 %changelog
+* Tue Oct 28 2008 Matthias Clasen <mclasen at redhat.com> 0.9.13-5
+- Require new enough speex-devel
+
 * Fri Oct 24 2008 Lennart Poettering <lpoetter at redhat.com> 0.9.13-4
 - Backport another fix from current git master
 




More information about the scm-commits mailing list