evolution-vl.spec 38 KB

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