SPECS: gaim.spec - wo evolution bcond
adgor
adgor at pld-linux.org
Sat Jul 16 20:59:09 CEST 2005
Author: adgor Date: Sat Jul 16 18:59:09 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- wo evolution bcond
---- Files affected:
SPECS:
gaim.spec (1.152 -> 1.153)
---- Diffs:
================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.152 SPECS/gaim.spec:1.153
--- SPECS/gaim.spec:1.152 Tue Jul 12 08:11:15 2005
+++ SPECS/gaim.spec Sat Jul 16 20:59:04 2005
@@ -7,6 +7,7 @@
# - kill -ui-gtk? (is there any other ui?)
#
%bcond_without doc # do not generate and include documentation
+%bcond_without evolution # compile without the Gaim-Evolution plugin
%bcond_without gtkspell # without gtkspell support
#
%include /usr/lib/rpm/macros.perl
@@ -30,7 +31,7 @@
BuildRequires: audiofile-devel
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: evolution-data-server-devel >= 0.0.95
+%{?with_evolution:BuildRequires: evolution-data-server-devel >= 0.0.95}
BuildRequires: gettext-devel
BuildRequires: gtk+2-devel >= 1:2.2.0
%{?with_gtkspell:BuildRequires: gtkspell-devel >= 2.0.4}
@@ -201,6 +202,7 @@
--disable-nas \
--enable-nss=no \
--with-perl-lib=vendor \
+ %{!?with_evolution:--disable-gevolution}
%{!?with_gtkspell:--disable-gtkspell}
%{__make}
@@ -284,9 +286,11 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/gaim/tcl.so
+%if %{with evolution}
%files plugin-evolution
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/gaim/gevolution.so
+%endif
%files plugin-remote
%defattr(644,root,root,755)
@@ -306,6 +310,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.153 2005/07/16 18:59:04 adgor
+- wo evolution bcond
+
Revision 1.152 2005/07/12 06:11:15 arekm
- rel2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gaim.spec?r1=1.152&r2=1.153&f=u
More information about the pld-cvs-commit
mailing list