From 291eb3c6c38488be98d72c4a05254c54f2942d23 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Feb 27 2012 00:15:39 +0000 Subject: EL5: Disable pulseaudio - the version in EL5 is too old --- diff --git a/freerdp.spec b/freerdp.spec index fbde96c..ed7cb62 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,6 +1,6 @@ Name: freerdp Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Remote Desktop Protocol client Group: Applications/Communications @@ -19,7 +19,7 @@ BuildRequires: libXcursor-devel BuildRequires: libXdamage-devel BuildRequires: libXv-devel BuildRequires: libxkbfile-devel -BuildRequires: pulseaudio-libs-devel +#BuildRequires: pulseaudio-libs-devel BuildRequires: cups-devel BuildRequires: pcsc-lite-devel @@ -75,7 +75,7 @@ developing applications that use %{name}-libs. %cmake \ -DWITH_CUPS=ON \ -DWITH_PCSC=ON \ - -DWITH_PULSEAUDIO=ON \ + -DWITH_PULSEAUDIO=OFF \ -DWITH_X11=ON \ -DWITH_XCURSOR=ON \ -DWITH_XEXT=ON \ @@ -134,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 27 2012 Mads Kiilerich - 1.0.1-3 +- EL5: Disable pulseaudio - the version in EL5 is too old + * Sat Feb 25 2012 Mads Kiilerich - 1.0.1-2 - Explicit build requirement for xmlto - needed for EL6