evolution-data-server.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8529 ace8e9b8a2b7
child 8644 03a152fd5cf6
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     1
# spec file for package evolution-data-server
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     2
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     3
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     4
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     5
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     6
#
8529
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 8501
diff changeset
     7
# Owner: jefftsai
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 8501
diff changeset
     8
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     9
Name:         evolution-data-server
5853
97568d5744b8 2005-09-14 Glynn Foster <[email protected]>
gman
parents: 5805
diff changeset
    10
License:      GPL
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    11
Group:        System/Libraries/GNOME
8239
010408c40b24 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8159
diff changeset
    12
Version:      1.8.1
5853
97568d5744b8 2005-09-14 Glynn Foster <[email protected]>
gman
parents: 5805
diff changeset
    13
Release:      2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    14
Distribution: Java Desktop System
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7702
diff changeset
    15
Vendor:       Sun Microsystems, Inc.
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7702
diff changeset
    16
Summary:      Backend Library for Evolution
8059
89d9d7c19272 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8033
diff changeset
    17
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.bz2
8491
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
    18
# date:2006-05-28 bugzilla: 344728 owner: sh162551 type: bug
8398
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
    19
Patch1:	      evolution-data-server-01-kerberos.diff
8491
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
    20
# date:2006-09-28 bugzilla: n/a owner: sh162551 type: bug
8476
d9685dfa0067 2006-11-02 Irene Huang <[email protected]>
sh162551
parents: 8398
diff changeset
    21
Patch2:       evolution-data-server-02-libexec.diff
8491
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
    22
# date:2005-12-21 bugzilla:319376 owner:jefftsai type:bug
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
    23
Patch3:       evolution-data-server-03-mail-rlimit.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    24
URL:          http://www.gnome.org
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    26
Docdir:       %{_defaultdocdir}/evolution-data-server
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    27
Autoreqprov:  on
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    28
Prereq:       /sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    29
5805
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
    30
%define api_version 1.2
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6920
diff changeset
    31
