- disabled pilot-link support for now so that we have an evolution package;

more patching is needed to get this to work with pilot-link-0.12
This commit is contained in:
dmalcolm 2005-03-15 03:41:59 +00:00
parent ba6cdee9ff
commit 49357a216a

View File

@ -28,14 +28,14 @@ ExcludeArch: ppc64
%ifarch s390 s390x %ifarch s390 s390x
%define pilot_support 0 %define pilot_support 0
%else %else
%define pilot_support 1 %define pilot_support 0
%endif %endif
# note that nntp is non-functional in evo 1.3.x # note that nntp is non-functional in evo 1.3.x
%define nntp_support 1 %define nntp_support 1
Name: evolution Name: evolution
Version: 2.2.0 Version: 2.2.0
Release: 9 Release: 10
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -343,6 +343,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*/*.a %{_libdir}/evolution/%{evo_major}/*/*.a
%changelog %changelog
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-10
- disabled pilot-link support for now so that we have an evolution package; more patching is needed to get this to work with pilot-link-0.12
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-9 * Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-9
- another attempt at porting to pilot-link 0.12 - another attempt at porting to pilot-link 0.12