pidgin: 342d7c1c: Add "--without nm" support to build with...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Fri May 16 16:05:58 EDT 2008


-----------------------------------------------------------------
Revision: 342d7c1caf8a818cc92947373b005c0e62719197
Ancestor: 93719a3155cf8064fd4faad44d01482fe5882413
Author: nosnilmot at pidgin.im
Date: 2008-05-16T20:02:20
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/342d7c1caf8a818cc92947373b005c0e62719197

Modified files:
        pidgin.spec.in

ChangeLog: 

Add "--without nm" support to build without NetworkManager to the RPM spec
file

-------------- next part --------------
============================================================
--- pidgin.spec.in	9ef0941e940182bc4c194ffec877d62cf3253457
+++ pidgin.spec.in	97e2f1e735c25fcff186ebe0ec954218c855b424
@@ -40,6 +40,7 @@ BuildRequires: gtk2-devel
 %{!?_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 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --pr
                                     %{!?_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 @@ fi
 %endif
 
 %changelog
+* Fri May 16 2008 Stu Tomlinson <stu at nosnilmot.com>
+- Add "--without nm" support to build without NetworkManager
+
 * Thu Feb 28 2008 Stu Tomlinson <stu at nosnilmot.com>
 - Remove --with-howl options as we no longer support using howl for bonjour
 


More information about the Commits mailing list