evolution-vl.spec 38 KB

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