evolution.spec revision 10861
10139N/A#
10139N/A# spec file for package evolution
10139N/A#
12219N/A# Copyright (c) 2005 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: jefftsai
10139N/A#
10139N/A%include l10n.inc
10139N/AName: evolution
15291N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
10615N/A# major_version is generally a 'stable' build number i.e. has an even number.
15301N/A%define major_version 2.12
16382N/AVersion: 2.11.4
10139N/ARelease: 1
10139N/ADistribution: java-desktop-system
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Evolution
16155N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.11/%{name}-%{version}.tar.bz2
10794N/A%if %build_l10n
10139N/ASource1: %{name}-po-sun-%{po_sun_version}.tar.bz2
10794N/ASource2: l10n-configure.sh
12773N/A%endif
12773N/A# date:2005-01-01 owner:jefftsai type:branding
12773N/APatch1: evolution-01-menu-entry.diff
10794N/A# date:2005-12-21 bugzilla:319376 owner:jefftsai type:bug
10139N/APatch2: evolution-02-display-mail.diff
10640N/A# date:2005-10-10 owner:jefftsai type:branding
10139N/APatch3: evolution-03-solaris-sed.diff
10640N/A# date:2006-10-24 bugzilla:364618 owner:jyu_mit type:bug
10139N/APatch4: evolution-04-charset.diff
10820N/A# date:2006-12-26 bugzilla:389668 bugster:6504980 owner:jyu_mit type:bug
16105N/APatch5: evolution-05-memo.diff
10820N/A# date:2007-04-26 bugzilla:433732 owner:laca type:bug
16105N/APatch6: evolution-06-perl-path.diff
10820N/A# date:2007-06-26 bugzilla:450820 owner:jedy type:bug
16347N/APatch7: evolution-07-empty-line.diff
16347N/A# date:2007-06-26 bugzilla:237830 owner:jedy type:bug
10861N/APatch8: evolution-08-lost-tab.diff
13306N/AURL: http://www.gnome.org
12139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12139N/ADocdir: %{_defaultdocdir}/evolution
13379N/AAutoreqprov: on
13379N/APrereq: /sbin/ldconfig
15219N/APrereq: scrollkeeper
14420N/APrereq: sh-utils
14503N/APrereq: GConf
14503N/A
16472N/A
16434N/A%define GConf_version 2.5.0
16472N/A%define gtkhtml_version 3.2
16442N/A%define gnome_pilot_version 2.0.10
10139N/A%define libgnomeui_version 2.4.0
10139N/A%define scrollkeeper_version 0.3.11
10139N/A%define gtk_doc_version 1.1
10139N/A%define evolution_data_server_version 1.0.0
10139N/A
10139N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10139N/ABuildRequires: gtkhtml-devel >= %{gtkhtml_version}
10139N/ABuildRequires: GConf-devel >= %{GConf_version}
10139N/ABuildRequires: gnome-pilot-devel >= %{gnome_pilot_version}
10139N/ABuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
10139N/ABuildRequires: firefox
10139N/ABuildRequires: scrollkeeper >= %{scrollkeeper_version}
10139N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
10139N/ABuildRequires: intltool
10139N/ABuildRequires: bison
10139N/ARequires: libgnomeui >= %{libgnomeui_version}
10139N/ARequires: gtkhtml >= %{gtkhtml_version}
10139N/ARequires: GConf >= %{GConf_version}
10139N/ARequires: gnome-pilot >= %{gnome_pilot_version}
10139N/ARequires: evolution-data-server >= %{evolution_data_server_version}
10139N/ARequires: firefox
10139N/ARequires: scrollkeeper >= %{scrollkeeper_version}
10139N/A
10139N/A%description
10139N/AEvolution is a mail, calendar and addressbook client for the GNOME Desktop
10139N/A
10139N/A%package devel
10139N/ASummary: Development Evolution Libraries
10139N/AGroup: System/GUI/GNOME
10139N/AAutoreqprov: on
10139N/ARequires: %name = %version
10139N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10139N/ABuildRequires: GConf-devel >= %{GConf_version}
10139N/ABuildRequires: gtkhtml-devel >= %{gtkhtml_version}
10139N/ABuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
10139N/A
10139N/A%description devel
10139N/AThis package contains the development libraries for Evolution, the GNOME mail, calendar
10139N/Aand addressbook client.
10139N/A
10139N/A%package pilot
10139N/ASummary: Pilot support for Evolution
10139N/AGroup: System/GUI/GNOME
10139N/AAutoreqprov: on
10139N/ARequires: %name = %version
10139N/ABuildRequires: gnome-pilot-devel >= %{gnome_pilot_version}
10139N/A
10139N/A%description pilot
10139N/AThis package contains the pilot support for Evolution, the GNOME mail, calendar and
10139N/Aaddressbook client, allowing you to synchronize your Palm with Evolution.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%if %build_l10n
10139N/A# bugster 6558756
10139N/Ash -x %SOURCE2 --disable-gnu-extensions --disable-sun-linguas
10139N/Abzcat %SOURCE1 | tar xf -
10139N/Acd po-sun; make; cd ..
10139N/A%endif
10139N/A%patch1 -p0
10139N/A%patch2 -p0
10139N/A%patch3 -p0
10139N/A%patch4 -p0
10139N/A%patch5 -p0
10139N/A
10139N/A# delete the following cp line too when deleting this patch
10139N/A%patch6 -p1
10794N/Acp addressbook/tools/csv2vcard addressbook/tools/csv2vcard.in
12754N/A
10139N/A%patch7 -p0
10139N/A%patch8 -p0
10139N/A
11087N/A%build
11087N/A
11087N/A%ifos linux
15700N/A%define ldap_option --with-openldap=%{_prefix}
15700N/A%define krb5_option --with-krb5=%{_prefix}
16347N/A%define nss_libs %{_libdir}/firefox
13306N/A%define nspr_libs %{_libdir}/firefox
12139N/A%define nss_includes %{_includedir}/firefox/nss
13379N/A%define nspr_includes %{_includedir}/firefox/nspr
15449N/A%else
14503N/A%define ldap_option --with-sunldap=%{_prefix}
16434N/A%define krb5_option --with-krb5=%{_prefix}
16442N/A%define nss_libs %{_libdir}/mps
10139N/A%define nspr_libs %{_libdir}/mps
10139N/A%define nss_includes %{_includedir}/mps
10139N/A%define nspr_includes %{_includedir}/mps
10139N/A%endif
10139N/A%define pilot_option --enable-pilot-conduits=yes --with-pisock=yes
10139N/A
10139N/Aexport LDFLAGS="$LDFLAGS -L%{nss_libs} -R%{nss_libs} -L%{nspr_libs} -R%{nspr_libs}"
10139N/Aexport CFLAGS="$CFLAGS $RPM_OPT_FLAGS -I%{nss_includes} -I%{nspr_includes}"
10139N/A
10139N/Aaclocal $ACLOCAL_FLAGS
10139N/Alibtoolize --force
10139N/Aglib-gettextize --force --copy
10139N/Aintltoolize --force --automake
10139N/Aautoheader
10139N/Aautomake -a -f -c --gnu
10139N/Aautoconf
10139N/A./configure --prefix=%{_prefix} \
10139N/A --libexecdir=%{_libexecdir} \
11344N/A --sysconfdir=%{_sysconfdir} \
11344N/A --localstatedir=/var \
11344N/A --enable-default-binary \
11344N/A --enable-nss=yes \
11344N/A --enable-smime=yes \
10139N/A --enable-nntp=yes \
10139N/A %pilot_option \
10139N/A %ldap_option \
10139N/A --with-nss-includes=%{nss_includes} \
11994N/A --with-nss-libs=%{nss_libs} \
10139N/A --with-nspr-includes=%{nspr_includes} \
11994N/A --with-nspr-libs=%{nspr_libs} \
12773N/A --with-krb4=%{_prefix} \
12773N/A %krb5_option
12773N/A
12773N/Amake
12773N/A
11994N/A%install
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake -i install DESTDIR=$RPM_BUILD_ROOT
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/Afind $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
10139N/Afind $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/A/sbin/ldconfig
10139N/Afor i in C zh_CN zh_TW ko_KR ja_JP de_DE es_ES fr_FR it_IT sv_SE ; do
10139N/A langtag=$i
10139N/A [ ${i:0:2} == "zh" ] || langtag=${i:0:2}
10139N/A [ -e %{_datadir}/omf/evolution/evolution-2.0-$langtag.omf ] && \
10139N/A env LANG=$i LC_ALL=$i scrollkeeper-install -q %{_datadir}/omf/evolution/evolution-2.0-$langtag.omf
10139N/Adone
10139N/Ascrollkeeper-update -q
11826N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
15528N/ASCHEMAS="apps_evolution_addressbook-%{major_version}.schemas apps_evolution_calendar-%{major_version}.schemas apps_evolution_shell-%{major_version}.schemas evolution-mail-%{major_version}.schemas"
11344N/Afor S in $SCHEMAS; do
11344N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/A
10139N/A%postun
10139N/A/sbin/ldconfig
10139N/Ascrollkeeper-update -q
10139N/A
10139N/A%files
10139N/A%defattr (-, root, root)
10139N/A%doc AUTHORS COPYING ChangeLog NEWS README
10139N/A%{_bindir}/*
10139N/A%{_libexecdir}/evolution/%{major_version}/*
10139N/A%{_libdir}/bonobo/servers
10139N/A%{_libdir}/evolution/%{major_version}/*.so.*
10139N/A%{_libdir}/evolution/%{major_version}/components/*.so
10139N/A%{_libdir}/evolution/%{major_version}/plugins/*.so
10139N/A%{_libdir}/evolution/%{major_version}/plugins/*.eplug
10139N/A%{_libdir}/evolution/%{major_version}/plugins/*.xml
10139N/A%{_libdir}/evolution/%{major_version}/plugins/*.glade
10139N/A%{_datadir}/applications/*
10139N/A%{_datadir}/evolution/%{major_version}/*
10139N/A%{_datadir}/gnome/help/evolution-%{major_version}/*
10139N/A%{_datadir}/mime-info/*
10139N/A%{_datadir}/omf/*
10139N/A%{_datadir}/pixmaps/*
10139N/A%config %{_sysconfdir}/gconf/schemas/*
10139N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10139N/A
10139N/A%files devel
10139N/A%defattr (-, root, root)
10139N/A%{_includedir}/evolution-%{major_version}/*
10139N/A%{_libdir}/pkgconfig/*.pc
10139N/A%{_libdir}/evolution/%{major_version}/*.so
10139N/A%{_datadir}/idl/*
10139N/A
10139N/A%files pilot
10139N/A%defattr (-, root, root)
10139N/A%{_libdir}/evolution/%{major_version}/conduits/*.so
10139N/A%{_datadir}/gnome-pilot/*
10139N/A
12402N/A%changelog
10139N/A* Tue Jun 26 2007 - jedy.wang@sun.com
10139N/A- 07-empty-line.diff added.
10139N/A- 08-lost-tab.diff added.
10139N/A* Tue Jun 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.11.4. Remove upstream patch, 03-kerberos.
10139N/A* Wed Jun 13 2007 - takao.fujiwara@sun.com
10139N/A- Add l10n-configure.sh to remove GNU extension from many .po
10139N/A* Wed Jun 06 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.11.3. Remove upstream patches, 07-selected-mail and
10139N/A 08-edit-account-button. Renumber rest.
10139N/A* Wed May 30 2007 - jeff.cai@sun.com
10139N/A- add patch selected-mail.diff
10139N/A* Tue May 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.11.2. Remove upstream patches, 04-pixmap-new, 12-awk, 14-shutdown,
10139N/A 15-evolution-addressbook-export, 17-calendar-localized-char. Renumber rest.
10139N/A* Thu May 10 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.11.1.1. Bump major_version to 2.12.
10139N/A* Thu Apr 26 2007 - laca@sun.com
10139N/A- add patch perl-path.diff
10139N/A* Thu Apr 12 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.10.1. Remove upstream patches, 17-contact-preview and
10139N/A 18-delete-automatic-contacts. Renumber rest.
10139N/A* Mon Apr 09 2007 - simon.zheng@sun.com
10139N/A- Add patch evolution-19-calendar-localized-char.diff
10139N/A fix bugster #6542876, unable to copy and paste an appointment
10139N/A with localized characters
10139N/A- Add patch evolution-18-delete-automatic-contacts.diff
16442N/A fix bugster #6542899, crash when deleting automatic contacts.
16442N/A* Thu Apr 05 2007 - simon.zheng@sun.com
16442N/A- Add patch evolution-17-contact-pane.diff,
16442N/A fix bugster #6538542.
16436N/A* Mon Apr 02 2007 - simon.zheng@sun.com
16436N/A- Add patch evolution-16-edit-account-button.diff,
16436N/A fix bugster #6538042.
16436N/A* Wed Mar 21 2007 - jijun.yu@sun.com
16382N/A- Modify the comments for patch evolution-11-memo.diff.
16382N/A* Tue Mar 13 2007 - simon.zheng@sun.com
16356N/A- Bump to 2.10.0. Remove upstream patch, 13-add-attachment. Renumber remainder.
16356N/A* Mon Mar 05 2007 - jijun.yu@sun.com
16347N/A- Change comment on evolution-11-memo.diff.
16347N/A* Tue Feb 28 2007 - simon.zheng@sun.com
16347N/A- Change comment on evolution-04-pixmap-new.diff.
16155N/A* Tue Feb 28 2007 - simon.zheng@sun.com
16155N/A- Bump to 2.9.92.
16026N/A* Tue Feb 13 2007 - takao.fujiwara@sun.com
16026N/A- Add l10n tarball.
15858N/A* Tue Feb 13 2007 - damien.carbery@sun.com
15858N/A- Bump to 2.17.91. Remove upstream patches, 13-glade, 14-etext and
15759N/A 16-mail-header. Renumber remainder.
15759N/A* Fri Feb 09 2007 - jeff.cai@sun.com
15700N/A- Add patch -16-mail-header to fix #400841.
15700N/A* Fri Feb 09 2007 - jijun.yu@sun.com
15693N/A- Modify patch evolution-11-memo.diff to fix bugster 6522186.
15693N/A* Fri Feb 02 2007 - jeff.cai@sun.com
15624N/A- Added new patch evolution-15-add-attachment.diff to fix bugzilla 399307
15624N/A and bugster 6497879.
15528N/A* Thu Jan 24 2007 - jedy.wang@sun.com
15528N/A- Added new patch evolution-14-etext.diff to fix bugzilla 400121 and bugster
15528N/A 6514112.
15528N/A* Tue Jan 23 2007 - jeff.cai@sun.com
15528N/A- Bump to 2.9.6.
15472N/A* Thu Jan 18 2007 - jedy.wang@sun.com
15474N/A- Added new patch evolution-13-glade.diff to fix bugzilla 397893 and bugster
15474N/A 6514087.
15472N/A* Thu Jan 09 2007 - jedy.wang@sun.com
15472N/A- Added new patch evolution-12-awk.diff to fix bugzilla 394579 and bugster
15449N/A 6510008.
15449N/A* Thu Jan 04 2007 - jijun.yu@sun.com
15448N/A- Its dependencies-gnome-pilot and pilot-link are updated to new version
15448N/A* Fri Dec 27 2006 - jedy.wang@sun.com
15301N/A- Added new patch evolution-08-todo.diff
15301N/A- Added new patch evolution-09-menuitem.diff
15291N/A* Fri Dec 22 2006 - simon.zheng@sun.com
15291N/A- Added new patch evolution-07-mail-account.diff
15275N/A* Tue Dec 19 2006 - jeff.cai@sun.com
15275N/A- Bump version to 2.9.4.
15219N/A* Wed Dec 13 2006 - jeff.cai@sun.com
15219N/A- Change patch comments.
14503N/A* Tue Dec 05 2006 - damien.carbery@sun.com
14503N/A- Bump to 2.9.3.
14464N/A* Tue Tue 28 2006 - jeff.cai@sun.com
14464N/A- Bump to 2.9.2.
14420N/A* Mon Nov 27 2006 - damien.carbery@sun.com
14420N/A- Bump to 2.8.2.1.
14420N/A* Mon Oct 23 2006 - irene.huang@sun.com
14185N/A- Added new patch evolution-05-kerberos.diff
14185N/A and evolution-06-solaris-sed.diff (moved from Solaris/patches)
14123N/A* Fri Oct 20 2006 - jeff.cai@sun.com
14123N/A- Bump to 2.8.1.1
13925N/A* Mon Oct 02 2006 - damien.carbery@sun.com
13925N/A- Bump to 2.8.1.
13932N/A* Thu Sep 28 2006 - simon.zheng@sun.com
13754N/A- Add patch evolution-04-pixmap-new.diff
13754N/A* Wed Sep 06 2006 - irene.huang@sun.com
13754N/A- add patch 03-display-mail.
13644N/A* Mon Sep 04 2006 - damien.carbery@sun.com
13644N/A- Bump to 2.8.0.
13644N/A- Remove upstream patches, 01-display-mail and 04-local-account. Renumber rest.
13416N/A* Tue Aug 20 2006 - simon.zheng@sun.com
13416N/A- Add one patch evolution-04-local-account.diff
13416N/A* Tue Aug 08 2006 - damien.carbery@sun.com
13379N/A- Bump to 2.7.91.
13313N/A* Mon Jun 24 2006 - damien.carbery@sun.com
13313N/A- Bump to 2.7.90
13300N/A* Fri Jun 21 2006 - jeff.cai@sun.com
13300N/A- Bump to 2.7.4
13300N/A Remove following patches
13103N/A evolution-04-contact-print-dialog.diff
13103N/A evolution-05-message-list.diff
12988N/A evolution-06-e-sidebar.diff
12988N/A evolution-07-ecell-text.diff
12972N/A Change major version to 2.8
12972N/A* Thu Jun 22 2006 - li.yuan@sun.com
12571N/A- Add one patch:
12571N/A evolution-07-ecell-text.diff, make message can be grabbed by gok.
12488N/A* Fri Jun 09 2006 - li.yuan@sun.com
12571N/A- Add one patch:
12466N/A evolution-06-e-sidebar.diff, to fix an Evolution crash bug, CR6425103.
12466N/A* Thu May 30 2006 - li.yuan@sun.com
12413N/A- Add one patch:
12413N/A evolution-05-message-list.diff
12413N/A* Tue May 30 2006 - halton.huo@sun.com
12402N/A- Bump to 2.6.2.
12402N/A- Remove upstreamed patch evolution-05-exchange-operation.diff.
12402N/A* Thu Apr 29 2006 - simon.zheng@sun.com
12402N/A- Add two patches:
12402N/A evolution-04-contact-print-dialog.diff
12387N/A evolution-05-exchange-operation.diff
12387N/A* Wed Apr 26 2006 - halton.huo@sun.com
12370N/A- Use JES's NSS/NSPR(/usr/lib/mps) instead of that provided by
12370N/A mozilla or firefox, to fix bug #6418049.
12308N/A* Thu Apr 13 2006 - halton.huo@sun.com
12308N/A- Firefox move from /usr/sfw to /usr.
12308N/A* Tue Apr 11 2006 - halton.huo@sun.com
12288N/A- Remove upstream patch: 03-remove-uri.
12288N/A* Mon Apr 10 2006 - damien.carbery@sun.com
12219N/A- Bump to 2.6.1.
12219N/A* Tue Apr 04 2006 - halton.huo@sun.com
12071N/A- Remove .a/.la files in linux spec.
12071N/A* Thu Mar 30 2006 - halton.huo@sun.com
11922N/A- Alter "remove *.a/*.la files part" to SUNWevolution.spec
11922N/A* Mon Mar 13 2006 - damien.carbery@sun.com
11828N/A- Bump to 2.6.0.
11828N/A- Remove upstream patches, 03-init-config and 05-show-border. Rename remainder.
11826N/A* Fri Mar 3 2006 - jeff.cai@sun.com
11826N/A- add three patches:
11819N/A evolution-03-init-config.diff
11819N/A evolution-04-remove-uri.diff
11416N/A evolution-05-show-border.diff
11416N/A* Tue Feb 28 2006 - halton.huo@sun.com
11344N/A- Bump to 2.5.92.
11344N/A- Remove upstreamed patches:
11253N/A evolution-03-caldav-startup-fail.diff,
11253N/A evolution-04-return-fix.diff.
11183N/A* Tue Feb 14 2006 - damien.carbery@sun.com
11183N/A- Bump to 2.5.91.
11172N/A* Mon Jan 30 2006 - damien.carbery@sun.com
11172N/A- Bump to 2.5.90.
11120N/A* Mon Jan 23 2006 - Irene.Huang@sun.com
11120N/A- Add patch evolution-03-caldav-startup-fail.diff.
11087N/A* Fri Jan 20 2006 - halton.huo@sun.com
11087N/A- Bump to 2.5.5.1.
11067N/A* Thu Jan 17 2006 - halton.huo@sun.com
11067N/A- Bump to 2.5.5.
10986N/A- Removed upstreamed patches and reorder:
10986N/A evolution-02-addressbook-config-ludcheck.diff
10980N/A evolution-04-build-fix.diff
10980N/A evolution-05-search-clear-crash.diff
10917N/A* Thu Jan 12 2006 - Irene.Huang@sun.com
10917N/A- Add patch evolution-05-search-clear-crash.diff
10903N/A for bug 6371085 in bugzilla.
10903N/A* Thu Jan 12 2006 - glynn.foster@sun.com
10891N/A- Add upstream evolution-04-build-fix.diff which fixes
10891N/A send/receive crash.
10861N/A* Tue Jan 10 2006 - halton.huo@sun.com
10861N/A- Add patch evolution-03-conduit.diff.
10861N/A- Set --enable-pilot-conduits=yes.
10820N/A- Add define plink_prefix.
10820N/A* Fri Jan 06 2006 - simon.zheng@sun.om
10794N/A- Add patch evolution-02-dddressbook-config-ludcheck.diff.
10794N/A* Wed Jan 04 2006 - halton.huo@sun.com
10742N/A- Bump to 2.5.4.
10742N/A- Remove upstreamed patches:
10742N/A evolution-02-be-po.diff,
10704N/A evolution-03-alarm-hang.diff.
10704N/A* Wed Dec 21 2005 - halton.huo@sun.com
10640N/A- Rename evolution-01-6334819.diff
10640N/A to evolution-01-display-mail.diff.
10640N/A- Rename evolution-03-alarm-hang-6364800.diff
10613N/A to evolution-03-alarm-hang.diff.
10615N/A* Wed Dec 21 2005 - halton.huo@sun.com
10535N/A- Correct Source filed.
10535N/A- Change major_verion from 2.4 to 2.6.
10476N/A- Add patch evolution-02-be-po.diff.
10476N/A- Add patch evolution-03-alarm-hang-6364800.diff.
10476N/A* Tue Dec 19 2005 - damien.carbery@sun.com
10436N/A- Bump to 2.5.3.
10438N/A* Tue Dec 13 2005 - halton.huo@sun.com
10438N/A- Bump to 2.4.2.1.
10438N/A* Fri Dec 02 2005 - dave.lin@sun.com
10436N/A- Add evolution-02-6355700.diff for 2.4.2
10436N/A* Tue Nov 29 2005 - damien.carbery@sun.com
10418N/A- Bump to 2.4.2.
10418N/A* Wed Nov 23 2005 - halton.huo@sun.com
10418N/A- Add patch evolution-01-6334819.diff.
10418N/A* Tue Nov 09 2005 - halton.huo@sun.com
10418N/A- Add option --enable-default-binary, create evolution link to
10418N/A evolution-2.4, fix bug #6344895, better than old one.
10339N/A* Tue Nov 08 2005 - halton.huo@sun.com
10339N/A- Add evolution link to evolution-2.4, fix bug #6344895.
10283N/A* Fri Oct 21 2005 - halton.huo@sun.com
10284N/A- Disable pilot-conduits on solaris for does not work now.
10169N/A- Use firefox nss/nspr lib instead of mozilla's.
10169N/A* Wed Oct 12 2005 - halton.huo@sun.com
10139N/A- change --with-ldap to --with-sunldap.
10139N/A* Mon Oct 10 2005 - halton.huo@sun.com
10139N/A- Bump to 2.4.1.
10139N/A- Move upstreamed patch evolution-01-configure-grep.diff.
10139N/A* Thu Sep 15 2005 - halton.huo@sun.com
10139N/A- Add define krb5_option, disable Kerberos 5 on Solaris.
10139N/A* Thu Sep 8 2005 - halton.huo@sun.com
10139N/A- Add krb5_prefix define and Enable Kerberos 5.
10139N/A- Fix CFLAGS problem.
10139N/A- Use aclocal, ..., ./configure steps, not ./autogen,
10139N/A because download tarball does not have autogen.sh.
10139N/A* Wed Sep 7 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.4.0.
10139N/A* Mon Sep 5 2005 - halton.huo@sun.com
10139N/A- Temporarily --enable-exchange=no because e-d-s with Kerberos is not ready.
10139N/A- Move patch evolution-01-solaris-ldap.diff to SUNWevolution.spec.
10139N/A- Add patch evolution-01-configure-grep.diff for configure.in "grep -q" bug.
10139N/A* Fri Sep 2 2005 - halton.huo@sun.com
10139N/A- Remove gal since it is merged in evolution itself.
10139N/A- Remove DB3 since it is merged in evolution-data-server.
10139N/A- Add option --enable-nntp=yes to support news groups.
10139N/A- Add option --enable-exchange=yes to support exchange plugin.
10139N/A- Use SUN LDAP on solaris with %ldap_option.
10139N/A- Use ./autogen.sh to replace libtoolize aclocal automake autoconf ./configure
10139N/A steps, because we need build code that checked out from community HEAD.
10139N/A- Temporarily disable Kerberos for header files are not installed on Nevada.
10139N/A* Tue Aug 30 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.3.8
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.3.7.
10139N/A* Thu Jul 28 2005 - damien.carbery@sun.com
10139N/A- Rename --with-openldap configure option to --with-ldap as a result of Jerry's
10139N/A patch from Jul 27. Also remove '%ifos' code around this option.
10139N/A* Wed Jul 27 2005 - damien.carbery@sun.com
10139N/A- Add patch from Jerry Pu (Shi.Pu@sun.com) to support LDAP on Solaris.
10139N/A* Wed Jul 13 2005 - damien.carbery@sun.com
10139N/A- Remove gnome2-macros dir from aclocal call as that dir no longer exists.
10139N/A* Wed Jun 15 2005 - matt.keenan@sun.com
10139N/A- Bump to 2.2.3
10139N/A* Mon May 16 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.2.2
10139N/A* Tue Nov 23 2004 - glynn.foster@sun.com
10139N/A- Bump to 2.0.2
10139N/A* Thu Jun 17 2004 - niall.power@sun.com
10139N/A- rpm4'ified
10139N/A* Thu Jun 17 2004 - glynn.foster@sun.com
10535N/A- Bump to 1.5.9.2
10139N/A* Tue Jun 08 2004 - glynn.foster@sun.com
10139N/A- Bump to 1.5.9
10139N/A* Fri May 21 2004 - glynn.foster@sun.com
10139N/A- Bump to 1.5.8
10139N/A* Tue Apr 20 2004 - glynn.foster@sun.com
10139N/A- Bump to 1.5.7
10139N/A* Mon Apr 19 2004 - glynn.foster@sun.com
10139N/A- Initial spec file for Evolution 1.5.x
10139N/A