# HG changeset patch # User Stu Tomlinson # Date 1211028946 0 # Node ID 9920046f2da00648accfe8aa47ab6ae3b7a1e5c5 # Parent 5cbd119b26afd594d80ed4b6d1d32b5fbbb18631 Fix building RPMs with gevolution diff -r 5cbd119b26af -r 9920046f2da0 pidgin.spec.in --- a/pidgin.spec.in Fri May 16 21:04:11 2008 +0000 +++ b/pidgin.spec.in Sat May 17 12:55:46 2008 +0000 @@ -41,6 +41,7 @@ %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} %{!?_without_text:BuildRequires: ncurses-devel} %{!?_without_nm:BuildRequires: NetworkManager-devel} +%{!?_without_gevolution:BuildRequires: evolution-data-server-devel} %if "%{_vendor}" == "suse" # For SuSE: @@ -230,6 +231,7 @@ %{?_without_gstreamer:--disable-gstreamer} \ %{?_without_gtkspell:--disable-gtkspell} \ %{?_without_nm:--disable-nm} \ + %{!?_without_gevolution:--enable-gevolution} \ %{?_with_mono:--enable-mono} \ %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \