evolution-data-server.spec revision 18229
10139N/A# spec file for package evolution-data-server
10139N/A#
10139N/A# Copyright (c) 2008 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%define owner jefftsai
10139N/A#
10139N/A
10139N/A%define OSR gnome.org:0
10139N/A
10986N/AName: evolution-data-server
10139N/ALicense: LGPL v2
10139N/AGroup: System/Libraries/GNOME
10139N/AVersion: 2.29.6
10139N/ARelease: 2
10613N/ADistribution: Java Desktop System
10794N/AVendor: Sun Microsystems, Inc.
10794N/ASummary: Backend Library for Evolution
10794N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.29/%{name}-%{version}.tar.bz2
10139N/A%if %build_l10n
10815N/ASource1: l10n-configure.sh
10139N/A%if %build_l10n
10139N/ASource2: l10n-configure.sh
10139N/A%endif
10139N/A%endif
10139N/A%if %option_with_sun_branding
10139N/A# date:2009-03-11 owner:jefftsai doo:6752 bugster:6791003 type:bug
10139N/APatch1: evolution-data-server-01-open-address-book-sparc.diff
10139N/A%endif
10139N/A# date:2009-10-13 owner:jefftsai bugzilla:593998 bugster:6878377 type:bug
10139N/APatch2: evolution-data-server-02-ldap-search.diff
10139N/A# date:2009-12-03 owner:jefftsai type:branding bugzilla:410164
10139N/APatch3: evolution-data-server-03-remove-bdb.diff
10139N/A# date:2009-12-03 owner:jefftsai type:branding
10139N/APatch4: evolution-data-server-04-not-build-test.diff
10139N/A# date:2009-12-03 owner:jefftsai type:bug bugzilla:603773
10139N/APatch5: evolution-data-server-05-comm-err.diff
10139N/A# date:2010-01-16 owner:chrisk
10139N/APatch7: evolution-data-server-07-fixxref-modules.diff
10139N/A# date:2010-01-27 owner:jefftsai type:bug bugzilla:
10139N/APatch8: evolution-data-server-08-groupwise-makefile.diff
10139N/A# date:2010-01-27 owner:jefftsai type:bug bugzilla:
10139N/APatch9: evolution-data-server-09-socket.diff
10139N/A# date:2010-01-27 owner:jefftsai type:bug bugster:6910597 bugzilla:608457
10139N/APatch10: evolution-data-server-10-vfolder-count.diff
10139N/ADocdir: %{_defaultdocdir}/evolution-data-server
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10139N/A
10139N/A%define api_version 1.2
10139N/A%define base_version 1.6
10139N/A
10139N/A%define libbonobo_version 2.4.2
10139N/A%define gnome_vfs_version 2.4
10139N/A%define libgnome_version 2.4
10139N/A%define GConf_version 2.4
10139N/A%define libsoup_version 2.2.3
10139N/A%define gtk_doc_version 1.1
10139N/A%define openldap2_version 2.1.4
10139N/A
10139N/ARequires: libbonobo >= %{libbonobo_version}
10139N/ARequires: gnome-vfs >= %{gnome_vfs_version}
10139N/ARequires: libgnome >= %{libgnome_version}
10139N/ARequires: GConf >= %{GConf_version}
10139N/ARequires: libsoup >= %{libsoup_version}
10139N/ARequires: openldap2-client >= %{openldap2_version}
10139N/ARequires: SUNWtls
10139N/ARequires: SUNWpr
10139N/A
10139N/ABuildRequires: libbonobo-devel >= %{libbonobo_version}
10139N/ABuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
10139N/ABuildRequires: libgnome-devel >= %{libgnome_version}
10139N/ABuildRequires: GConf-devel >= %{GConf_version}
10139N/ABuildRequires: libsoup-devel >= %{libsoup_version}
10139N/ABuildRequires: openldap2-devel >= %{openldap2_version}
10139N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
10794N/ABuildRequires: bison
10794N/ABuildRequires: heimdal-devel
10794N/ABuildRequires: SUNWtlsd
10794N/ABuildRequires: SUNWprd
10139N/A
10139N/A%description
10139N/Aevolution-data-server is the backend library for Evolution, providing
10139N/Asupport for calendar and addressbook.
10139N/A
10139N/A%package devel
10139N/ASummary: Development Backend Library for Evolution
10139N/AGroup: Development/Libraries/GNOME
10139N/AAutoreqprov: on
10139N/ARequires: %name = %version
10139N/ABuildRequires: libbonobo-devel >= %{libbonobo_version}
10139N/ABuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
10139N/ABuildRequires: libgnome-devel >= %{libgnome_version}
10139N/ABuildRequires: GConf-devel >= %{GConf_version}
10139N/ABuildRequires: openldap2-devel >= %{openldap2_version}
10139N/ABuildRequires: libsoup-devel >= %{libsoup_version}
10139N/A
10139N/A%description devel
10139N/Aevolution-data-server is the backend library for Evolution, providing
10139N/Asupport for calendar and addressbook.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%if %build_l10n
10139N/A# bugster 6558756
10139N/Ash -x %SOURCE1 --disable-gnu-extensions
10139N/A%endif
10139N/A%if %option_with_sun_branding
10139N/A%patch1 -p1
10139N/A%endif
10139N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%patch7 -p1
10139N/A%patch8 -p1
10139N/A%patch9 -p1
10139N/A%patch10 -p1
10139N/A
10139N/A%build
10139N/A
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%define ldap_option --with-openldap=%{_prefix}
10139N/A%define krb5_option --with-krb5=%{_prefix}
10139N/A%else
10139N/A%define ldap_option --with-sunldap=%{_prefix}
10139N/A%if %is_s10
10139N/A%define krb5_option --without-krb5
10139N/A%else
10139N/A%define krb5_option --with-krb5=%{_prefix}
10139N/A%endif
10139N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/A
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/A%if %option_with_gnu_iconv
10139N/A%define iconv_option --with-libiconv=/usr/gnu
10139N/A%else
10139N/A%define iconv_option
10139N/A%endif
10139N/A
10139N/Aaclocal $ACLOCAL_FLAGS -I m4
10139N/Aglib-gettextize --force --copy
10139N/Aintltoolize --force --automake
10139N/A
10139N/A%if %build_l10n
10139N/Abash -x %SOURCE2 --enable-copyright
10139N/A%endif
10139N/A
10139N/Aautoheader
10139N/Aautomake -a -f -c --gnu
10139N/Aautoconf
10139N/A./configure --prefix=%{_prefix} \
10139N/A --libexecdir=%{_libexecdir} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --enable-nss=yes \
10139N/A --enable-smime=yes \
10139N/A --enable-nntp=yes \
10139N/A --enable-largefile \
10139N/A --with-krb4=%{_prefix} \
10139N/A %ldap_option \
10139N/A %krb5_option \
10139N/A %gtk_doc_option \
10139N/A %bdb_option \
10986N/A %iconv_option
10986N/A
10980N/Amake -j$CPUS
10980N/A
10917N/A%install
10917N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10815N/Amake -i install DESTDIR=$RPM_BUILD_ROOT
10815N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10794N/Afind $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
10794N/Afind $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
10794N/A
10742N/A%clean
10742N/Arm -rf $RPM_BUILD_ROOT
10640N/A
10640N/A%post
10613N/A/sbin/ldconfig
10613N/A
10473N/A%postun
10474N/A/sbin/ldconfig
10406N/A
10406N/A%files
10406N/A%defattr (-, root, root)
10283N/A%doc AUTHORS COPYING ChangeLog NEWS README
10283N/A%{_libdir}/*.so.*
10139N/A%{_libdir}/evolution-data-server-%{api_version}/extensions/*.so
10139N/A%{_libdir}/evolution-data-server-%{api_version}/camel-providers/*.so
10139N/A%{_libdir}/evolution-data-server-%{api_version}/camel-providers/*urls
10139N/A%{_libdir}/bonobo/servers/*
10139N/A%{_libexecdir}/*
10139N/A%{_datadir}/evolution-data-server-%{base_version}/*
10139N/A%{_datadir}/pixmaps/evolution-data-server-%{base_version}/*
10139N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10139N/A
10139N/A%files devel
10139N/A%defattr (-, root, root)
10139N/A%{_libdir}/*.so
10139N/A%{_includedir}/evolution-data-server-%{base_version}/*
10139N/A%{_libdir}/pkgconfig/*.pc
10139N/A%{_datadir}/gtk-doc/*
10139N/A%{_datadir}/idl/*
10139N/A
10139N/A%changelog
10139N/A* Fri Jan 28 2010 - jeff.cai@sun.com
10139N/A- Add patch -10-vfolder-count to fix #6910597
10139N/A On solaris, because junk plugin is not shipped, the message flags
10139N/A is not updated.
10139N/A* Tue Jan 26 2010 - jeff.cai@sun.com
10139N/A- Bump to 2.29.6
10139N/A- Upstream -06-marshal-list
10139N/A* Sat Jan 16 2010 - christian.kelly@sun.com
10139N/A- Add evolution-data-server-07-fixxref-modules.diff.
10139N/A* Thu Jan 14 2010 - jedy.wang@sun.com
10139N/A- Bump to 2.29.5
10139N/A* Wed Dec 23 2009 - jedy.wang@sun.com
10139N/A- Fix bug comments.
10139N/A- Patch 1 should be protected by option_with_sun_branding.
10139N/A* Tue Dec 22 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.29.4.
10139N/A- Remove patch -04-a11y-crash.diff.
10139N/A- Remove patch -09-func-macro.diff.
10139N/A- Remove patch -10-union.diff.
10139N/A- Reorder the other patches.
10139N/A* Wed Dec 09 2009 - jeff.cai@sun.com
10139N/A- Remove patch -01-libexec, since evolution-data-server does not exist
10139N/A* Tue Dec 08 2009 - jedy.wang@sun.com
10139N/A- Use new way to figure out cflags and ldflags for nss and nspr.
10139N/A- Enable gweather and large file support.
10139N/A- Add SUNWtlsd and SUNWprd dependency.
10139N/A* Fri Dec 04 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.29.3
10139N/A- Add patch -05-remove-bdb
10139N/A- Add patch -06-not-build-test
10139N/A- Add patch -07-comm-err
10139N/A- Add patch -08-marshal-list
10139N/A- Add patch -09-func-macro
10139N/A- Add patch -10-union
10139N/A* Wed Dec 02 2009 - jedy.wang@sun.com
10139N/A- Add patch 04-a11y-crash.diff.
10139N/A* Mon Oct 20 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.28.1
10139N/A* Wed Oct 13 2009 - jeff.cai@sun.com
10139N/A- Add patch -03-ldap-search to fix bugster 6878377, bugzilla 593998
10139N/A* Tue Sep 22 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.28.0
10139N/A* Wed Sep 09 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.92
10139N/A* Mon Aug 24 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.91
10139N/A* Mon Aug 10 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.90
10139N/A* Wed Jul 29 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.5
10139N/A- Upstream path -03-local-start-hang.diff
10139N/A* Tue Jul 14 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.4
10139N/A* Fri Jul 10 2009 - jeff.cai@sun.com
10139N/A- Add patch -03-local-start-hang, fix doo #9913, bugzill #588220
10139N/A- Add the old patch -02-open-address-book-sparc back removed by christian
10139N/A* Thu Jul 02 2009 - christian.kelly@sun.com
10139N/A- Remove references to evolution-data-server-02-open-address-book-sparc.
10139N/A* Tue Jun 16 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.3
10139N/A- Remove -03-http-proxy, upstreamed
10139N/A- Remove -04-nss, upstreamed
10139N/A* Fir Jun 12 2009 - jeff.cai@sun.com
10139N/A- Add patch -04-nss to fix #585523
10139N/A Since nss/nspr has a private copy of sqlite3, it says a symbol
10139N/A is not found if link to libsoftoken3.
10139N/A* Tue May 26 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.27.2
10139N/A- Remove patch -04-http-service, upstreamed
10139N/A* Wed May 13 2009 - jeff.cai@sun.com
10139N/A- Change patch comment.
10139N/A* Tue May 05 2009 - jeff.cai@sun.com
10139N/A- Add patch -03-http-proxy, fix #579199
10139N/A Use http->url->path if no proxy is used.
10139N/A- Add patch -04-http-service, fix gbo #581420, bugster #6836920
10139N/A If service name is 'http' or 'https', use port '80' or '443'
10139N/A as the name.
10139N/A* Thu Apr 16 2009 - jedy.wang@sun.com
10139N/A- Bump to 2.26.1.1
10139N/A* Tue Apr 14 2009 - jedy.wang@sun.com
10139N/A- Bump to 2.26.1
10139N/A* Tue Mar 16 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.26.0
10139N/A- Remove -02-conditional-if and -03-imap-mail, upstreamed.
10139N/A- Rename -04-open-address-book-sparc to -02-open-address-book-sparc
10139N/A* Wed Mar 11 2009 - jeff.cai@sun.com
10139N/A- Not apply the patch -04-open-address-book-sparc on OpenSolaris.
10139N/A* Wed Mar 11 2009 - zhichao.wang@sun.com
10139N/A- Add patch -04-open-address-book-sparc to fix d.o.o bug #6752
10139N/A To resolve the address book can not be open on sparc matchine.
10139N/A This patch can be removed after BDB is upgraded to 4.8.
10139N/A* Mon Mar 09 2009 - jeff.cai@sun.com
10139N/A- Add -03-imap-mail, Fix #574236
10139N/A* Tue Mar 03 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.25.92
10139N/A- Remove -02-view-local-mail, upstreamed
10139N/A- Add -02-conditional-if, Fix #573870. Use the
10139N/A standard conditional if sentence.
10139N/A* Tue Feb 17 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.25.91
10139N/A- Remove patch -03-libical, upstreamed.
10139N/A* Thu Feb 05 2009 - jedy.wang@sun.com
10139N/A- Add patch 02-libical.diff to fix bugzilla 569459.
10139N/A* Wed Feb 04 2009 - jeff.cai@sun.com
10139N/A- Add patch -02-view-local-mail, This is a tempoary fix.
10139N/A Maybe the community can give a better solution.
10139N/A Fix bugster 6791021, bugzilla 567008.
10139N/A* Wed Feb 04 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.25.90
10139N/A* Wed Jan 20 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.25.5
10139N/A* Wed Jan 07 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.25.4
10139N/A* Tue Dec 15 2008 - dave.lin@sun.com
10139N/A- Bump to 2.25.3
10139N/A- Remove -02-func, upstreamed.
10139N/A- Add --without-weather since GWeather is not shipped.
10139N/A* Wed Dec 03 2008 - dave.lin@sun.com
10139N/A- Bump to 2.25.2
10139N/A* Wed Nov 04 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.25.1
10139N/A* Fri Oct 31 2008 - jeff.cai@sun.com
10139N/A- Change the license tag.
10139N/A* Wed Oct 29 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.24.1
10139N/A* Wed Sep 22 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.24.0
10139N/A* Wed Sep 09 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.23.92
10139N/A- Add patch -02-func.diff
10139N/A* Wed Sep 02 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.23.91
10139N/A- Remove upstream patch -02-local.
10139N/A* Wed Aug 27 2008 - jeff.cai@sun.com
10139N/A- Add patch -02-local to fix 213072
10139N/A* Mon Aug 20 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.23.90.1
10139N/A- Remove patch -02-errno and -03-mbox-spool
10139N/A* Tue Aug 05 2008 - jeff.cai@sun.com
10139N/A- Roll back to 2.23.6
10139N/A- Add patch -03-mbox-spool to fix
10139N/A #6732079, #6732076
10139N/A- Bump to 2.23.6.2
10139N/A* Tue Aug 05 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.23.6.2
10139N/A* Tue Aug 04 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.23.6
10139N/A* Tue Jul 29 2008 - jedy.wang@sun.com
10139N/A- Add patch -05-summary.
10139N/A* Wed Jul 23 2008 - jeff.cai@sun.com
10139N/A- Add patch -04-google-backend. Fix 544264
10139N/A- Remove -04-no-google-backend.
10139N/A- Remove -02-google-calendar.
10139N/A- Add -02-gtk-doc. Fix 543855
* Tue Jul 22 2008 - damien.carbery@sun.com
- Bump to 2.23.5. Remove upstream patches 04-attachment and 05-ldap. Add patch
to work around build failure in google backend (04-no-google-backend).
* Wed Jul 04 2008 - jeff.cai@sun.com
- Add patch -04-attachment.diff. Fix #534080.
* Wed Jul 03 2008 - jeff.cai@sun.com
- Add patch -03-errno.diff. Fix #538074.
* Tue Jun 17 2008 - jeff.cai@sun.com
- Bump to 2.23.4.
* Tue Jun 03 2008 - damien.carbery@sun.com
- Bump to 2.23.3. Remove upstream patch 03-build.
* Thu Jun 02 2008 - jeff.cai@sun.com
- Bump 2.23.2, add patch -03-build.diff.
* Thu May 29 2008 - damien.carbery@sun.com
- Revert to 2.22.2 because of build error. Module owner notified.
* Wed May 28 2008 - damien.carbery@sun.com
- Bump to 2.23.2.
* Tue May 27 2008 - jeff.cai@sun.com
- Bump to 2.22.2
* Fri May 01 2008 - damien.carbery@sun.com
- Bump to 2.22.1.1.
* Mon Apr 23 2008 - jedy.wang@sun.com
- Bump to 2.22.1. Remove upstream patch 02-libical.diff.
Add 02-google-calendar.diff. Fix 527544.
* Mon Mar 10 2008 - damien.carbery@sun.com
- Bump to 2.22.0.
* Tue Feb 26 2008 - damien.carbery@sun.com
- Bump to 2.21.92. Remove upstream patch 03-decode.
* Wed Feb 20 2008 - jeff.cai@sun.com
- Remove -02-camel-message.diff. Community has fixed
in 513389.
* Mon Feb 18 2008 - jeff.cai@sun.com
- Add -03-decode.diff, Fix 517190
* Fri Feb 15 2008 - jeff.cai@sun.com
- Add -02-camel-message.diff, Fix 516598
* Wed Feb 13 2008 - damien.carbery@sun.com
- Bump to 2.21.91.
* Tue Jan 29 2008 - damien.carbery@sun.com
- Bump to 2.21.90.
* Fri Jan 18 2008 - damien.carbery@sun.com
- Bump to 2.21.5.1.
* Thu Jan 17 2008 - damien.carbery@sun.com
- Bump to 2.21.5.
* Tue Dec 18 2007 - damien.carbery@sun.com
- Bump to 2.21.4.
* Tue Dec 04 2007 - damien.carbery@sun.com
- Bump to 2.21.3.
* Tue Nov 13 2007 - damien.carbery@sun.com
- Bump to 2.21.2.
* Tue Oct 30 2007 - damien.carbery@sun.com
- Bump to 2.21.1. Remove upstream patch, 02-function.
* Fri Oct 19 2007 - damien.carbery@sun.com
- Bump to 1.12.1. Add patch 02-function to fix bugzilla 488173.
* Wed Oct 3 2007 - laca@sun.com
- use the --with-libiconv=/usr/gnu option when building with GNU libiconv
* Tue Sep 18 2007 - damien.carbery@sun.com
- Bump to 1.12.0.
* Mon Sep 03 2007 - damien.carbery@sun.com
- Bump to 1.11.92.
* Mon Aug 27 2007 - damien.carbery@sun.com
- Bump to 1.11.91. Remove upstream patches 02-endian and 03-timezone.
* Fri Aug 17 2007 - jedy.wang@sun.com
- Fix 'patch* -p0' - change to -p1 and change patch file too.
* Thu Aug 16 2007 - jedy.wang@sun.com
- Remove the commands to autotoolize libical.
* Wed Aug 15 2007 - damien.carbery@sun.com
- Bump to 1.11.90.
* Tue Aug 15 2007 - jedy.wang@sun.com
- Update patch 02-endian.diff and 03-timezone.diff
* Tue Aug 07 2007 - jeff.cai@sun.com
- Add patch 03-timezone.diff to use zone_sun.tab instead
of zone.tab. Fix #464252
* Wed Aug 01 2007 - damien.carbery@sun.com
- Bump to 1.11.6.1. Add patch 02-endian to fix build errors, #462499.
* Tue Jul 31 2007 - damien.carbery@sun.com
- Bump to 1.11.6.
* Tue Jul 10 2007 - damien.carbery@sun.com
- Bump to 1.11.5.
* Mon Jun 18 2007 - damien.carbery@sun.com
- Bump to 1.11.4. Remove upstream patch, 01-kerberos.
* Wed Jun 13 2007 - takao.fujiwara@sun.com
- Add l10n-configure.sh to remove GNU extension from de.po, et.po, hu.po,
it.po and ja.po
* Wed Jun 06 2007 - damien.carbery@sun.com
- Bump to 1.11.3.
* Tue May 15 2007 - damien.carbery@sun.com
- Bump to 1.11.2.
* Thu May 10 2007 - damien.carbery@sun.com
- Bump to 1.11.1.
* Thu Apr 12 2007 - damien.carbery@sun.com
- Bump to 1.10.1. Remove upstream patch 03-libbdb.
* Wed Apr 04 2007 - simon.zheng@sun.com
- Add patch evolution-data-server-03-libbdb.diff,
to fix bugster bug #6538754.
* Tue Mar 13 2007 - simon.zheng@sun.com
- Bump to 1.10.0.
* Tue Feb 28 2007 - simon.zheng@sun.com
- Bump to 1.9.92.
* Mon Feb 12 2007 - damien.carbery@sun.com
- Bump to 1.9.91. Remove upstream patch, 03-mail-header.
* Fri Feb 09 2007 - jeff.cai@sun.com
- Add patch, 03-mail-header, to fix #400841.
* Sun Jan 28 2007 - laca@sun.com
- disable krb5 support on s10
* Wed Jan 24 2007 - damien.carbery@sun.com
- Bump to 1.9.6.1. Remove upstream patch, 03-gnome-keyring.
* Tue Jan 23 2007 - damien.carbery@sun.com
- Add patch, 03-gnome-keyring, to fix build error, #399706.
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 1.9.6.
* Tue Jan 09 2007 - jeff.cai@sun.com
- Bump to 1.9.5.
- Remove build patch for bug 387397.
* Wed Dec 20 2006 - jeff.cai@sun.com
- Add bugzilla bug number for patch 3.
* Tue Dec 19 2006 - jeff.cai@sun.com
- Add patch evolution-data-server-03-exchange-account.diff
to resolve building broken on Solaris.
* Tue Dec 19 2006 - jeff.cai@sun.com
- Bump to 1.9.4.
* Wed Dec 13 2006 - jeff.cai@sun.com
- Change patch comments.
* Tue Dec 05 2006 - damien.carbery@sun.com
- Bump to 1.9.3.
* Tue Nov 28 2006 - jeff.cai@sun.com
- Bump to 1.9.2 and remove patch:
evolution-data-server-03-mail-rlimit.diff
* Mon Nov 27 2006 - damien.carbery@sun.com
- Bump to 1.8.2.
* Fri Nov 3 2006 - laca@sun.com
- use %gtk_doc_option in configure so that it can be disabled using
--without-gtk-doc
* Mon Nov 04 2006 - irene.huang@sun.com
- Change owner to be opensolaris account.
* Mon Oct 23 2006 - irene.huang@sun.com
- moved evolution-data-server-01-kerberos.diff
and evolution-data-server-02-libexec.diff and
evolution-data-server-03-mail-rlimit.diff from
Solaris/patches
* Mon Oct 02 2006 - damien.carbery@sun.com
- Bump to 1.8.1.
* Mon Sep 04 2006 - damien.carbery@sun.com
- Bump to 1.8.0.
- Remove upstream patch, 01-attachment.
* Tue Aug 21 2006 - jedy.wang@sun.com
- Add one patch, 01-attachment.diff, for 6461581.
* Tue Aug 08 2006 - damien.carbery@sun.com
- Bump to 1.7.91.
* Wed Jul 26 2006 - halton.huo@sun.com
- Use system BerkeleyDB.
* Wed Jul 26 2006 - jeff.cai@sun.com
- Bump to 1.7.90.1
Remove patches/evolution-data-server-01-libebook-files.diff.
* Tue Jul 25 2006 - damien.carbery@sun.com
- Add patch to include files missing from tarball (but in cvs).
* Mon Jul 24 2006 - damien.carbery@sun.com
- Bump to 1.7.90
* Fri Jul 21 2006 - jeff.cai@sun.com
- Bump to 1.7.4
* Tue May 30 2006 - halton.huo@sun.com
- Bump to 1.6.2.
* Wed Apr 26 2006 - halton.huo@sun.com
- Use JES's NSS/NSPR(/usr/lib/mps) instead of that provided by
mozilla or firefox, to fix bug #6418049.
* Thu Apr 13 2006 - halton.huo@sun.com
- Firefox move from /usr/sfw to /usr.
* Mon Apr 10 2006 - damien.carbery@sun.com
- Bump to 1.6.1.
* Tue Apr 04 2006 - halton.huo@sun.com
- Remove .a/.la files in linux spec.
* Thu Mar 30 2006 - halton.huo@sun.com
- Alter "remove *.a/*.la files part" to SUNWevolution-data-server.spec
* Mon Mar 13 2006 - damien.carbery@sun.com
- Bump to 1.6.0.
* Tue Feb 28 2006 - halton.huo@sun.com
- Bump to 1.5.92.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Bump to 1.5.91.
* Mon Jan 30 2006 - damien.carbery@sun.com
- Bump to 1.5.90.
* Thu Jan 19 2006 - halton.huo@sun.com
- Bump to 1.5.5.
* Wed Jan 04 2006 - halton.huo@sun.com
- Bump to 1.5.4.
* Wed Dec 21 2005 - halton.huo@sun.com
- Correct Source filed.
- Remove upstreamed patch evolution-data-server-6341837.diff.
- Remove upstreamed patch evolution-data-server-6359639.diff.
* Fri Dec 19 2005 - damien.carbery@sun.com
- Bump to 1.5.3.
- Bump to 1.4.2.1.
* Fri Dec 09 2005 - dave.lin@sun.com
- Add the patch evolution-data-server-6359639.diff
* Fri Dec 02 2005 - dave.lin@sun.com
- Bump to 1.4.2.1.
- Add the patch evolution-data-server-6341837.diff
* Thu Dec 01 2005 - damien.carbery@sun.com
- Remove upstream patch, patches/evolution-data-server-01-6340601.diff.
* Tue Nov 29 2005 - damien.carbery@sun.com
- Bump to 1.4.2.
* Wed Nov 23 2005 - halton.huo@sun.com
- Add patch evolution-data-server-01-6340601.diff.
* Fri Oct 21 2005 - halton.huo@sun.com
- Use firefox nss/nspr lib instead of mozilla's.
* Wed Oct 12 2005 - halton.huo@sun.com
- change --with-ldap to --with-sunldap.
* Tue Oct 11 2005 - damien.carbery@sun.com
- Bump to 1.4.1.1.
* Mon Oct 10 2005 - halton.huo@sun.com
- Bump to 1.4.1.
- Move obsolete patches:
evolution-data-server-01-libgobject.diff,
evolution-data-server-02-pretty_function.diff.
- Move upstreamed patches:
evolution-data-server-03-lock-helper.diff.
* Thu Sep 15 2005 - halton.huo@sun.com
- Add define krb5_option, disable Kerberos 5 on Solaris.
* Thu Sep 8 2005 - halton.huo@sun.com
- Add krb5_prefix define and enable Kerberos 5.
- Fix CFLAGS problem.
* Wed Sep 7 2005 - halton.huo@sun.com
- Bump to 1.4.0.
* Tue Sep 6 2005 - damien.carbery@sun.com
- Call configure instead of autogen.sh because autogen.sh not in 1.3.8 tarball.
Remove some ver nums from %files because there is no consistency.
Remove patch3 and reorder.
* Tue Sep 6 2005 - halton.huo@sun.com
- Move patch evolution-data-server-04-ldap-ssl.diff and Source1
evolution-data-server-ldap-ssl-patch.tar to SUNWgnutls.spec.
* Fri Sep 2 2005 - halton.huo@sun.com
- Add option --enable-nntp=yes to support news groups.
- Use SUN LDAP on solaris with %ldap_option.
- Add Source1 Patch4 to support SUN LDAP
- Use ./autogen.sh to replace libtoolize aclocal automake autoconf ./configure
steps, because we need build code that checked out from community HEAD.
- Temporarily disable Kerberos for header files are not installed on Nevada.
* Tue Aug 30 2005 - damien.carbery@sun.com
- Redefine major_version to 1.2 so that %files section can use while patch 03
redefines it to 1.2.
* Tue Aug 30 2005 - glynn.foster@sun.com
- Bump to 1.3.8
* Mon Aug 15 2005 - damien.carbery@sun.com
- Bump to 1.3.7.
* Thu Jul 28 2005 - damien.carbery@sun.com
- Rename --with-openldap configure option to --with-ldap as a result of Jerry's
patch from Jul 27. Also remove '%ifos' code around this option.
* Wed Jul 27 2005 - damien.carbery@sun.com
- Add patch from Jerry Pu (Shi.Pu@sun.com) to support LDAP on Solaris.
* Thu Jul 14 2005 - damien.carbery@sun.com
- Add 5 patches to build on Solaris.
* Wed Jun 15 2005 - matt.keenan@sun.com
- Bump to 1.2.3
* Tue May 10 2005 - glynn.foster@sun.com
- Bump to 1.2.2
* Tue Nov 23 2004 - glynn.foster@sun.com
- Bump to 1.0.2
* Thu Jun 17 2004 - niall.power@sun.com
- rpm4´ified
* Thu Jun 17 2004 - glynn.foster@sun.com
- Bump to 0.0.94.1
* Tue Jun 08 2004 - glynn.foster@sun.com
- Bump to 0.0.94
* Fri May 21 2004 - glynn.foster@sun.com
- Bump to 0.0.93
* Tue Apr 20 2004 - glynn.foster@sun.com
- Bump to 0.0.92
* Mon Apr 19 2004 - glynn.foster@sun.com
- Initial spec file for evolution-data-server 0.0.91