comparison gaim.spec.in @ 12539:a526eac4b9d6

[gaim-migrate @ 14852] Don't compile RPMs with cyrus-sasl by default committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 17 Dec 2005 20:59:02 +0000
parents d640a92eceb6
children 7f0f68ae1f5a
comparison
equal deleted inserted replaced
12538:68ad5ec64208 12539:a526eac4b9d6
31 %{?_with_meanwhile:BuildRequires: meanwhile-devel} 31 %{?_with_meanwhile:BuildRequires: meanwhile-devel}
32 %{?_with_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} 32 %{?_with_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h}
33 %{?_with_mono:BuildRequires: mono-devel} 33 %{?_with_mono:BuildRequires: mono-devel}
34 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} 34 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35}
35 %{!?_without_gtkspell:BuildRequires: gtkspell-devel} 35 %{!?_without_gtkspell:BuildRequires: gtkspell-devel}
36 %{!?_without_sasl:BuildRequires: cyrus-sasl-devel >= 2} 36 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2}
37 # For some reason perl isn't always automatically detected as a requirement :( 37 # For some reason perl isn't always automatically detected as a requirement :(
38 Requires: perl 38 Requires: perl
39 39
40 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) 40 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?)
41 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" 41 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft"
156 %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \ 156 %{?_with_silc:--with-silc-libs=%{_libdir}/silc} \
157 %{?_with_mono:--enable-mono} \ 157 %{?_with_mono:--enable-mono} \
158 %{!?_with_tcl:--disable-tcl} \ 158 %{!?_with_tcl:--disable-tcl} \
159 %{!?_with_dbus:--disable-dbus} \ 159 %{!?_with_dbus:--disable-dbus} \
160 %{?_without_gtkspell:--disable-gtkspell} \ 160 %{?_without_gtkspell:--disable-gtkspell} \
161 %{!?_without_sasl:--enable-cyrus-sasl} 161 %{?_with_sasl:--enable-cyrus-sasl}
162 162
163 make %{?_smp_mflags} 163 make %{?_smp_mflags}
164 164
165 %install 165 %install
166 rm -rf %{buildroot} 166 rm -rf %{buildroot}