[pulseaudio/f18] fix the with_webrtc condition

Dan Horák sharkcz at fedoraproject.org
Wed Oct 10 18:35:14 UTC 2012


commit c044664cc8dc1894164d77b859b3803bb812e5be
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 10 20:34:29 2012 +0200

    fix the with_webrtc condition

 pulseaudio.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/pulseaudio.spec b/pulseaudio.spec
index 15b801a..63bd517 100644
--- a/pulseaudio.spec
+++ b/pulseaudio.spec
@@ -5,7 +5,7 @@
 Name:           pulseaudio
 Summary:        Improved Linux Sound Server
 Version:        2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        LGPLv2+
 Group:          System Environment/Daemons
 URL:            http://www.freedesktop.org/wiki/Software/PulseAudio
@@ -54,7 +54,7 @@ BuildRequires:  libasyncns-devel
 BuildRequires:  systemd-devel >= 184
 BuildRequires:  json-c-devel
 BuildRequires:  dbus-devel
-%if 0%{with_webrtc}
+%if 0%{?with_webrtc}
 BuildRequires:  webrtc-audio-processing-devel
 %endif
 # retired along with -libs-zeroconf, add Obsoletes here for lack of anything better
@@ -214,7 +214,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
   --disable-hal \
   --without-fftw \
   --enable-systemd \
-%if 0%{with_webrtc}
+%if 0%{?with_webrtc}
   --enable-webrtc-aec
 %else
   %{nil}
@@ -288,7 +288,7 @@ exit 0
 %{_libdir}/pulse-%{version}/modules/libprotocol-native.so
 %{_libdir}/pulse-%{version}/modules/libprotocol-simple.so
 %{_libdir}/pulse-%{version}/modules/librtp.so
-%if 0%{with_webrtc}
+%if 0%{?with_webrtc}
 %{_libdir}/pulse-%{version}/modules/libwebrtc-util.so
 %endif
 %{_libdir}/pulse-%{version}/modules/module-alsa-sink.so
@@ -477,6 +477,9 @@ exit 0
 %attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
 
 %changelog
+* Wed Oct 10 2012 Dan Horák <dan[at]danny.cz> 2.1-4
+- fix the with_webrtc condition
+
 * Tue Oct 09 2012 Dan Horák <dan[at]danny.cz> 2.1-3
 - webrtc-aec is x86 and ARM only for now
 


More information about the scm-commits mailing list