evolution-exchange.spec revision 13105
20843N/A#
20843N/A# spec file for package evolution-exchange
20843N/A#
20885N/A# Copyright (c) 2008 Sun Microsystems, Inc.
20843N/A# This file and all modifications and additions to the pristine
20843N/A# package are under the same license as the package itself.
20843N/A#
20843N/A# Owner: jedy
20843N/A#
20843N/AName: evolution-exchange
20843N/ALicense: GPL
20843N/AGroup: System/Libraries/GNOME
20843N/AVersion: 2.22.2
20843N/ARelease: 1
20843N/ADistribution: Java Desktop System
20843N/AVendor: Sun Microsystems, Inc.
20862N/ASummary: Evolution connector for Microsoft Exchange
20855N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.22/%{name}-%{version}.tar.bz2
20843N/A%if %build_l10n
20843N/ASource1: l10n-configure.sh
20843N/A%endif
20843N/AURL: http://www.gnome.org
20843N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
20843N/ADocdir: %{_defaultdocdir}/ximian-connector
20843N/AAutoreqprov: on
20899N/APrereq: /sbin/ldconfig
20852N/A
20852N/A%define evolution_version 2.2
20899N/A%define libgnomeui_version 2.10.0
20867N/A%define libglade_version 2.5.0
20899N/A%define libsoup_version 2.2.3
20867N/A%define GConf_version 2.10.0
20867N/A%define openldap2_version 2.2.6
20867N/A%define gtk_doc_version 1.3
20899N/A%define oxygen2_version 1.4
20876N/A
20899N/ARequires: evolution >= %{evolution_version}
20876N/ARequires: libgnomeui >= %{libgnomeui_version}
20899N/ARequires: libglade >= %{libglade_version}
20899N/ARequires: libsoup >= %{libsoup_version}
20899N/ARequires: GConf >= %{GConf_version}
20906N/ARequires: openldap2-client >= %{openldap2_version}
20906N/A
20843N/ABuildRequires: evolution-devel >= %{evolution_version}
20843N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
20843N/ABuildRequires: libglade-devel >= %{libglade_version}
20843N/ABuildRequires: libsoup-devel >= %{libsoup_version}
20843N/ABuildRequires: GConf-devel >= %{GConf_version}
20843N/ABuildRequires: openldap2-devel >= %{openldap2_version}
20899N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
20843N/A
20843N/AObsoletes: oxygen2 <= %{oxygen2_version}
20852N/AObsoletes: ximian-connector <= 2.2.2
20866N/AProvides: ximian-connector = 2.2.2
20867N/A
20876N/A%description
20906N/AProvides a connector library for Evolution to access Microsoft Exchange.
20899N/A
20899N/A%prep
20843N/A%setup -q
20843N/A
20843N/A%build
20843N/A
20843N/A%ifos linux
20843N/A%define ldap_option --with-openldap=%{_prefix}
20843N/A%define krb5_option --with-krb5=%{_prefix}
20899N/A%else
20876N/A%define ldap_option --with-sunldap=%{_prefix}
20876N/A%define krb5_option --with-krb5=no
20843N/A%endif
20908N/A
20908N/Aexport CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
20899N/A
20843N/Aaclocal $ACLOCAL_FLAGS
20843N/Alibtoolize --force
20843N/Aglib-gettextize --force --copy
20843N/Aintltoolize --force --automake
20856N/A
20856N/A%if %build_l10n
20856N/Abash -x %SOURCE1 --enable-copyright
20856N/A%endif
20856N/A
20843N/Aautoheader
20843N/Aautomake -a -f -c --gnu
20843N/Aautoconf
20843N/A
20843N/A./configure --prefix=%{_prefix} \
20843N/A --sysconfdir=%{_sysconfdir} \
20843N/A %ldap_option \
20852N/A %krb5_option
20856N/A
20852N/Amake
20843N/A
20843N/A%install
20843N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
20843N/Amake install DESTDIR=$RPM_BUILD_ROOT
20843N/Arm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.la
20843N/Arm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.a
20843N/A
20843N/A%clean
20843N/Arm -rf $RPM_BUILD_ROOT
20843N/A
20843N/A%files
20843N/A%defattr (-, root, root)
20843N/A%doc AUTHORS COPYING ChangeLog NEWS README
20843N/A%{_bindir}/*
20843N/A%{_libdir}/bonobo/servers/*
20843N/A%{_libdir}/evolution-data-server-1.2/camel-providers/*.so*
20843N/A%{_libdir}/evolution-data-server-1.2/camel-providers/*.urls
20843N/A%{_libexecdir}/evolution/2.6/*
20909N/A%{_datadir}/gtk-doc/*
20909N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
20904N/A%{_datadir}/evolution-exchange/*
20904N/A%config %{_sysconfdir}/gconf/schemas/*
20862N/A
20862N/A%changelog
20843N/A* Tue May 27 2008 - jedy.wang@sun.com
20843N/A- Bump to 2.22.2.
20843N/A* Wed May 14 2008 - damien.carbery@sun.com
20843N/A- Bump to 2.22.1.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.
* 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.
* Tue Feb 12 2008 - damien.carbery@sun.com
- Bump to 2.21.91.
* Tue Jan 29 2008 - damien.carbery@sun.com
- Bump to 2.21.90.
* Mon Jan 14 2008 - damien.carbery@sun.com
- Bump to 2.21.5.
* Tue Dec 18 2007 - damien.carbery@sun.com
- Bump to 2.21.4.
* 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.
* Fri Oct 19 2007 - damien.carbery@sun.com
- Bump to 2.12.1.
* Tue Sep 18 2007 - damien.carbery@sun.com
- Bump to 2.12.0.
* Mon Sep 03 2007 - damien.carbery@sun.com
- Bump to 2.11.92.
* Mon Aug 27 2007 - damien.carbery@sun.com
- Bump to 2.11.91. Remove upstream patch, 01-pretty-function.
* Wed Aug 15 2007 - damien.carbery@sun.com
- Bump to 2.11.90.
* Wed Aug 01 2007 - damien.carbery@sun.com
- Bump to 2.11.6.1.
* Tue Jul 31 2007 - damien.carbery@sun.com
- Bump to 2.11.6.
* Wed Jul 11 2007 - damien.carbery@sun.com
- Add patch 01-pretty-function to fix build error 455858.
* Tue Jul 10 2007 - damien.carbery@sun.com
- Bump to 2.11.5.
* Tue Jun 19 2007 - damien.carbery@sun.com
- Bump to 2.11.4. Remove upstream patch, 01-sun-ldap.
* Tue May 15 2007 - damien.carbery@sun.com
- Bump to 2.11.2.
* Thu May 10 2007 - simon.zheng@sun.com
- Bump to 2.11.1.
* Thu Apr 12 2007 - simon.zheng@sun.com
- Bump to 2.10.1.
* Tue Mar 13 2007 - simon.zheng@sun.com
- Bump to 2.10.0.
* Tue Feb 28 2007 - simon.zheng@sun.com
- Bump to 2.9.92.
- Rework evolution-exchanged-01-sun-ldap.diff.
* Tue Feb 13 2007 - damien.carbery@sun.com
- Bump to 2.9.91.
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 2.9.6.
* Tue Jan 9 2007 - jeff.cai@sun.com
- Bump version to 2.9.5
* Tue Dec 19 2006 - jeff.cai@sun.com
- Bump version to 2.9.4
* Mon Dec 18 2006 - jedy.wang@sun.com
- 01-solaris-eutil.diff removed.
- 02-sun-ldap renamed to 01-sun-ldap.
* Mon Dec 18 2006 - jedy.wang@sun.com
- Update patch comments.
* Thu Dec 14 2006 - jedy.wang@sun.com
- Set sysconfdir to /etc.
* Wed Dec 13 2006 - jedy.wang@sun.com
- Ship schema.
- 02-sol-macros replaced by 03-sun-ldap.
* Wed Dec 13 2006 - damien.carbery@sun.com
- Add patch, 03-sun-ldap, to build with Solaris LDAP defines. Bugzilla 385354.
* Wed Dec 13 2006 - jeff.cai@sun.com
- Change patch comments.
* Thu Dec 07 2006 - damien.carbery@sun.com
- Add patch 02-sol-macros to use portable macros (G_GNUC_PRETTY_FUNCTION).
Bugzilla 383064.
* Tue Dec 05 2006 - damien.carbery@sun.com
- Bump to 2.9.3. Remove obsolete patch, 02-evo-api-ver-hack.
* Wed Nov 29 2006 - jeff.cai@sun.com
- Add patch 02-evo-api-ver-hack so that the evolution 2.9 module can be found.
It will be removed when evolution-exchange is bumped to 2.9.
* Tue Nov 28 2006 - jeff.cai@sun.com
- Should be 2.8.1 on trunk.
* Mon Nov 27 2006 - damien.carbery@sun.com
- Bump to 2.8.2.
* Mon Oct 23 2006 - irene.huang@sun.com
- Moved evolution-exchange-01-solaris-eutil.diff
from Solaris/patches
* Fri Oct 20 2006 - damien.carbery@sun.com
- Remove 'find' call that remove .a/.la files because none are installed.
* Mon Oct 02 2006 - damien.carbery@sun.com
- Bump to 2.8.1.
* Mon Sep 04 2006 - damien.carbery@sun.com
- Bump to 2.8.0.
* Tue Aug 08 2006 - damien.carbery@sun.com
- Bump to 2.7.91.
* Mon Jul 24 2006 - damien.carbery@sun.com
- Bump to 2.7.90.
* Sun Jul 23 2006 - Jeff.Cai@sun.com
- Bump to 2.7.4
Remove patch evolution-exchange-01-rename.diff
* Thu Jun 02 2006 - Irene.Huang@sun.com
- Add patch evolution-exchange-01-rename.diff
* Tue May 30 2006 - halton.huo@sun.com
- Bump to 2.6.2.
* Mon Apr 10 2006 - damien.carbery@sun.com
- Bump to 2.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-exchange.spec
* Mon Mar 13 2006 - damien.carbery@sun.com
- Bump to 2.6.0.
* Tue Feb 28 2006 - halton.huo@sun.com
- Bump to 2.5.92.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Bump to 2.5.91.
* Mon Jan 30 2006 - damien.carbery@sun.com
- Bump to 2.5.9.0.
* Thu Jan 19 2006 - halton.huo@sun.com
- Bump to 2.5.5.
* Wed Jan 04 2006 - halton.huo@sun.com
- Bump to 2.5.4.
* Wed Dec 21 2005 - halton.huo@sun.com
- Correct Source filed.
* Mon Dec 19 2005 - damien.carbery@sun.com
- Bump to 2.5.3.
* Tue Nov 29 2005 - damien.carbery@sun.com
- Bump to 2.4.2.
* Wed Oct 12 2005 - halton.huo@sun.com
- change --with-ldap to --with-sunldap.
* Mon Oct 10 2005 - halton.huo@sun.com
- Bum to 2.4.1.
* Thu Sep 15 2005 - halton.huo@sun.com
- Use aclocal, ..., ./configure steps, not ./autogen,
because download tarball does not have autogen.sh.
- Add define krb5_option, disable Kerberos 5 on Solaris.
* Wed Sep 7 2005 - halton.huo@sun.com
- Bump to 2.4.0.
* Fri Sep 2 2005 - halton.huo@sun.com
- Use --with-openldap=no on solaris with %ldap_option because patch is not ready.
- Use ./autogen.sh to replace libtoolize aclocal automake autoconf ./configure
steps, because we need build code that checked out from community HEAD.
* Wed Aug 24 2005 - glynn.foster@sun.com
- Move the ximian-connector component over to evolution-exchange
and bump to 2.3.8
* Tue Aug 16 2005 - damien.carbery@sun.com
- Bump to 2.2.3.
* Thu Jul 21 2005 - damien.carbery@sun.com
- Turn off OpenLDAP support on Solaris as it is too old.
* Thu Jul 14 2005 - damien.carbery@sun.com
- Remove obsolete gnome2-macros dir from aclocal call.
* Mon Jun 27 2005 - matt.keenan@sun.com
- Bump to 2.2.2
* Thu Jun 17 2004 - glynn.foster@sun.com
- Initial spec file for ximian-connector 1.5.9