rpms/evolution/devel evolution.spec,1.89,1.90

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 1 19:47:49 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22728

Modified Files:
	evolution.spec 
Log Message:
* Thu Sep  1 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-4
- Enable exchange support when configuring, so that the exchange-operations
  plugin gets built.




Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- evolution.spec	26 Aug 2005 20:55:46 -0000	1.89
+++ evolution.spec	1 Sep 2005 19:47:46 -0000	1.90
@@ -26,10 +26,11 @@
 %endif
 # note that nntp is non-functional in evo 1.3.x
 %define nntp_support 1
+%define exchange_support 1
 
 Name: evolution
 Version: 2.3.8
-Release: 3
+Release: 4
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -254,6 +255,12 @@
 fi
 %endif
 
+%if %{exchange_support}
+%define exchange_flags --enable-exchange=yes
+%else
+%define exchange_flags --enable-exchange=no
+%endif
+
 CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
 CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/et"; export CFLAGS
 %if ! %{use_mozilla_nss}
@@ -273,7 +280,7 @@
   --with-sub-version=" (%{version}-%{release})" \
   --with-kde-applnk-path=no \
   --enable-file-chooser=yes \
-  %ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags \
+  %ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags %exchange_flags \
   --enable-plugins=all
 export tagname=CC
 make LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
@@ -365,6 +372,10 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* Thu Sep  1 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-4
+- Enable exchange support when configuring, so that the exchange-operations
+  plugin gets built.
+
 * Fri Aug 26 2005 David Malcolm <dmalcolm at redhat.com> - 2.3.8-3
 - Added patch for #157074 (patch 804)
 




More information about the fedora-cvs-commits mailing list