evolution-vl.spec 38 KB

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