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

Revision 521, 37.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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