[gaim-migrate @ 14852]

Sat, 17 Dec 2005 20:59:02 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 17 Dec 2005 20:59:02 +0000
changeset 12539
c5346389543c
parent 12538
ad3063b79479
child 12540
5efb9b4f2752

[gaim-migrate @ 14852]
Don't compile RPMs with cyrus-sasl by default

gaim.spec.in file | annotate | diff | comparison | revisions
--- a/gaim.spec.in	Sat Dec 17 20:52:16 2005 +0000
+++ b/gaim.spec.in	Sat Dec 17 20:59:02 2005 +0000
@@ -33,7 +33,7 @@
 %{?_with_mono:BuildRequires: mono-devel}
 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35}
 %{!?_without_gtkspell:BuildRequires: gtkspell-devel}
-%{!?_without_sasl:BuildRequires: cyrus-sasl-devel >= 2}
+%{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2}
 # For some reason perl isn't always automatically detected as a requirement :(
 Requires: perl
 
@@ -158,7 +158,7 @@
                                     %{!?_with_tcl:--disable-tcl} \
                                     %{!?_with_dbus:--disable-dbus} \
                                     %{?_without_gtkspell:--disable-gtkspell} \
-                                    %{!?_without_sasl:--enable-cyrus-sasl}
+                                    %{?_with_sasl:--enable-cyrus-sasl}
 
 make %{?_smp_mflags}
 

mercurial