# HG changeset patch # User Stu Tomlinson # Date 1211213909 0 # Node ID 19383e0bd143ea2721331bf689854d132834bb69 # Parent 1682a7eb107461e5c54d2cbd72b4c4e0b94f13db Fix building RPMs without meanwhile. Fixes 4831A712.4020402@clove.org diff -r 1682a7eb1074 -r 19383e0bd143 pidgin.spec.in --- a/pidgin.spec.in Mon May 19 14:19:54 2008 +0000 +++ b/pidgin.spec.in Mon May 19 16:18:29 2008 +0000 @@ -228,6 +228,7 @@ --disable-schemas-install \ %{!?_with_dbus:--disable-dbus} \ %{!?_with_avahi:--disable-avahi} \ + %{!?_with_meanwhile:--disable-meanwhile} \ %{?_without_gstreamer:--disable-gstreamer} \ %{?_without_gtkspell:--disable-gtkspell} \ %{?_without_nm:--disable-nm} \ @@ -473,6 +474,9 @@ %endif %changelog +* Mon May 19 2008 Stu Tomlinson +- Fix building without meanwhile support + * Fri May 16 2008 Stu Tomlinson - Add "--without nm" support to build without NetworkManager