%define base_version 1.6
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5543
diff changeset
    32
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    33
%define libbonobo_version 2.4.2
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    34
%define gnome_vfs_version 2.4
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    35
%define libgnome_version 2.4
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    36
%define GConf_version 2.4
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    37
%define libsoup_version 2.2.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    38
%define gtk_doc_version 1.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    39
%define openldap2_version 2.1.4
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    40
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    41
Requires:       libbonobo >= %{libbonobo_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    42
Requires:       gnome-vfs >= %{gnome_vfs_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    43
Requires:       libgnome >= %{libgnome_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    44
Requires:       GConf >= %{GConf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    45
Requires:       libsoup >= %{libsoup_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    46
Requires:       openldap2-client >= %{openldap2_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    47
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    48
BuildRequires:  libbonobo-devel >= %{libbonobo_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    49
BuildRequires:  gnome-vfs-devel >= %{gnome_vfs_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    50
BuildRequires:  libgnome-devel >= %{libgnome_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    51
BuildRequires:  GConf-devel >= %{GConf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    52
BuildRequires:  libsoup-devel >= %{libsoup_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    53
BuildRequires:  openldap2-devel >= %{openldap2_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    54
BuildRequires:  gtk-doc >= %{gtk_doc_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    55
BuildRequires:  bison
5641
903e22fe56bd 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
    56
BuildRequires:  heimdal-devel
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    57
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    58
%description
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    59
evolution-data-server is the backend library for Evolution, providing
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    60
support for calendar and addressbook.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    61
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    62
%package devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    63
Summary:      Development Backend Library for Evolution
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    64
Group:        Development/Libraries/GNOME
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    65
Autoreqprov:  on
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    66
Requires:     %name = %version
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    67
BuildRequires:  libbonobo-devel >= %{libbonobo_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    68
BuildRequires:  gnome-vfs-devel >= %{gnome_vfs_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    69
BuildRequires:  libgnome-devel >= %{libgnome_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    70
BuildRequires:  GConf-devel >= %{GConf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    71
BuildRequires:  openldap2-devel >= %{openldap2_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    72
BuildRequires:  libsoup-devel >= %{libsoup_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    73
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    74
%description devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    75
evolution-data-server is the backend library for Evolution, providing
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    76
support for calendar and addressbook.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    77
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    78
%prep
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    79
%setup -q
8398
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
    80
%patch1 -p0
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
    81
%patch2 -p0
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
    82
%patch3 -p0
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    83
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    84
%build
5697
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
    85
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
    86
%ifos linux
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
    87
%define ldap_option --with-openldap=%{_prefix}
5862
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
    88
%define krb5_option --with-krb5=%{_prefix}
7136
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    89
%define nss_libs %{_libdir}/firefox
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    90
%define nspr_libs %{_libdir}/firefox
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    91
%define nss_includes %{_includedir}/firefox/nss
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    92
%define nspr_includes %{_includedir}/firefox/nspr
5697
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
    93
%else
6085
fd5c443058ec * evolution-data-server.spec,evolution-exchange.spec,evolution.spec:
hh150184
parents: 6080
diff changeset
    94
%define ldap_option --with-sunldap=%{_prefix}
7326
0c5f513056f7 For Solaris/ChangeLog
sh162551
parents: 7136
diff changeset
    95
%define krb5_option --with-krb5=%{_prefix}
7136
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    96
%define nss_libs %{_libdir}/mps
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    97
%define nspr_libs %{_libdir}/mps
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    98
%define nss_includes %{_includedir}/mps
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
    99
%define nspr_includes %{_includedir}/mps
5697
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   100
%endif
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   101
7136
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   102
export LDFLAGS="$LDFLAGS -L%{nss_libs} -R%{nss_libs} -L%{nspr_libs} -R%{nspr_libs}"
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   103
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -I%{nss_includes} -I%{nspr_includes}"
5763
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   104
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   105
aclocal $ACLOCAL_FLAGS
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   106
libtoolize --force
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   107
glib-gettextize --force --copy
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   108
intltoolize --force --automake
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   109
autoheader
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   110
automake -a -f -c --gnu
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   111
autoconf
5772
7dcd6d9c7f08 * evolution-data-server.spec: Enable Kerberos 5 and fix CFLAGS problem.
hh150184
parents: 5763
diff changeset
   112
./configure --prefix=%{_prefix}						\
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   113
	    --libexecdir=%{_libexecdir}					\
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   114
	    --sysconfdir=%{_sysconfdir}					\
5862
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
   115
	    --enable-nss=yes						\
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
   116
	    --enable-smime=yes						\
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
   117
	    --enable-nntp=yes						\
7136
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   118
	    --with-nss-includes=%{nss_includes}				\
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   119
	    --with-nss-libs=%{nss_libs}					\
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   120
	    --with-nspr-includes=%{nspr_includes}			\
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   121
	    --with-nspr-libs=%{nspr_libs}				\
6147
b6cc007467a3 * evolution-data-server.spec: Disable pilot-conduits on solaris,
hh150184
parents: 6085
diff changeset
   122
	    %ldap_option						\
5772
7dcd6d9c7f08 * evolution-data-server.spec: Enable Kerberos 5 and fix CFLAGS problem.
hh150184
parents: 5763
diff changeset
   123
	    --with-krb4=%{_prefix}					\
7768
62f05a703aab * evolution-data-server.spec: Use system BerkeleyDB.
hh150184
parents: 7758
diff changeset
   124
	    %krb5_option						\
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   125
            %gtk_doc_option                                             \
7768
62f05a703aab * evolution-data-server.spec: Use system BerkeleyDB.
hh150184
parents: 7758
diff changeset
   126
	    %bdb_option
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   127
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   128
make
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   129
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   130
%install
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   131
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   132
make -i install DESTDIR=$RPM_BUILD_ROOT
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   133
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
6999
c8ffea0d1cf3 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6984
diff changeset
   134
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
c8ffea0d1cf3 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6984
diff changeset
   135
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   136
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   137
%clean
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   138
rm -rf $RPM_BUILD_ROOT
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   139
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   140
%post
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   141
/sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   142
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   143
%postun
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   144
/sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   145
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   146
%files
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   147
%defattr (-, root, root)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   148
%doc AUTHORS COPYING ChangeLog NEWS README
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   149
%{_libdir}/*.so.*
5805
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   150
%{_libdir}/evolution-data-server-%{api_version}/extensions/*.so
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   151
%{_libdir}/evolution-data-server-%{api_version}/camel-providers/*.so
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   152
%{_libdir}/evolution-data-server-%{api_version}/camel-providers/*urls
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   153
%{_libdir}/bonobo/servers/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   154
%{_libexecdir}/*
5805
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   155
%{_datadir}/evolution-data-server-%{base_version}/*
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   156
%{_datadir}/pixmaps/evolution-data-server-%{base_version}/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   157
%{_datadir}/locale/*/LC_MESSAGES/*.mo
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   158
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   159
%files devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   160
%defattr (-, root, root)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   161
%{_libdir}/*.so
5805
746d7797cfc1 2005-09-12 Glynn Foster <[email protected]>
gman
parents: 5772
diff changeset
   162
%{_includedir}/evolution-data-server-%{base_version}/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   163
%{_libdir}/pkgconfig/*.pc
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   164
%{_datadir}/gtk-doc/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   165
%{_datadir}/idl/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   166
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   167
%changelog
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   168
* Fri Nov  3 2006 - [email protected]
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   169
- use %gtk_doc_option in configure so that it can be disabled using
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   170
  --without-gtk-doc
8491
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
   171
* Mon Nov 04 2006 - [email protected]
ceb33b8ace2e modify the third patch name
sh162551
parents: 8476
diff changeset
   172
- Change owner to be opensolaris account.
8398
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
   173
* Mon Oct 23 2006 - [email protected]
b983e1f7b702 2006-10-23 Irene Huang <[email protected]>
sh162551
parents: 8239
diff changeset
   174
- moved evolution-data-server-01-kerberos.diff
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   175
  and evolution-data-server-02-libexec.diff and 
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   176
  evolution-data-server-03-mail-rlimit.diff from
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8491
diff changeset
   177
  Solaris/patches
8239
010408c40b24 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8159
diff changeset
   178
* Mon Oct 02 2006 - [email protected]
010408c40b24 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8159
diff changeset
   179
- Bump to 1.8.1.
8059
89d9d7c19272 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8033
diff changeset
   180
* Mon Sep 04 2006 - [email protected]
89d9d7c19272 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8033
diff changeset
   181
- Bump to 1.8.0.
89d9d7c19272 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8033
diff changeset
   182
- Remove upstream patch, 01-attachment.
7935
04f88303a947 2006-08-21 Wang Xin <[email protected]>
jw156558
parents: 7871
diff changeset
   183
* Tue Aug 21 2006 - [email protected]
8033
c0993719c79a Restoring accidentally deleted patch. Correcting changelog entries.
dc144907
parents: 7943
diff changeset
   184
- Add one patch, 01-attachment.diff, for 6461581.
7871
6b651f134058 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7768
diff changeset
   185
* Tue Aug 08 2006 - [email protected]
6b651f134058 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7768
diff changeset
   186
- Bump to 1.7.91.
7768
62f05a703aab * evolution-data-server.spec: Use system BerkeleyDB.
hh150184
parents: 7758
diff changeset
   187
* Wed Jul 26 2006 - [email protected]
62f05a703aab * evolution-data-server.spec: Use system BerkeleyDB.
hh150184
parents: 7758
diff changeset
   188
- Use system BerkeleyDB.
7758
31ef71a013d3 Bump evolution-data-server to 1.7.90.1
qc161282
parents: 7755
diff changeset
   189
* Wed Jul 26 2006 - [email protected]
31ef71a013d3 Bump evolution-data-server to 1.7.90.1
qc161282
parents: 7755
diff changeset
   190
- Bump to 1.7.90.1
31ef71a013d3 Bump evolution-data-server to 1.7.90.1
qc161282
parents: 7755
diff changeset
   191
  Remove patches/evolution-data-server-01-libebook-files.diff.
7755
6fac072c0533 Add 'chmod' line to make a patch created file executable.
dc144907
parents: 7754
diff changeset
   192
* Tue Jul 25 2006 - [email protected]
6fac072c0533 Add 'chmod' line to make a patch created file executable.
dc144907
parents: 7754
diff changeset
   193
- Add patch to include files missing from tarball (but in cvs).
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7702
diff changeset
   194
* Mon Jul 24 2006 - [email protected]
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7702
diff changeset
   195
- Bump to 1.7.90
7702
5c0424b6a59b Bump evolution to head(gnome 2.15), not include
qc161282
parents: 7339
diff changeset
   196
* Fri Jul 21 2006 - [email protected]
5c0424b6a59b Bump evolution to head(gnome 2.15), not include
qc161282
parents: 7339
diff changeset
   197
- Bump to 1.7.4
7339
4a059bb81d5e * evolution-data-server.spec: Bump to 1.6.2.
hh150184
parents: 7326
diff changeset
   198
* Tue May 30 2006 - [email protected]
4a059bb81d5e * evolution-data-server.spec: Bump to 1.6.2.
hh150184
parents: 7326
diff changeset
   199
- Bump to 1.6.2.
7136
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   200
* Wed Apr 26 2006 - [email protected]
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   201
- Use JES's NSS/NSPR(/usr/lib/mps) instead of that provided by
09c60c7e623b * evolution.spec, evolution-data-server.spec,
hh150184
parents: 7071
diff changeset
   202
  mozilla or firefox, to fix bug #6418049.
7071
57a7c947d6c5 changed spec files to move firefox/thunderbird to "/usr/lib", and changed the depending components(Evolution, JRE config) correspondingly
jl141263
parents: 7038
diff changeset
   203
* Thu Apr 13 2006 - [email protected]
57a7c947d6c5 changed spec files to move firefox/thunderbird to "/usr/lib", and changed the depending components(Evolution, JRE config) correspondingly
jl141263
parents: 7038
diff changeset
   204
- Firefox move from /usr/sfw to /usr.
7038
ab44c695d35e 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6999
diff changeset
   205
* Mon Apr 10 2006 - [email protected]
ab44c695d35e 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6999
diff changeset
   206
- Bump to 1.6.1.
6999
c8ffea0d1cf3 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6984
diff changeset
   207
* Tue Apr 04 2006 - [email protected]
c8ffea0d1cf3 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6984
diff changeset
   208
- Remove .a/.la files in linux spec.
6984
f2617c9f00a7 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6923
diff changeset
   209
* Thu Mar 30 2006 - [email protected]
f2617c9f00a7 * evolution-data-server.spec, evolution-exchange.spec,
hh150184
parents: 6923
diff changeset
   210
- Alter "remove *.a/*.la files part" to SUNWevolution-data-server.spec
6920
8a1f0dcb9c72 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6859
diff changeset
   211
* Mon Mar 13 2006 - [email protected]
8a1f0dcb9c72 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6859
diff changeset
   212
- Bump to 1.6.0.
6859
857501a4764d * evolution-data-server.spec: Bump to 1.5.92.
hh150184
parents: 6750
diff changeset
   213
* Tue Feb 28 2006 - [email protected]
857501a4764d * evolution-data-server.spec: Bump to 1.5.92.
hh150184
parents: 6750
diff changeset
   214
- Bump to 1.5.92.
6750
5e936c4baa07 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6691
diff changeset
   215
* Tue Feb 14 2006 - [email protected]
5e936c4baa07 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6691
diff changeset
   216
- Bump to 1.5.91.
6691
6a9badcb716c 2006-01-30 Damien Carbery <[email protected]>
dc144907
parents: 6622
diff changeset
   217
* Mon Jan 30 2006 - [email protected]
6a9badcb716c 2006-01-30 Damien Carbery <[email protected]>
dc144907
parents: 6622
diff changeset
   218
- Bump to 1.5.90.
6622
ddc2cf988d46 * evolution-data-server.spec: Bump to 1.5.5.
hh150184
parents: 6480
diff changeset
   219
* Thu Jan 19 2006 - [email protected]
ddc2cf988d46 * evolution-data-server.spec: Bump to 1.5.5.
hh150184
parents: 6480
diff changeset
   220
- Bump to 1.5.5.
6480
21d90e82606e * evolution-data-server.spec: Bump to 1.5.4.
hh150184
parents: 6441
diff changeset
   221
* Wed Jan 04 2006 - [email protected]
21d90e82606e * evolution-data-server.spec: Bump to 1.5.4.
hh150184
parents: 6441
diff changeset
   222
- Bump to 1.5.4.
6441
5008c6bed224 * evolution-data-server.spec: correct source filed,
hh150184
parents: 6399
diff changeset
   223
* Wed Dec 21 2005 - [email protected]
5008c6bed224 * evolution-data-server.spec: correct source filed,
hh150184
parents: 6399
diff changeset
   224
- Correct Source filed.
5008c6bed224 * evolution-data-server.spec: correct source filed,
hh150184
parents: 6399
diff changeset
   225
- Remove upstreamed patch evolution-data-server-6341837.diff.
5008c6bed224 * evolution-data-server.spec: correct source filed,
hh150184
parents: 6399
diff changeset
   226
- Remove upstreamed patch evolution-data-server-6359639.diff.
6399
666cd5b85f78 * evolution-exchange.spec evolution-data-server.spec evolution.spec
dc144907
parents: 6372
diff changeset
   227
* Fri Dec 19 2005 - [email protected]
666cd5b85f78 * evolution-exchange.spec evolution-data-server.spec evolution.spec
dc144907
parents: 6372
diff changeset
   228
- Bump to 1.5.3.
666cd5b85f78 * evolution-exchange.spec evolution-data-server.spec evolution.spec
dc144907
parents: 6372
diff changeset
   229
- Bump to 1.4.2.1.
6372
befa114dcb67 2005-12-09 Dave Lin <[email protected]>
dave
parents: 6328
diff changeset
   230
* Fri Dec 09 2005 - [email protected]
befa114dcb67 2005-12-09 Dave Lin <[email protected]>
dave
parents: 6328
diff changeset
   231
- Add the patch evolution-data-server-6359639.diff
6328
fc5aa643bd1c 2005-12-02 Dave Lin <[email protected]>
dave
parents: 6323
diff changeset
   232
* Fri Dec 02 2005 - [email protected]
fc5aa643bd1c 2005-12-02 Dave Lin <[email protected]>
dave
parents: 6323
diff changeset
   233
- Bump to 1.4.2.1.
fc5aa643bd1c 2005-12-02 Dave Lin <[email protected]>
dave
parents: 6323
diff changeset
   234
- Add the patch evolution-data-server-6341837.diff
6323
a639855ca3db * evolution-data-server.spec: Remove upstream patch, 01-6340601.diff.
dc144907
parents: 6297
diff changeset
   235
* Thu Dec 01 2005 - [email protected]
a639855ca3db * evolution-data-server.spec: Remove upstream patch, 01-6340601.diff.
dc144907
parents: 6297
diff changeset
   236
- Remove upstream patch, patches/evolution-data-server-01-6340601.diff.
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6292
diff changeset
   237
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6292
diff changeset
   238
- Bump to 1.4.2.
6292
57143bca73c1 * evolution-data-server.spec, patches/evolution-data-server-01-6340601.diff:
hh150184
parents: 6147
diff changeset
   239
* Wed Nov 23 2005 - [email protected]
57143bca73c1 * evolution-data-server.spec, patches/evolution-data-server-01-6340601.diff:
hh150184
parents: 6147
diff changeset
   240
- Add patch evolution-data-server-01-6340601.diff.
6147
b6cc007467a3 * evolution-data-server.spec: Disable pilot-conduits on solaris,
hh150184
parents: 6085
diff changeset
   241
* Fri Oct 21 2005 - [email protected]
b6cc007467a3 * evolution-data-server.spec: Disable pilot-conduits on solaris,
hh150184
parents: 6085
diff changeset
   242
- Use firefox nss/nspr lib instead of mozilla's.
6085
fd5c443058ec * evolution-data-server.spec,evolution-exchange.spec,evolution.spec:
hh150184
parents: 6080
diff changeset
   243
* Wed Oct 12 2005 - [email protected]
fd5c443058ec * evolution-data-server.spec,evolution-exchange.spec,evolution.spec:
hh150184
parents: 6080
diff changeset
   244
- change --with-ldap to --with-sunldap.
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 6074
diff changeset
   245
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 6074
diff changeset
   246
- Bump to 1.4.1.1.
6074
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   247
* Mon Oct 10 2005 - [email protected]
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   248
- Bump to 1.4.1.
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   249
- Move obsolete patches:
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   250
  evolution-data-server-01-libgobject.diff,
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   251
  evolution-data-server-02-pretty_function.diff.
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   252
- Move upstreamed patches:
06d4a85b7d8a * evolution-data-server.spec: Bump to 1.4.1.
hh150184
parents: 5862
diff changeset
   253
  evolution-data-server-03-lock-helper.diff.
5862
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
   254
* Thu Sep 15 2005 - [email protected]
c2471fcf0bfb * ext-sources/evolution-data-server-ldap-ssl-patch.tar: Changed to
hh150184
parents: 5853
diff changeset
   255
- Add define krb5_option, disable Kerberos 5 on Solaris.
5772
7dcd6d9c7f08 * evolution-data-server.spec: Enable Kerberos 5 and fix CFLAGS problem.
hh150184
parents: 5763
diff changeset
   256
* Thu Sep 8 2005 - [email protected]
7dcd6d9c7f08 * evolution-data-server.spec: Enable Kerberos 5 and fix CFLAGS problem.
hh150184
parents: 5763
diff changeset
   257
- Add krb5_prefix define and enable Kerberos 5.
7dcd6d9c7f08 * evolution-data-server.spec: Enable Kerberos 5 and fix CFLAGS problem.
hh150184
parents: 5763
diff changeset
   258
- Fix CFLAGS problem.
5763
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   259
* Wed Sep 7 2005 - [email protected]
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   260
- Bump to 1.4.0.
5733
58b7699eff43 * evolution-data-server.spec: - Call configure instead of autogen.sh
dc144907
parents: 5729
diff changeset
   261
* Tue Sep 6 2005 - [email protected]
58b7699eff43 * evolution-data-server.spec: - Call configure instead of autogen.sh
dc144907
parents: 5729
diff changeset
   262
- Call configure instead of autogen.sh because autogen.sh not in 1.3.8 tarball.
58b7699eff43 * evolution-data-server.spec: - Call configure instead of autogen.sh
dc144907
parents: 5729
diff changeset
   263
  Remove some ver nums from %files because there is no consistency.
58b7699eff43 * evolution-data-server.spec: - Call configure instead of autogen.sh
dc144907
parents: 5729
diff changeset
   264
  Remove patch3 and reorder.
5763
fdf0f0dcdf4a * evolution-data-server.spec: Bump to 1.4.0.
hh150184
parents: 5733
diff changeset
   265
* Tue Sep  6 2005 - [email protected]
5729
2878ff74069e * evolution-data-server.spec: Move SUN LDAP patch and Source1 to SUNWgnutls.spec.
hh150184
parents: 5697
diff changeset
   266
- Move patch evolution-data-server-04-ldap-ssl.diff and Source1 
2878ff74069e * evolution-data-server.spec: Move SUN LDAP patch and Source1 to SUNWgnutls.spec.
hh150184
parents: 5697
diff changeset
   267
  evolution-data-server-ldap-ssl-patch.tar to SUNWgnutls.spec.
5697
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   268
* Fri Sep 2 2005 - [email protected]
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   269
- Add option --enable-nntp=yes to support news groups.
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   270
- Use SUN LDAP on solaris with %ldap_option.
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   271
- Add Source1 Patch4 to support SUN LDAP
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   272
- Use ./autogen.sh to replace libtoolize aclocal automake autoconf ./configure 
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   273
  steps, because we need build code that checked out from community HEAD.
119f249a430e Upgrade SUNWevolution-data-server related spec files.
hh150184
parents: 5653
diff changeset
   274
- Temporarily disable Kerberos for header files are not installed on Nevada.
5653
7f572120ce6b * evolution-data-server.spec: Redefine major_version to 1.2 so that %files
dc144907
parents: 5646
diff changeset
   275
* Tue Aug 30 2005 - [email protected]
7f572120ce6b * evolution-data-server.spec: Redefine major_version to 1.2 so that %files
dc144907
parents: 5646
diff changeset
   276
- Redefine major_version to 1.2 so that %files section can use while patch 03 
7f572120ce6b * evolution-data-server.spec: Redefine major_version to 1.2 so that %files
dc144907
parents: 5646
diff changeset
   277
  redefines it to 1.2.
5641
903e22fe56bd 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
   278
* Tue Aug 30 2005 - [email protected]
903e22fe56bd 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
   279
- Bump to 1.3.8
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   280
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   281
- Bump to 1.3.7.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   282
* Thu Jul 28 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   283
- Rename --with-openldap configure option to --with-ldap as a result of Jerry's
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   284
  patch from Jul 27. Also remove '%ifos' code around this option.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   285
* Wed Jul 27 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   286
- Add patch from Jerry Pu ([email protected]) to support LDAP on Solaris.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   287
* Thu Jul 14 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   288
- Add 5 patches to build on Solaris.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   289
* Wed Jun 15 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   290
- Bump to 1.2.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   291
* Tue May 10 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   292
- Bump to 1.2.2
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   293
* Tue Nov 23 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   294
- Bump to 1.0.2
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   295
* Thu Jun 17 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   296
- rpm4´ified
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   297
* Thu Jun 17 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   298
- Bump to 0.0.94.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   299
* Tue Jun 08 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   300
- Bump to 0.0.94
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   301
* Fri May 21 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   302
- Bump to 0.0.93
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   303
* Tue Apr 20 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   304
- Bump to 0.0.92
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   305
* Mon Apr 19 2004 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   306
- Initial spec file for evolution-data-server 0.0.91