source: projects/specs/trunk/e/evolution/evolution-vl.spec @ 6401

Revision 6401, 41.1 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1%define dbus_glib_version 0.88
2%define dbus_version 1.4.0
3%define eds_version 3.1.4
4%define gnome_doc_utils_version 0.8.0
5%define gnome_icon_theme_version 2.30.0
6%define gnome_pilot_version 2.0.13
7%define libxml2_version 2.7.6
8%define gtkhtml_version 4.0.0
9%define last_libgal2_version 2:2.5.3-2
10%define pilot_link_version 2:0.12.1
11%define scrollkeeper_version 0.1.4
12%define soup_version 2.32.0
13%define unique_version 2.90.4
14%define gstreamer_version 0.10.30
15%define gnome_desktop3_version 2.91.3
16%define libgdata_version 0.4.0
17
18%define evo_major 3.4
19
20%define ldap_support 1
21%define libnotify_support 1
22%define krb5_support 1
23
24%define nm_support 1
25%define use_mozilla_nss 1
26
27# Use stricter build settings than required by upstream.
28%define strict_build_settings 0
29
30%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
31
32### Abstract ###
33
34Name: evolution
35Version: 3.4.3
36Release: 1%{?_dist_release}
37License: GPLv2 and GFDL+
38BuildRoot: %{_tmppath}/%{name}-%{version}-root
39URL: http://www.gnome.org/projects/evolution/
40Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.4/%{name}-%{version}.tar.xz
41
42Summary: GNOME's next-generation groupware suite
43Summary(ja): GNOME 次世代グループウェアスイート
44Group: Applications/Productivity
45
46### Patches ###
47
48# bad hack
49Patch10: evolution-1.4.4-ldap-x86_64-hack.patch
50
51# Move .conduit files from share to lib (for the sake of multilib)
52# This patch effects other parts of evolution.spec and so is necessary
53# for a successful build.
54Patch13: evolution-2.5.4-fix-conduit-dir.patch
55
56# RH bug #176400
57Patch15: evolution-2.9.1-im-context-reset.patch
58
59### Dependencies ###
60
61Requires(post): GConf2
62Requires(post): scrollkeeper >= %{scrollkeeper_version}
63Requires(postun): scrollkeeper >= %{scrollkeeper_version}
64
65Requires: dbus >= %{dbus_version}
66Requires: evolution-data-server >= %{eds_version}
67Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
68Requires: gnutls
69Requires: gtk3 >= 3.0.0
70Requires: libsoup >= %{soup_version}
71
72%if %{libnotify_support}
73Requires: libnotify >= 0.4
74%endif
75
76Obsoletes: libgal2 <= %{last_libgal2_version}
77
78
79### Build Dependencies ###
80
81BuildRequires: GConf2-devel
82BuildRequires: atk-devel
83BuildRequires: dbus-devel >= %{dbus_version}
84BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
85BuildRequires: desktop-file-utils
86BuildRequires: evolution-data-server-devel >= %{eds_version}
87BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
88BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
89BuildRequires: gnome-vfs2-devel >= %{gnomevfs2_version}
90BuildRequires: gnutls-devel
91BuildRequires: gsettings-desktop-schemas-devel
92BuildRequires: gtkhtml4-devel >= %{gtkhtml_version}
93BuildRequires: libsoup-devel >= %{soup_version}
94BuildRequires: libtool >= 1.5
95BuildRequires: libxml2-devel >= %{libxml2_version}
96BuildRequires: unique3-devel >= %{unique_version}
97BuildRequires: libcanberra-gtk3-devel
98BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
99BuildRequires: gstreamer-devel >= %{gstreamer_version}
100BuildRequires: gtkimageview-devel
101BuildRequires: libSM-devel
102BuildRequires: libgdata-devel >= %{libgdata_version}
103BuildRequires: gnome-online-accounts-devel
104
105BuildRequires: bison
106BuildRequires: gettext
107BuildRequires: gtk-doc
108
109%if %{use_mozilla_nss}
110BuildRequires: nspr-devel
111BuildRequires: nss-devel
112%else
113BuildRequires: openssl-devel
114%endif
115
116%if %{ldap_support}
117BuildRequires: openldap-devel >= 2.0.11
118%endif
119
120%if %{krb5_support}
121BuildRequires: krb5-devel
122# tweak for krb5 1.2 vs 1.3
123%define krb5dir /usr/kerberos
124#define krb5dir `pwd`/krb5-fakeprefix
125%endif
126
127%if %{nm_support}
128BuildRequires: NetworkManager-glib-devel
129%endif
130
131%if %{libnotify_support}
132BuildRequires: libnotify-devel
133%endif
134
135Vendor: Project Vine
136Distribution: Vine Linux
137
138
139%description
140Evolution is the GNOME mailer, calendar, contact manager and
141communications tool.  The tools which make up Evolution will
142be tightly integrated with one another and act as a seamless
143personal information-management tool.
144
145%description -l ja
146Evolution はメーラ,カレンダー,アドレス帳, TO DO リスト,メモ帳
147を含むツールです.Evolution を構成する各ツールはしっかりと統合され
148ており、シームレスに個人情報管理ツールとして機能します.
149
150%package devel
151Summary: Development files for building against evolution
152Summary(ja): Evolution の開発用ファイル
153Group: Development/Libraries
154Requires: %{name} = %{version}
155Requires: gtkhtml4-devel >= %{gtkhtml_version}
156Requires: libsoup-devel >= %{soup_version}
157
158%description devel
159Development files needed for building things which link against evolution.
160
161%description devel -l ja
162evolution をリンクするプログラムをビルドするために必要な開発用ファイルです.
163
164%package help
165Summary: Help files for %{name}
166Summary(ja): %{name} 用ヘルプファイル
167Group: Applications/Documentation
168Requires: %{name} = %{version}-%{release}
169
170%description help
171This package contains user documentation for %{name}.
172
173%description help -l ja
174%{name} のユーザ用ドキュメントです. 
175
176%package bogofilter
177Summary: Bogofilter plugin for Evolution
178Summary(ja): Evolution 用 Bogofilter プラグイン
179Group: Applications/Productivity
180Requires: %{name} = %{version}-%{release}
181Requires: bogofilter
182Requires(post): GConf2
183
184%description bogofilter
185This package contains the plugin to filter junk mail using Bogofilter.
186
187%description bogofilter -l ja
188Bogofilter を使って迷惑メールをフィルタリングするためのプラグインです.
189
190%package spamassassin
191Summary: SpamAssassin plugin for Evolution
192Summary(ja): Evolution 用 SpamAssassin プラグイン
193Group: Applications/Productivity
194Requires: %{name} = %{version}-%{release}
195Requires: spamassassin
196
197%description spamassassin
198This package contains the plugin to filter junk mail using SpamAssassin.
199
200%description spamassassin -l ja
201SpamAssassin を使って迷惑メールをフィルタリングするためのプラグインです.
202
203%prep
204%setup -q
205## %patch10 -p1 -b .ldaphack
206#patch12 -p1 -b .fix-conduits  # leave commented
207##%patch13 -p1 -b .fix-conduit-dir
208%patch15 -p1 -b .im-context-reset
209
210mkdir -p krb5-fakeprefix/include
211mkdir -p krb5-fakeprefix/lib
212mkdir -p krb5-fakeprefix/%{_lib}
213
214# Remove the welcome email from Novell
215for inbox in mail/default/*/Inbox; do
216  echo -n "" > $inbox
217done
218
219%build
220# define all of our flags, this is kind of ugly :(
221%if %{ldap_support}
222%define ldap_flags --with-openldap=yes
223%else
224%define ldap_flags --without-openldap
225%endif
226
227%if %{krb5_support}
228%define krb5_flags --with-krb5=%{krb5dir}
229%else
230%define krb5_flags --without-krb5
231%endif
232
233%if %{use_mozilla_nss}
234%define ssl_flags --enable-nss=yes --enable-smime=yes
235%else
236%define ssl_flags --enable-openssl=yes
237%endif
238
239%if %{use_mozilla_nss}
240if ! pkg-config --exists nss; then
241  echo "Unable to find suitable version of mozilla nss to use!"
242  exit 1
243fi
244%endif
245
246CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
247CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-compare"; export CFLAGS
248%if ! %{use_mozilla_nss}
249if pkg-config openssl ; then
250        CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
251        LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
252fi
253%endif
254
255# Add stricter build settings here as the source code gets cleaned up.
256# We want to make sure things like compiler warnings and avoiding deprecated
257# functions in the GNOME/GTK+ libraries stay fixed.
258#
259# Please file a bug report at bugzilla.gnome.org if these settings break
260# compilation, and encourage the upstream developers to use them.
261
262%if %{strict_build_settings}
263CFLAGS="$CFLAGS \
264        -DG_DISABLE_DEPRECATED=1 \
265        -DPANGO_DISABLE_DEPRECATED=1 \
266        -DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
267        -DGDK_DISABLE_DEPRECATED=1 \
268        -DEDS_DISABLE_DEPRECATED=1 \
269        -Wdeclaration-after-statement \
270        -Werror-implicit-function-declaration"
271# TODO: Make -DCAMEL_DISABLE_DEPRECATED work.
272
273%else
274CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
275CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-compare"; export CFLAGS
276%endif
277
278# build with gtk2-2.24.x
279sed -i -e "s:-DGTK_DISABLE_DEPRECATED::" configure
280
281%configure \
282  --enable-gtk-doc \
283  --with-sub-version=" (%{version}-%{release})" \
284  --with-kde-applnk-path=no \
285  %ldap_flags %krb5_flags %ssl_flags \
286  --disable-pst-import \
287  --disable-image-inline \
288  --enable-plugins=all
289export tagname=CC
290make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DEPRECATED -fno-strict-aliasing"
291#  --enable-file-locking=fcntl --enable-dot-locking=no \
292#  --enable-file-chooser=yes \
293
294%install
295rm -rf $RPM_BUILD_ROOT
296export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
297export tagname=CC
298make LIBTOOL=%{_bindir}/libtool DESTDIR=$RPM_BUILD_ROOT install
299unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
300
301# remove libtool archives for importers and the like
302find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.la' -exec rm {} \;
303
304# remove statically built libraries:
305find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
306
307# scrollkeeper gets handled in %post
308rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
309
310rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.keys
311rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.mime
312
313# evolution link
314#ln -sf ./evolution-%{evo_major} $RPM_BUILD_ROOT/%{_bindir}/evolution
315
316%find_lang %name-%{evo_major} --all-name --with-gnome
317
318grep "%{_datadir}/locale" evolution-%{evo_major}.lang > translations.lang
319grep -v "%{_datadir}/locale" evolution-%{evo_major}.lang > help.lang
320
321%post
322/sbin/ldconfig
323scrollkeeper-update -q
324touch --no-create %{_datadir}/icons/hicolor || :
325%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
326export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
327SCHEMAS="apps-evolution-mail-notification.schemas \
328         apps-evolution-mail-prompts-checkdefault.schemas \
329         apps_evolution_addressbook.schemas \
330         apps-evolution-attachment-reminder.schemas \
331         apps_evolution_calendar.schemas \
332         apps_evolution_shell.schemas \
333         evolution-mail.schemas \
334         apps-evolution-template-placeholders.schemas \
335         apps_evolution_email_custom_header.schemas \
336         apps_evolution_eplugin_face.schemas"
337for S in $SCHEMAS; do
338  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
339done
340
341%post bogofilter
342export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
343gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/evolution-bogofilter.schemas > /dev/null
344
345%post spamassassin
346export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
347gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/evolution-spamassassin.schemas > /dev/null
348
349%preun
350if [ "$1" -eq 0 ] ; then
351        export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
352        SCHEMAS="apps-evolution-mail-notification.schemas \
353                 apps-evolution-mail-prompts-checkdefault.schemas \
354                 apps_evolution_addressbook.schemas \
355                 apps-evolution-attachment-reminder.schemas \
356                 apps_evolution_calendar.schemas \
357                 apps_evolution_shell.schemas \
358                 evolution-mail.schemas \
359                 apps-evolution-template-placeholders.schemas \
360                 apps_evolution_email_custom_header.schemas \
361                 apps_evolution_eplugin_face.schemas"
362        for S in $SCHEMAS; do
363          gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$S > /dev/null
364        done
365fi
366
367%preun bogofilter
368if [ "$1" -eq 0 ] ; then
369        export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
370        gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/evolution-bogofilter.schemas > /dev/null || :
371fi
372
373%preun spamassassin
374if [ "$1" -eq 0 ] ; then
375        export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
376        gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/evolution-spamassassin.schemas > /dev/null || :
377fi
378
379
380%postun
381/sbin/ldconfig
382scrollkeeper-update -q
383touch --no-create %{_datadir}/icons/hicolor || :
384%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
385if [ $1 -eq 0 ]; then
386  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
387fi
388
389%posttrans
390glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
391
392%postun bogofilter
393if [ $1 -eq 0 ]; then
394  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
395fi
396
397%posttrans bogofilter
398glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
399
400%postun spamassassin
401if [ $1 -eq 0 ]; then
402  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
403fi
404
405%posttrans spamassassin
406glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
407
408
409
410
411%clean
412rm -rf $RPM_BUILD_ROOT
413
414%files -f translations.lang
415%defattr(-, root, root)
416%doc AUTHORS COPYING ChangeLog NEWS README
417
418# schemas:
419%{_sysconfdir}/gconf/schemas/apps-evolution-attachment-reminder.schemas
420%{_sysconfdir}/gconf/schemas/apps-evolution-mail-notification.schemas
421%{_sysconfdir}/gconf/schemas/apps-evolution-mail-prompts-checkdefault.schemas
422%{_sysconfdir}/gconf/schemas/apps_evolution_addressbook.schemas
423%{_sysconfdir}/gconf/schemas/apps_evolution_calendar.schemas
424%{_sysconfdir}/gconf/schemas/apps_evolution_shell.schemas
425%{_sysconfdir}/gconf/schemas/apps-evolution-template-placeholders.schemas
426%{_sysconfdir}/gconf/schemas/apps_evolution_email_custom_header.schemas
427%{_sysconfdir}/gconf/schemas/apps_evolution_eplugin_face.schemas
428%{_sysconfdir}/gconf/schemas/evolution-mail.schemas
429%{_datadir}/GConf/gsettings/evolution.convert
430%{_datadir}/glib-2.0/schemas/org.gnome.evolution.addressbook.gschema.xml
431%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
432%{_datadir}/glib-2.0/schemas/org.gnome.evolution.gschema.xml
433%{_datadir}/glib-2.0/schemas/org.gnome.evolution.importer.gschema.xml
434%{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml
435%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.attachment-reminder.gschema.xml
436%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.autocontacts.gschema.xml
437%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.email-custom-header.gschema.xml
438%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.external-editor.gschema.xml
439%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.face-picture.gschema.xml
440%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.itip.gschema.xml
441%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
442%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
443%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.templates.gschema.xml
444%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml
445
446# The main executable
447%{_bindir}/evolution
448
449%{_bindir}/evolution-settings
450
451# Desktop files:
452%{_datadir}/applications/evolution.desktop
453%{_datadir}/applications/evolution-settings.desktop
454%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
455
456# Icons:
457%{_datadir}/icons/hicolor/16x16/apps/*
458%{_datadir}/icons/hicolor/22x22/apps/*
459%{_datadir}/icons/hicolor/24x24/apps/*
460%{_datadir}/icons/hicolor/32x32/apps/*
461%{_datadir}/icons/hicolor/48x48/apps/*
462%{_datadir}/icons/hicolor/256x256/apps/*
463#%{_datadir}/icons/hicolor/scalable/apps/*
464
465# The main data directory
466# (have not attempted to split this up into an explicit list)
467%dir %{_datadir}/evolution
468%{_datadir}/evolution/%{evo_major}
469
470# Modules:
471%dir %{_libdir}/evolution
472%dir %{_libdir}/evolution/%{evo_major}
473%{_libdir}/evolution/%{evo_major}/modules/*
474%exclude %{_libdir}/evolution/%{evo_major}/modules/libevolution-module-bogofilter.so
475%exclude %{_libdir}/evolution/%{evo_major}/modules/libevolution-module-spamassassin.so
476
477# Various libexec programs:
478%dir %{_libexecdir}/evolution
479%dir %{_libexecdir}/evolution/%{evo_major}
480%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-export
481%{_libexecdir}/evolution/%{evo_major}/evolution-backup
482%{_libexecdir}/evolution/%{evo_major}/killev
483%{_libexecdir}/evolution/%{evo_major}/csv2vcard
484%{_libexecdir}/evolution/%{evo_major}/evolution-alarm-notify
485
486# The plugin directory:
487%dir %{evo_plugin_dir}
488
489# The various plugins follow; they are all part of the main package:
490# (note that there are various resources such as ui and pixmap files that
491# are built as part of specific plugins but which are currently packaged using
492# globs above; the purpose of the separation below is to be more explicit about
493# which plugins we ship)
494%{evo_plugin_dir}/org-gnome-addressbook-file.eplug
495%{evo_plugin_dir}/liborg-gnome-addressbook-file.so
496
497%{evo_plugin_dir}/org-gnome-evolution-attachment-reminder.eplug
498%{evo_plugin_dir}/liborg-gnome-evolution-attachment-reminder.so
499
500%{evo_plugin_dir}/org-gnome-audio-inline.eplug
501%{evo_plugin_dir}/liborg-gnome-audio-inline.so
502
503%{evo_plugin_dir}/org-gnome-backup-restore.eplug
504%{evo_plugin_dir}/liborg-gnome-backup-restore.so
505
506%{evo_plugin_dir}/org-gnome-evolution-caldav.eplug
507%{evo_plugin_dir}/liborg-gnome-evolution-caldav.so
508
509%{evo_plugin_dir}/org-gnome-calendar-file.eplug
510%{evo_plugin_dir}/liborg-gnome-calendar-file.so
511
512%{evo_plugin_dir}/org-gnome-calendar-http.eplug
513%{evo_plugin_dir}/liborg-gnome-calendar-http.so
514
515%{evo_plugin_dir}/org-gnome-calendar-weather.eplug
516%{evo_plugin_dir}/liborg-gnome-calendar-weather.so
517
518##%{evo_plugin_dir}/org-gnome-default-mailer.eplug
519##%{evo_plugin_dir}/liborg-gnome-default-mailer.so
520
521%{evo_plugin_dir}/org-gnome-default-source.eplug
522%{evo_plugin_dir}/liborg-gnome-default-source.so
523
524%{evo_plugin_dir}/org-gnome-email-custom-header.eplug
525%{evo_plugin_dir}/liborg-gnome-email-custom-header.so
526
527%{evo_plugin_dir}/org-gnome-evolution-bbdb.eplug
528%{evo_plugin_dir}/liborg-gnome-evolution-bbdb.so
529
530%{evo_plugin_dir}/org-gnome-evolution-google.eplug
531%{evo_plugin_dir}/liborg-gnome-evolution-google.so
532
533##%{evo_plugin_dir}/org-gnome-evolution-startup-wizard.eplug
534##%{evo_plugin_dir}/liborg-gnome-evolution-startup-wizard.so
535
536#%{evo_plugin_dir}/org-gnome-groupwise-features.eplug
537#%{evo_plugin_dir}/liborg-gnome-groupwise-features.so
538#%{evo_plugin_dir}/org-gnome-compose-send-options.xml
539
540#%{evo_plugin_dir}/org-gnome-image-inline.eplug
541#%{evo_plugin_dir}/liborg-gnome-image-inline.so
542
543%{evo_plugin_dir}/org-gnome-imap-features.eplug
544%{evo_plugin_dir}/liborg-gnome-imap-features.so
545
546%{evo_plugin_dir}/org-gnome-itip-formatter.eplug
547%{evo_plugin_dir}/liborg-gnome-itip-formatter.so
548
549%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
550%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
551
552%{evo_plugin_dir}/org-gnome-mail-notification.eplug
553%{evo_plugin_dir}/liborg-gnome-mail-notification.so
554
555%{evo_plugin_dir}/org-gnome-mail-to-task.eplug
556%{evo_plugin_dir}/liborg-gnome-mail-to-task.so
557
558%{evo_plugin_dir}/org-gnome-mark-all-read.eplug
559%{evo_plugin_dir}/liborg-gnome-mark-all-read.so
560
561#%{evo_plugin_dir}/org-gnome-plugin-manager.eplug
562#%{evo_plugin_dir}/liborg-gnome-plugin-manager.so
563
564%{evo_plugin_dir}/org-gnome-prefer-plain.eplug
565%{evo_plugin_dir}/liborg-gnome-prefer-plain.so
566
567%{evo_plugin_dir}/org-gnome-publish-calendar.eplug
568%{evo_plugin_dir}/liborg-gnome-publish-calendar.so
569
570%{evo_plugin_dir}/org-gnome-save-calendar.eplug
571%{evo_plugin_dir}/liborg-gnome-save-calendar.so
572
573#%{evo_plugin_dir}/org-gnome-subject-thread.eplug
574#%{evo_plugin_dir}/liborg-gnome-subject-thread.so
575
576%{evo_plugin_dir}/org-gnome-templates.eplug
577%{evo_plugin_dir}/liborg-gnome-templates.so
578
579%{evo_plugin_dir}/org-gnome-vcard-inline.eplug
580%{evo_plugin_dir}/liborg-gnome-vcard-inline.so
581
582%{evo_plugin_dir}/org-gnome-evolution-webdav.eplug
583%{evo_plugin_dir}/liborg-gnome-evolution-webdav.so
584
585%{evo_plugin_dir}/org-gnome-dbx-import.eplug
586%{evo_plugin_dir}/liborg-gnome-dbx-import.so
587
588%{evo_plugin_dir}/org-gnome-face.eplug
589%{evo_plugin_dir}/liborg-gnome-face.so
590
591%files devel
592%defattr(-, root, root)
593%{_includedir}/evolution-%{evo_major}
594%{_libdir}/pkgconfig/*.pc
595%{_libdir}/evolution/%{evo_major}/*.so
596%{_datadir}/gtk-doc/html/eshell
597
598%files help -f help.lang
599%defattr(-, root, root)
600#%dir %{_datadir}/omf/evolution
601
602%files bogofilter
603%defattr(-, root, root)
604%{_libdir}/evolution/%{evo_major}/modules/libevolution-module-bogofilter.so
605%{_sysconfdir}/gconf/schemas/evolution-bogofilter.schemas
606%{_datadir}/glib-2.0/schemas/org.gnome.evolution.bogofilter.gschema.xml
607
608%files spamassassin
609%defattr(-, root, root)
610%{_libdir}/evolution/%{evo_major}/modules/libevolution-module-spamassassin.so
611%{_sysconfdir}/gconf/schemas/evolution-spamassassin.schemas
612%{_datadir}/glib-2.0/schemas/org.gnome.evolution.spamassassin.gschema.xml
613
614%changelog
615* Fri Jun 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
616- new upstream release
617- add BuildRequires: gsettings-desktop-schemas-devel
618
619* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
620- new upstream release
621
622* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
623- new upstream release
624
625* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
626- new upstream release
627
628* Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
629- new upstream release
630
631* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
632- new upstream release
633
634* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
635- new upstream release
636
637* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
638- new upstream release
639
640* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90.1-1
641- new upstream release
642
643* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
644- new upstream release
645- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
646- change BuildRequires: unique3-devel instead of unique-devel
647- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
648- change BuildRequires: gtkhtml4-devel instead of gtkhtml3-devel
649- add BuildRequires: gnome-online-accounts-devel
650- add configure option: --disable-image-inline
651
652* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
653- new upstream release
654
655* Tue Feb 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
656- new upstream release
657
658* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
659- new upstream release
660
661* Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
662- new upstream release
663- add BuildRequires: libgdata-devel
664- drop Patch13
665- fix %files (fix plugin list)
666
667* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
668- rebuild with rpm-4.8.1 for pkg-config file
669
670* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
671- new upstream release
672- fix %files (move evolution-alarm-notify from %{_bindir} to %{_libexecdir}/%{name}/%{evo_major})
673
674* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1.2-1
675- new upstream release
676- drop Patch10
677
678* Sun Apr 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0.1-1
679- new upstream release
680- add BuildRequires: unique-devel, gstreamer-devel, gtkimageview-devel, libSM-devel, gnome-desktop-devel, rarian-compat
681- remove BuildRequires: byacc, flex, libbonobo-devel, libbonoboui-devel
682- remove Requires: libbonoboui
683- add configure option (--disable-pst-import)
684- remove unrecognized configure options (--enable-ipv6, --enable-nntp, --enable-exchange)
685- change strict_build_settings (from 1 to 0)
686
687* Sun Nov 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
688- new upstream release
689
690* Sat Aug 01 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.3-2
691- added Japanese description
692
693* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
694- new upstream release
695
696* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
697- new upstream release
698
699* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1.1-1
700- new upstream release
701
702* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.26.0-2
703- rebuilt with openldap-2.4.11
704
705* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
706- new upstream release
707
708* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.5-1
709- new upstream release
710
711* Sat Jan 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
712- new upstream release
713- enabled krb5 support
714
715* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
716- new upstream release
717
718* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
719- new upstream release
720
721* Sun Jun  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
722- new upstream release
723- built with evolution-data-server 2.22.2
724- removed Requires: libgnomeprint[ui], BuildRequires: libgnomeprint[ui]-devel
725
726* Wed May  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1
727- new upstream release
728- rebuilt with evolution-data-server 2.22.1.1
729
730* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
731- new upstream release
732
733* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
734- new upstream release based on Fedora package
735  * Tue Mar 25 2008 Dan Williams <dcbw@redhat.com> - 2.22.0-4.fc9
736  - Add patch for GNOME bug #524310
737  * Fri Mar 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
738  - Explicit require evolution-data-server since its shared object names
739    still can't be trusted (RH bug #426511).
740  * Mon Dec 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.21.3-4.fc9
741  - Split junk filtering plugins into evolution-bogofilter and
742    evolution-spamassassin subpackages, each of which requires the
743    necessary backend packages.  (RH bug #377381)
744  * Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
745  - Add patch for RH bug #176400 (reset calendar IM context).
746
747
748* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-4vl1
749- new upstream release based on Fedora package
750  * Sat Apr 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-4.fc7
751  - Add patch for RH bug #234315 (fix saving attachments).
752  * Fri Apr 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-3.fc7
753  - Add patch for RH bug #235878 (make Help->Contents work again).
754  * Tue Apr 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-2.fc7
755  - Revise patch for GNOME bug #362638 to fix RH bug #235096
756    (crash when displaying a mail server message to user).
757  * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-1.fc7
758  - Update to 2.10.1
759  - Fix buggy gnome-doc-utils.make (GNOME bug #427939).
760  - Remove patch for CVE-2007-1002 (fixed upstream).
761  - Add libxml-2.0 requirement to evolution-plugin-2.10.pc.
762  * Tue Apr 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-8.fc7
763  - Revise patch for GNOME bug #419524 to fix RH bug #235082
764    (crash in initial account setup wizard).
765  * Fri Mar 30 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-6.fc7
766  - Revise patch for GNOME bug #362638 (deprecate EThread).
767  * Thu Mar 29 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-5.fc7
768  - CVE-2007-1002 (Shared memo categories format string vulnerability)
769  - Add -Wdeclaration-after-statement to strict build settings.
770  * Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
771  - Add flag to disable deprecated Camel symbols.
772  - Add patch for GNOME bug #419469 (refactor shell/main.c).
773  - Add patch for GNOME bug #419524 (use GLib's i18n macros).
774  - Add patch for GNOME bug #418971 (drop support for GLib < 2.8).
775  * Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-2.fc7
776  - Add patch for GNOME bug #417999 (use ESourceComboBox).
777  * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-1.fc7
778  - Update to 2.10.0.
779  - Add patch for GNOME bug #376991 (refactor password handling).
780
781* Mon Dec  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl2
782- fixed duplicated .desktop files
783
784* Mon Nov 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2.1-0vl1
785- new upstream release
786- updated eds_version to 1.8.2
787
788* Mon Nov 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1.1-0vl1
789- new upstream release
790- dropped Patch23, 26, 27, 29, 30, 31, 33 and 34 (merged into upstream)
791
792* Sat Oct  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-7vl1
793- new upstream release
794- updated SOURCE1
795- built with openssl instead of mozilla-nss and mozilla-nspr
796
797* Tue Aug 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl2
798- rebuilt with openldap-2.3.24-0vl4
799
800* Tue May 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2.1-0vl1
801- updated to 2.4.2.1
802- added evolution-2.4.desktop
803
804* Fri May  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl2
805- rebuilt with dbus 0.61
806
807* Wed Nov  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-7vl1
808- new upstream release
809- added/updated some Patches from Fedora
810  * Wed Oct 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-7
811  - Added a patch (110) to hide the component switcher buttons by default
812    on new windows (#170799) by patching the GConf schema.
813
814* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-2vl1
815- new upstream release
816- added/removed some Patches based on Fedora
817  * Fri Aug 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.8-3
818  - Added patch for #157074 (patch 804)
819  * Tue Aug  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.6.1-4
820  - Added patch to show correct mimetype for OpenOffice.org files when
821    guessing type for attachments with mimetype "application/octet-stream"
822    (#164957)
823  * Thu Jul 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-2
824  - added experimental patch to port ETable printing to use Pango (#150458)
825  * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 2.3.5.1-1
826  - Updated evo-calendar-print-with-pango- patch from version 4 to 5
827  - Removed Patch105: evolution-2.2.2-fix-new-mail-notify.patch as
828    configure.in in this branch tests for existance for dbus-glib-1,
829    rather than max-version.
830  - Updated evolution-2.2.2-no-gnome-common.patch to include a patch to rename
831    mozilla-nspr to nspr
832  * Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5
833  - Replaced patch to port conduits to pilot-link-0.12 with Mark G Adams's
834    version of same (#161817)
835  * Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
836  - Added Akira Tagoh's patch for calendar keypress handling (#154360)
837- not include *.a files
838- removed dependency libgal2/libgal2-devel
839
840* Thu May 04 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-0vl2
841- rebuilt with mozilla-1.7.7
842
843* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
844- new upstream release
845
846* Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.1-0vl1
847- new upstream release
848- merged with FC package.
849- split evolution-devel sub package
850
851* Sat Mar 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.6-0vl1
852- new upstream release
853- remove obsolete patches
854
855* Tue Feb 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl3
856- rebuild with new environment
857- import patch8 from fedora
858
859* Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl2
860- import patch0-7,100,101,200,500 from fedora.
861
862* Wed Sep 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.5-0vl1
863- new upstream release
864- add Vine Linux errata rdf in preferences.
865
866* Sun Aug 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.4-0vl2
867- enable ldap support
868
869* Fri Aug 29 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4-0vl1
870- new upstream release
871
872* Fri Jul 11 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-0vl1
873- new upstream release
874
875* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl2
876- rebuilt
877
878* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
879- new upstream release
880
881* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.92-0vl1
882- build for Vine Linux based on 1.3.92-1
883- disable ldap, krb5, pilot, nntp
884
885* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.3.92-1
886- 1.3.92
887
888* Wed May  7 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-2
889- fix default for /schemas/apps/evolution/mail/display/mime_types
890
891* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.3.3-1
892- 1.3.3
893
894* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-2
895- enable pilot support
896- add redhatify patch back
897
898* Tue Apr 22 2003 Jeremy Katz <katzj@redhat.com>
899- add a /usr/bin/evolution symlink
900
901* Mon Apr 21 2003 Jeremy Katz <katzj@redhat.com>
902- fix gnome-spell version requirement
903
904* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.3.2-1
905- add trivial fix for evolution-mail schema key (ximian #41419)
906
907* Tue Apr 15 2003 Jeremy Katz <katzj@redhat.com>
908- update to 1.3
909- don't build with pilot support for now
910- don't redhat-ify the summary prefs for now
911
912* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-2
913- fix krb5 libdir for lib64 systems
914
915* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.2.4-1
916- update to 1.2.4
917
918* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-7
919- oops, fix a tyop
920
921* Thu Apr  3 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-6
922- add a few cleanups for 64bit cleanliness (#86347)
923
924* Sun Mar 30 2003 Jeremy Katz <katzj@redhat.com>
925- add some buildrequires (#87612)
926
927* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.2.3-1
928- update to 1.2.3
929
930* Wed Mar 19 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-5
931- security patches from upstream
932  - sanity check UUEncoding header before decoding (CAN-2003-0128)
933  - don't decode doubly UUEncoded content (CAN-2003-0129)
934  - don't use a bonobo component to display things without registered
935    handlers (CAN-2003-0130)
936
937* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.2.2-4
938- debuginfo rebuild
939
940* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-3
941- memleak patch had some bits that weren't supposed to be there.  update
942  to newer from upstream.
943- fix directory checking in proxy patch
944
945* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-2
946- add missing build dep (#84388)
947- add patch from upstream for evolution-mail memleak
948- add patch from upstream to use the gnome2 proxy settings by default
949
950* Fri Feb  7 2003 Jeremy Katz <katzj@redhat.com> 1.2.2-1
951- 1.2.2
952- build on x86_64
953
954* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
955- rebuilt
956
957* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-4
958- rebuild
959
960* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
961- if building with OpenSSL, attempt to get cflags and ldflags from pkgconfig
962
963* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 1.2.1-3
964- we don't want to use native POSIX threads for mutexes in db3, override them
965
966* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 1.2.1-2
967- rebuild
968
969* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.2.1-1
970- update to 1.2.1
971
972* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-6
973- require a newer soup, the old one Has Bugs (tm)
974- excludearch x86_64; getting a R_X86_64_32S relocation in libical
975  although everything appears to be built with -fPIC correctly
976
977* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-5
978- patch for multilib krb5
979
980* Mon Dec  2 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-4
981- add upstream patch to handle LDAPv3 better
982- add upstream patch to fix shell memory leaks
983- add upstream patch to fix ldap scope selection
984- build with openssl instead of mozilla-nss since it's available on
985  more platforms
986- build on all arches
987
988* Fri Nov 22 2002 Jeremy Katz <katzj@redhat.com>
989- require bonobo-conf, not -devel (#78398)
990
991* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.2.0-3
992- disable pilot support for mainframe
993
994* Mon Nov 18 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-2
995- macro-ify the mozilla version to make it easier to build against
996  newer mozillas with headers in new locations
997- buildrequire pilot-link-devel (#78077)
998- drop uneeded ldapv3 patch (toshok says 1.2 already handles this)
999- drop unneeded patch for ordering of the libdb checks
1000- add fejj's patch to always subscribe to the inbox from evolution-patches
1001
1002* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.2.0-1
1003- 1.2.0
1004
1005* Sat Nov  2 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-2
1006- reenable pilot support
1007- redhatify
1008
1009* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com> 1.1.90-1
1010- update to 1.1.90
1011
1012* Thu Oct 31 2002 Jeremy Katz <katzj@redhat.com>
1013- include mozilla epochs in requires (#74577)
1014- add build requires on newer oaf (#76801)
1015
1016* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.2-1
1017- update to 1.1.2
1018- remove unpackaged files from the buildrooot
1019- disable pilot support for now
1020
1021* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-10
1022- add freetype-devel to build requires (#73319)
1023
1024* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
1025- Fix a problem where evolution-mail right click items corrupted the stack
1026  (#67992)
1027
1028* Thu Aug 29 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-9
1029- don't install two desktop files (#72871)
1030
1031* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 1.0.8-8
1032- absolute symlink .desktop file (#72913)
1033
1034* Thu Aug 22 2002 han Ngo <than@redhat.com> 1.0.8-7
1035- rebuild against new pilot-link
1036
1037* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1038- bzip2 source
1039
1040* Tue Aug  6 2002 Than Ngo <than@redhat.com> 1.0.8-5
1041- rebuild against new pilot-link-0.11.2
1042
1043* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-4
1044- rebuild against new gnome-pilot
1045
1046* Tue Jul  9 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-3
1047- remove static and libtool archives for importers and camel-providers (#68222)
1048- do desktop-file-install magic
1049- remove dead sites from summary list (#64522)
1050- support openldap protocol version 3 based off of Nalin's autofs changes
1051
1052* Mon Jul  8 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-2
1053- fix openldap-devel buildrequire
1054
1055* Mon Jul  1 2002 Jeremy Katz <katzj@redhat.com> 1.0.8-1
1056- 1.0.8
1057
1058* Thu Jun 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-2
1059- include patch to omf files from otaylor@redhat.com to fix
1060  scrollkeeper validation errors
1061
1062* Sun Jun 23 2002 Jeremy Katz <katzj@redhat.com> 1.0.7-1
1063- update to 1.0.7
1064- excludearch alpha while mozilla isn't being built there
1065
1066* Sun May 26 2002 Tim Powers <timp@redhat.com> 1.0.5-2
1067- automated rebuild
1068
1069* Mon May 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.5-1
1070- update to 1.0.5
1071
1072* Fri May  3 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-6
1073- add patch to fix spool unread counts (#64198)
1074- build with the fix for the crasher mail sent to
1075  evolution-list (ximian #24140)
1076
1077* Mon Apr 15 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-4
1078- include fejj(at)ximian.com's patch to fix the EINPROGRESS error with ssl
1079  since it's been committed to the branch and fixes the problem for me
1080- include patch from tagoh(at)redhat.com to change the default charset
1081  for Japanese to ISO-2022-JP (#63214)
1082
1083* Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-3
1084- minor tweaks to the redhatify patch
1085- make accepting appointments sent to mailing lists work
1086- use the RFC specified LDAP attribs for freebusy and calendarURI
1087  in addressbook
1088- fix a crash in the startup wizard
1089
1090* Sun Mar 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-2
1091- move desktop file to /etc/X11/applnk (#62399)
1092
1093* Sun Mar 24 2002 Jeremy Katz <katzj@redhat.com> 1.0.3-1
1094- update to evolution 1.0.3
1095- change summary view to show a recent errata list by default
1096
1097* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
1098- put correct path to nspr includes on configure command line
1099
1100* Mon Mar 11 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-3
1101- mozilla 0.9.9 has nspr and nss subpackages, hooray!  rip out the static
1102  libnss linkage and just link against what is provided dynamically
1103- kill the -devel subpackage since it's of questionable use
1104- explicitly require mozilla-nss and mozilla-nspr packages to make it easier
1105  to resolve the requirements
1106
1107* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-2
1108- rebuild in new environment
1109- temporarily exclude on ia64 again
1110
1111* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com> 1.0.2-1
1112- update to 1.0.2
1113
1114* Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-4
1115- build on ia64 now that mozilla exists for ia64
1116
1117* Sun Jan 27 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-3
1118- rebuild in new environment
1119- add pilot support
1120
1121* Sun Jan 13 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-2
1122- rebuild without mozilla-psm in the buildroot so libnss is linked
1123  statically as intended
1124
1125* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com> 1.0.1-1
1126- update to 1.0.1
1127- patch for autoconf 2.52 accepted upstream
1128- include man page
1129- use --with-sub-version=" (%%{version}-%%{release})"
1130
1131* Tue Dec 18 2001 Jeremy Katz <katzj@redhat.com> 1.0-2
1132- really disable news
1133- add patch from Jens Petersen <juhp@redhat.com> to hopefully get
1134  builds working with autoconf 2.52
1135- conditionalize static libnss stuff so that it can go away when we
1136  have a mozilla with shared libnss
1137
1138* Thu Dec  6 2001 Jeremy Katz <katzj@redhat.com> 1.0-1.7.2
1139- add patches off of branch for:
1140  * do not show up as Preview Release in version string
1141  * have next/previous work with multiple selected messages
1142- build without pilot support
1143
1144* Mon Dec  3 2001 Jeremy Katz <katzj@redhat.com> 1.0-1
1145- and bump to 1.0
1146
1147* Sun Dec  2 2001 Jeremy Katz <katzj@redhat.com>
1148- let's build with an included copy of libnss now since OpenSSL is support
1149  is disabled on the 1.0 branch
1150- build with --enable-dot-locking=no
1151- excludearch ia64 again now that we need libnspr
1152
1153* Mon Nov 26 2001 Jeremy Katz <katzj@redhat.com>
1154- build with gnome-pilot and krb5 support
1155- conditionalize ldap, pilot and krb5 support
1156- clean up buildrequires some
1157
1158* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
1159- we can build on ia64 since we're using openssl instead of nspr
1160- disable non-functional nntp support
1161- 0.99.2 (rc2)
1162
1163* Fri Nov  9 2001 Jeremy Katz <katzj@redhat.com>
1164- add explicit requires on current bonobo, oaf, and GConf to help people
1165  help themselves
1166- s/Copyright/License/
1167
1168* Thu Nov  8 2001 Jeremy Katz <katzj@redhat.com>
1169- add a patch to revert changes to camel-tcp-stream-openssl; appears to
1170  fix the SSL hangs
1171
1172* Wed Nov  7 2001 Jeremy Katz <katzj@redhat.com>
1173- fix filelist to include libical zoneinfo
1174- add devel subpackage with includes and static libs
1175
1176* Mon Nov  5 2001 Jeremy Katz <katzj@redhat.com>
1177- updated to 0.99.0 aka 1.0 RC1
1178
1179* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
1180- 0.16 snagged from Ximian GNOME
1181
1182* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
1183- initial build based on David Sainty's specfile
1184
1185* Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
1186- Updated to 0.15.99, 20011004 from cvs.
1187
1188* Wed Sep 05 2001 David Sainty <dsainty@redhat.com>
1189- Updated to 0.13.99, 20010905 from cvs.
1190
1191* Mon Sep 03 2001 David Sainty <dsainty@redhat.com>
1192- Updated to 0.13.99, 20010903 from cvs.
1193- Fixed Requires + BuildRequires
1194
1195* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1196- Updated to 0.12.99, 20010806 from cvs.
1197
1198* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1199- Relocated libical* from /usr/lib due to kdepim, -2
1200
1201* Mon Aug 06 2001 David Sainty <dsainty@redhat.com>
1202- First spec file for evolution.
1203
Note: See TracBrowser for help on using the repository browser.