[conky] disable audacious support (#1090655)

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Apr 24 12:43:43 UTC 2014


commit bffb12b37f8314664453b61ac586a17fd25a7cae
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Thu Apr 24 14:37:39 2014 +0200

    disable audacious support (#1090655)

 conky.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/conky.spec b/conky.spec
index 5cd4b57..8b56681 100644
--- a/conky.spec
+++ b/conky.spec
@@ -2,7 +2,7 @@
 %global gitrev 11a13d
 
 %bcond_without alsa
-%bcond_without audacious
+%bcond_with audacious
 %bcond_without curl
 %bcond_without ibm
 %bcond_without imlib
@@ -36,7 +36,7 @@ BuildRequires:  libXt-devel
 BuildRequires:  libXdamage-devel
 BuildRequires:  libXext-devel
 %{?with_alsa:BuildRequires: alsa-lib-devel}
-%{?with_audacious:BuildRequires: audacious-devel dbus-glib-devel}
+%{?with_audacious:BuildRequires: audacious-devel < 3.5 dbus-glib-devel}
 %{?with_curl:BuildRequires: curl-devel}
 %{?with_imlib:BuildRequires: imlib2-devel}
 %{?with_lua:BuildRequires: lua-devel}


More information about the scm-commits mailing list