evolution-vl.spec 38 KB

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