Fix building RPMs with gevolution v2.4.2

Sat, 17 May 2008 12:55:46 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 17 May 2008 12:55:46 +0000
changeset 23154
f0bf4538cf3a
parent 23150
d764effe4e2f
child 23155
0faab86256dd
child 23214
9ae44fbff51c

Fix building RPMs with gevolution

pidgin.spec.in file | annotate | diff | comparison | revisions
--- 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}} \

mercurial