# HG changeset patch # User Stu Tomlinson # Date 1210968140 0 # Node ID 18c3c7d8bdbd4134c56d77563a4dff0d50beadaf # Parent 4ec9378a63a45ff311b80d0307735f7262287694 Add "--without nm" support to build without NetworkManager to the RPM spec file diff -r 4ec9378a63a4 -r 18c3c7d8bdbd pidgin.spec.in --- a/pidgin.spec.in Fri May 16 18:52:22 2008 +0000 +++ b/pidgin.spec.in Fri May 16 20:02:20 2008 +0000 @@ -40,6 +40,7 @@ %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} %{!?_without_text:BuildRequires: ncurses-devel} +%{!?_without_nm:BuildRequires: NetworkManager-devel} %if "%{_vendor}" == "suse" # For SuSE: @@ -227,6 +228,7 @@ %{!?_with_dbus:--disable-dbus} \ %{?_without_gstreamer:--disable-gstreamer} \ %{?_without_gtkspell:--disable-gtkspell} \ + %{?_without_nm:--disable-nm} \ %{?_with_mono:--enable-mono} \ %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ @@ -468,6 +470,9 @@ %endif %changelog +* Fri May 16 2008 Stu Tomlinson +- Add "--without nm" support to build without NetworkManager + * Thu Feb 28 2008 Stu Tomlinson - Remove --with-howl options as we no longer support using howl for bonjour