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