Mercurial > pidgin.yaz
changeset 22991:9920046f2da0
Fix building RPMs with gevolution
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 17 May 2008 12:55:46 +0000 |
parents | 5cbd119b26af |
children | 3bb677b57e4b 36aca45d5425 |
files | pidgin.spec.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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}} \