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

Revision 1231, 37.8 KB checked in by Takemikaduchi, 14 years ago (diff)

update libchamplain, libgda, anjuta, evolution, ekiga, evolution-data-server, gnome-python-desktop, gmime, glibmm, gtkhtml3, gtksourceview2, gnome-color-manager, gtkmm2, opal, pango, ptlib, tracker, totem-pl-parser

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