evolution-vl.spec 38 KB

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