evolution-jescs.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8529 ace8e9b8a2b7
child 8661 d738386c07dc
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.

#
# spec file for package evolution-jescs
#
# Copyright (c) 2005 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Owner: jedy
#
Name:         evolution-jescs
License:      GPL
Group:        System/Libraries/GNOME
Version:      2.8.2
Release:      1
Distribution: Java Desktop System
Vendor:       Sun Microsystems, Inc.
Summary:      Evolution connector for Sun Java Enterprise System Calendar Server
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
URL:          http://www.gnome.org
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Autoreqprov:  on
Prereq:       /sbin/ldconfig

%define evolution_version 2.2
%define libgnomeui_version 2.10.0
%define libglade_version 2.5.0
%define libsoup_version 2.2.3
%define GConf_version 2.10.0
%define openldap2_version 2.2.6
%define gtk_doc_version 1.3

Requires:       evolution >= %{evolution_version}
Requires:       libgnomeui >= %{libgnomeui_version}
Requires:       libglade >= %{libglade_version}
Requires:       libsoup >= %{libsoup_version}
Requires:       GConf >= %{GConf_version}
Requires:       openldap2-client >= %{openldap2_version}

BuildRequires:  evolution-devel >= %{evolution_version}
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
BuildRequires:  libglade-devel >= %{libglade_version}
BuildRequires:  libsoup-devel >= %{libsoup_version}
BuildRequires:  GConf-devel >= %{GConf_version}
BuildRequires:  openldap2-devel >= %{openldap2_version}
BuildRequires:  gtk-doc >= %{gtk_doc_version}

%description
This is the Evolution Connector for Sun Java Enterprise System Calendar Server
(SJESCS), which adds support for SJESCS 5.1 and above to Evolution.

%post
ldconfig

# $RPM_COMMAND is an environment variable used by the SUN build
# system to control the build process with finer granularity than RPM
# normally allows.  This specfile will function as expected by RPM if
# $RPM_COMMAND is unset.  If you are not the SUN build system,
# feel free to ignore it.

%prep
%setup -q

%build

aclocal $ACLOCAL_FLAGS
libtoolize --force
glib-gettextize --force --copy
intltoolize --force --automake
autoheader
automake -a -f -c --gnu
autoconf
./configure --prefix=%{_prefix}                                        \
             --enable-idn=yes

make

%install
make -i install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc COPYING ChangeLog AUTHORS INSTALL NEWS README
%{_libdir}/bonobo/servers/GNOME_Evolution_SunOne_Storage.server
%{_libdir}/evolution
%{_libexecdir}/evolution
%{_libdir}/evolution-data-server-*
%{_datadir}/evolution
%{_datadir}/evolution-jescs
%{_datadir}/locale/*/LC_MESSAGES/*.mo

%changelog
* Wed Sep 27 2006 - [email protected]
- Bump to 2.8.2.

* Mon Sep 21 2006 - [email protected]
- Bump to 2.8.1.

* Mon Sep 14 2006 - [email protected]
- Bump to 2.8.0.

* Mon Sep 14 2006 - [email protected]
- Bump to 2.7.1.

* Mon Jul 24 2006 - [email protected]
- Bump to 2.7.0.

* Mon Jul 14 2006 - [email protected]
- Bump to 2.6.4.

* Mon Jun 12 2006 - [email protected]
- Bump to 2.6.3.

* Mon May 29 2006 - [email protected]
- Bump to 2.6.2.

* Fri May 12 2006 - [email protected]
- Bump to 2.6.1.

* Thu May 11 2006 - [email protected]
- Bump to 2.5.4.

* Fri Apr 10 2006 - [email protected]
- Bump to 2.5.3.

* Tue Apr 04 2006 - [email protected]
- Remove .a/.la files in linux spec.

* Mon Mar 13 2006 - [email protected]
- Remove patch, 01-bonobo, as crashes have been fixed upstream.

* Fri Mar 10 2006 - [email protected]
- Bump to 2.5.2.
- Remove upstream patch, 01-close-tag.

* Fri Mar  3 2006 - [email protected]
- Add patch, 01-bonobo.diff to fix a starup crash.

* Fri Feb 24 2006 - [email protected]
- Bump to 2.5.1.
- Remove upstream patch, 01-close-tag.

* Thu Feb  2 2006 - [email protected]
- Add patch, 01-close-tag, to close a tag in 
  GNOME_Evolution_SunOne_Storage.server.in.in file. 

* Tue Jan 24 2006 - [email protected]
- s/%{eds_api_version}/\*/g

* Tue Jan 24 2006 - [email protected]
- Remove hard code evo_major_version and eds_api_version.

* Tue Jan 24 2006 - [email protected]
- Bump to 2.5.0.
- Add define evo_major_version and eds_api_version.
- Remove define evolution_imagesdir.

* Fri Nov 25 2005 - [email protected]
- Bump to 2.4.3.

* Wed Nov 16 2005 - [email protected]
- Bump to 2.4.2.

* Thu Sep 8 2005 - [email protected]
- Bump to 2.4.1.

* Thu Sep 8 2005 - [email protected]
- Remove upstream patch evolution-jescs-01-autogen.diff.
- Enable idn.
- Use aclocal, ..., ./configure steps, not ./autogen, 
  because download tarball does not have autogen.sh.

* Tue Sep 6 2005 - [email protected]
- Add patch evolution-jescs-01-autogen.diff.
- Temporarily disable idn.
- Change %install, %clean and %files section.

* Wed Aug 31 2005 - [email protected]
- Initial spec file