| 38 %{?_with_mono:BuildRequires: mono-devel} |
38 %{?_with_mono:BuildRequires: mono-devel} |
| 39 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} |
39 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} |
| 40 %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} |
40 %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} |
| 41 %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} |
41 %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} |
| 42 %{!?_without_text:BuildRequires: ncurses-devel} |
42 %{!?_without_text:BuildRequires: ncurses-devel} |
| |
43 %{!?_without_nm:BuildRequires: NetworkManager-devel} |
| 43 |
44 |
| 44 %if "%{_vendor}" == "suse" |
45 %if "%{_vendor}" == "suse" |
| 45 # For SuSE: |
46 # For SuSE: |
| 46 BuildRequires: gnutls-devel |
47 BuildRequires: gnutls-devel |
| 47 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35} |
48 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35} |
| 225 --sysconfdir=%{_sysconfdir} \ |
226 --sysconfdir=%{_sysconfdir} \ |
| 226 --disable-schemas-install \ |
227 --disable-schemas-install \ |
| 227 %{!?_with_dbus:--disable-dbus} \ |
228 %{!?_with_dbus:--disable-dbus} \ |
| 228 %{?_without_gstreamer:--disable-gstreamer} \ |
229 %{?_without_gstreamer:--disable-gstreamer} \ |
| 229 %{?_without_gtkspell:--disable-gtkspell} \ |
230 %{?_without_gtkspell:--disable-gtkspell} \ |
| |
231 %{?_without_nm:--disable-nm} \ |
| 230 %{?_with_mono:--enable-mono} \ |
232 %{?_with_mono:--enable-mono} \ |
| 231 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ |
233 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ |
| 232 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ |
234 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ |
| 233 %{?_with_sasl:--enable-cyrus-sasl} \ |
235 %{?_with_sasl:--enable-cyrus-sasl} \ |
| 234 %{?_without_tcl:--disable-tcl} \ |
236 %{?_without_tcl:--disable-tcl} \ |
| 466 %{_libdir}/libgnt.so |
468 %{_libdir}/libgnt.so |
| 467 |
469 |
| 468 %endif |
470 %endif |
| 469 |
471 |
| 470 %changelog |
472 %changelog |
| |
473 * Fri May 16 2008 Stu Tomlinson <stu@nosnilmot.com> |
| |
474 - Add "--without nm" support to build without NetworkManager |
| |
475 |
| 471 * Thu Feb 28 2008 Stu Tomlinson <stu@nosnilmot.com> |
476 * Thu Feb 28 2008 Stu Tomlinson <stu@nosnilmot.com> |
| 472 - Remove --with-howl options as we no longer support using howl for bonjour |
477 - Remove --with-howl options as we no longer support using howl for bonjour |
| 473 |
478 |
| 474 * Wed Dec 5 2007 Stu Tomlinson <stu@nosnilmot.com> |
479 * Wed Dec 5 2007 Stu Tomlinson <stu@nosnilmot.com> |
| 475 - When building with avahi, use native avahi instead of howl compatability |
480 - When building with avahi, use native avahi instead of howl compatability |