[freerdp] Fix PulseAudio define

Mads Kiilerich kiilerix at fedoraproject.org
Tue Mar 25 00:28:04 UTC 2014


commit 07b2e6dbfa8e515844ca0d4cc63ee7e577738bee
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Tue Mar 25 01:28:03 2014 +0100

    Fix PulseAudio define

 freerdp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/freerdp.spec b/freerdp.spec
index 0860e87..a5c458f 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -1,6 +1,6 @@
 Name:           freerdp
 Version:        1.1.0
-Release:        0.9.beta.2013071101%{?dist}
+Release:        0.10.beta.2013071101%{?dist}
 Epoch:          1
 Summary:        Remote Desktop Protocol client
 
@@ -88,7 +88,7 @@ EOF
 %cmake %{?_cmake_skip_rpath} \
         -DWITH_CUPS=ON \
         -DWITH_PCSC=ON \
-        -DWITH_PULSEAUDIO=ON \
+        -DWITH_PULSE=ON \
         -DWITH_X11=ON \
         -DWITH_XCURSOR=ON \
         -DWITH_XEXT=ON \
@@ -173,6 +173,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Mar 25 2014 Mads Kiilerich <mads at kiilerich.com> - 1:1.1.0-0.10.beta.2013071101
+- Fix PulseAudio define
+
 * Sun Feb  2 2014 Ville Skyttä <ville.skytta at iki.fi> - 1:1.1.0-0.9.beta.2013071101
 - Install SVG icon.
 


More information about the scm-commits mailing list