evolution-data-server-vl.spec 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867
  1. %define use_nss 1
  2. %define ldap_support 1
  3. %define static_ldap 1
  4. %define krb5_support 1
  5. %define nntp_support 1
  6. %define glib2_version 2.34.0
  7. %define gtk3_version 3.6.0
  8. %define gtk_doc_version 1.18
  9. %define intltool_version 0.35.5
  10. %define orbit2_version 2.14.19
  11. %define soup_version 2.36.0
  12. %define libgweather_version 3.2.0
  13. %define libical_version 0.43
  14. %define libgdata_version 0.10.1
  15. %define eds_base_version 3.16
  16. %define eds_api_version 1.2
  17. %define use_gnome_keyring 1
  18. %define support_imap4_provider 0
  19. %define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
  20. %define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
  21. %define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
  22. %define registry_modules_dir %{_libdir}/evolution-data-server/registry-modules
  23. ### Abstract ###
  24. Summary: Backend data server for evolution
  25. Summary(ja): Evolution バックエンドデータサーバ
  26. Name: evolution-data-server
  27. Version: 3.16.2
  28. Release: 1%{?_dist_release}
  29. License: LGPL
  30. Group: System Environment/Libraries
  31. URL: http://www.gnome.org/projects/evolution/
  32. Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.16/%{name}-%{version}.tar.xz
  33. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  34. ### Patches ###
  35. # RH bug #243296
  36. Patch12: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
  37. ### Dependencies ###
  38. #Requires: ORBit2 >= %{orbit2_version}
  39. Requires: libsoup >= %{soup_version}
  40. ### Build Dependencies ###
  41. #BuildRequires: ORBit2-devel >= %{orbit2_version}
  42. BuildRequires: bison
  43. BuildRequires: db4-devel
  44. BuildRequires: flex
  45. BuildRequires: gettext
  46. BuildRequires: glib2-devel
  47. BuildRequires: gtk3-devel
  48. BuildRequires: dbus-glib-devel
  49. BuildRequires: gnutls-devel
  50. BuildRequires: intltool >= %{intltool_version}
  51. BuildRequires: libsoup-devel >= %{soup_version}
  52. BuildRequires: libtool
  53. BuildRequires: libgnome-keyring-devel
  54. BuildRequires: gtk-doc >= 1.14
  55. BuildRequires: sqlite3-devel
  56. BuildRequires: libgweather-devel >= %{libgweather_version}
  57. BuildRequires: libical-devel >= %{libical_version}
  58. BuildRequires: gperf
  59. BuildRequires: krb5-devel
  60. BuildRequires: libgdata-devel >= %{libgdata_version}
  61. BuildRequires: gnome-online-accounts-devel
  62. BuildRequires: liboauth-devel
  63. BuildRequires: libsecret-devel
  64. BuildRequires: libicu-devel
  65. BuildRequires: gnome-common
  66. BuildRequires: vala
  67. BuildRequires: vala-tools
  68. %if %{use_nss}
  69. BuildRequires: nspr-devel
  70. BuildRequires: nss-devel
  71. %else
  72. BuildRequires: openssl-devel
  73. %endif
  74. %if %{ldap_support}
  75. %if %{static_ldap}
  76. BuildRequires: openldap-evolution-devel
  77. BuildRequires: openssl-devel
  78. %else
  79. BuildRequires: openldap-devel >= 2.0.11
  80. %endif
  81. %endif
  82. %if %{krb5_support}
  83. BuildRequires: krb5-devel
  84. # tweak for krb5 1.2 vs 1.3
  85. %define krb5dir /usr/kerberos
  86. #define krb5dir `pwd`/krb5-fakeprefix
  87. %endif
  88. Vendor: Project Vine
  89. Distribution: Vine Linux
  90. %description
  91. The evolution-data-server package provides a unified backend for
  92. programs that work with contacts, tasks, and calendar information.
  93. It was originally developed for Evolution (hence the name), but
  94. is now used by other packages.
  95. %package devel
  96. Summary: Development files for building against evolution-data-server
  97. Group: Development/Libraries
  98. Requires: %{name} = %{version}-%{release}
  99. Requires: pkgconfig
  100. Requires: sqlite3-devel
  101. Requires: libgnome-keyring-devel
  102. %description devel
  103. Development files needed for building things which link against
  104. evolution-data-server.
  105. %package doc
  106. Summary: Documentation for %{name}
  107. Summary(ja): %{name} 用のドキュメント
  108. Group: Documentation
  109. Requires: %{name} = %{version}-%{release}
  110. BuildArch: noarch
  111. %description doc
  112. This package contains documentation for %{name}.
  113. %package vala
  114. Summary: Vala bindings for %{name}
  115. Summary(ja): %{name} の Vala バインディング
  116. Group: Development/Libraries
  117. Requires: %{name} = %{version}-%{release}
  118. Requires: vala
  119. %description vala
  120. Vala bindings for %{name}.
  121. %prep
  122. %setup -q
  123. %patch12 -p1 -b .fix-64bit-acinclude
  124. mkdir -p krb5-fakeprefix/include
  125. mkdir -p krb5-fakeprefix/lib
  126. mkdir -p krb5-fakeprefix/%{_lib}
  127. %build
  128. %if %{ldap_support}
  129. %if %{static_ldap}
  130. %define ldap_flags --with-openldap=%{_libdir}/evolution-openldap --with-static-ldap
  131. # Set LIBS so that configure will be able to link with static LDAP libraries,
  132. # which depend on Cyrus SASL and OpenSSL. XXX Is the "else" clause necessary?
  133. if pkg-config libssl ; then
  134. export LIBS="-lsasl2 `pkg-config --libs libssl`"
  135. else
  136. export LIBS="-lsasl2 -lssl -lcrypto"
  137. fi
  138. %else
  139. %define ldap_flags --with-openldap=yes
  140. %endif
  141. %else
  142. %define ldap_flags --without-openldap
  143. %endif
  144. %if %{krb5_support}
  145. %define krb5_flags --with-krb5=%{krb5dir} --with-krb5-libs=%{_libdir} --with-krb5-includes=%{_includedir}
  146. %else
  147. %define krb5_flags --without-krb5
  148. %endif
  149. %if %{nntp_support}
  150. %define nntp_flags --enable-nntp=yes
  151. %else
  152. %define nntp_flags --enable-nntp=no
  153. %endif
  154. %if %{use_nss}
  155. %define ssl_flags --enable-nss=yes --enable-smime=yes
  156. %else
  157. %define ssl_flags --enable-openssl=yes
  158. %endif
  159. %if %{use_nss}
  160. if ! pkg-config --exists nss; then
  161. echo "Unable to find suitable version of nss to use!"
  162. exit 1
  163. fi
  164. %endif
  165. %if %{use_gnome_keyring}
  166. %define keyring_flags --enable-gnome-keyring
  167. %else
  168. %define keyring flags --disable-gnome-keyring
  169. %endif
  170. %if %{support_imap4_provider}
  171. %define imap4_flags --enable-imap4=yes
  172. %else
  173. %define imap4_flags --enable-imap4=no
  174. %endif
  175. export CPPFLAGS="-I%{_includedir}/et"
  176. export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"
  177. # Regenerate configure to pick up configure.in and acinclude.m4 changes.
  178. autoreconf -if
  179. # See Ross Burton's blog entry for why we want --with-libdb.
  180. # http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
  181. %configure \
  182. --with-libdb=/usr \
  183. --disable-uoa \
  184. --enable-file-locking=fcntl \
  185. --enable-dot-locking=no \
  186. --disable-gtk-doc \
  187. --enable-introspection=yes \
  188. --enable-vala-bindings \
  189. %ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags \
  190. %keyring_flags
  191. export tagname=CC
  192. make %{?_smp_mflags}
  193. %install
  194. rm -rf $RPM_BUILD_ROOT
  195. export tagname=CC
  196. make DESTDIR=$RPM_BUILD_ROOT install
  197. # remove libtool archives for importers and the like
  198. find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
  199. find $RPM_BUILD_ROOT/%{_libdir} -name '*.a' -exec rm {} \;
  200. # give the libraries some executable bits
  201. find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
  202. %find_lang %{name}-%{eds_base_version}
  203. %clean
  204. rm -rf $RPM_BUILD_ROOT
  205. %post -p /sbin/ldconfig
  206. %postun
  207. /sbin/ldconfig
  208. if [ $1 -eq 0 ]; then
  209. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  210. fi
  211. %posttrans
  212. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  213. %files -f %{name}-%{eds_base_version}.lang
  214. %defattr(-,root,root,-)
  215. %doc README COPYING ChangeLog NEWS AUTHORS
  216. %{_libdir}/*.so.*
  217. %{_libdir}/evolution-data-server/credential-modules/module-credentials-goa.so
  218. %{_libdir}/evolution-data-server/libedbus-private.so
  219. %{_libdir}/girepository-1.0/*.typelib
  220. %{_libexecdir}/evolution-addressbook-factory
  221. %{_libexecdir}/evolution-addressbook-factory-subprocess
  222. %{_libexecdir}/evolution-calendar-factory
  223. %{_libexecdir}/evolution-calendar-factory-subprocess
  224. %{_libexecdir}/evolution-scan-gconf-tree-xml
  225. %{_libexecdir}/evolution-source-registry
  226. %{_libexecdir}/evolution-user-prompter
  227. %{_libexecdir}/camel-index-control-%{eds_api_version}
  228. %{_libexecdir}/camel-lock-helper-%{eds_api_version}
  229. %{_datadir}/GConf/gsettings/evolution-data-server.convert
  230. %{_datadir}/dbus-1/services/*
  231. %{_datadir}/%{name}/evolutionperson.schema
  232. %{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
  233. %{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
  234. %{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
  235. %{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
  236. %{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
  237. %{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
  238. %{_datadir}/pixmaps/evolution-data-server
  239. %dir %{_libdir}/evolution-data-server
  240. %dir %{camel_provider_dir}
  241. %dir %{ebook_backends_dir}
  242. %dir %{ecal_backends_dir}
  243. %dir %{registry_modules_dir}
  244. %{camel_provider_dir}/libcamelimapx.so
  245. %{camel_provider_dir}/libcamelimapx.urls
  246. %{camel_provider_dir}/libcamellocal.so
  247. %{camel_provider_dir}/libcamellocal.urls
  248. %{camel_provider_dir}/libcamelnntp.so
  249. %{camel_provider_dir}/libcamelnntp.urls
  250. %{camel_provider_dir}/libcamelpop3.so
  251. %{camel_provider_dir}/libcamelpop3.urls
  252. %{camel_provider_dir}/libcamelsendmail.so
  253. %{camel_provider_dir}/libcamelsendmail.urls
  254. %{camel_provider_dir}/libcamelsmtp.so
  255. %{camel_provider_dir}/libcamelsmtp.urls
  256. # e-d-s extensions:
  257. %{ebook_backends_dir}/libebookbackendfile.so
  258. %{ebook_backends_dir}/libebookbackendgoogle.so
  259. %{ebook_backends_dir}/libebookbackendldap.so
  260. %{ebook_backends_dir}/libebookbackendwebdav.so
  261. %{ecal_backends_dir}/libecalbackendcaldav.so
  262. %{ecal_backends_dir}/libecalbackendcontacts.so
  263. %{ecal_backends_dir}/libecalbackendfile.so
  264. %{ecal_backends_dir}/libecalbackendgtasks.so
  265. %{ecal_backends_dir}/libecalbackendhttp.so
  266. %{ecal_backends_dir}/libecalbackendweather.so
  267. %{registry_modules_dir}/module-cache-reaper.so
  268. %{registry_modules_dir}/module-google-backend.so
  269. %{registry_modules_dir}/module-gnome-online-accounts.so
  270. %{registry_modules_dir}/module-outlook-backend.so
  271. %{registry_modules_dir}/module-owncloud-backend.so
  272. %{registry_modules_dir}/module-secret-monitor.so
  273. %{registry_modules_dir}/module-trust-prompt.so
  274. %{registry_modules_dir}/module-yahoo-backend.so
  275. %files devel
  276. %defattr(-,root,root,-)
  277. %{_includedir}/%{name}
  278. %{_libdir}/*.so
  279. %{_libdir}/pkgconfig/*.pc
  280. %{_datadir}/gir-1.0/*.gir
  281. %files doc
  282. %defattr(-,root,root,-)
  283. %{_datadir}/gtk-doc/html/camel
  284. %{_datadir}/gtk-doc/html/eds
  285. %files vala
  286. %defattr(-,root,root,-)
  287. %{_datadir}/vala/vapi/libebook-1.2.deps
  288. %{_datadir}/vala/vapi/libebook-1.2.vapi
  289. %{_datadir}/vala/vapi/libebook-contacts-1.2.deps
  290. %{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
  291. %{_datadir}/vala/vapi/libedataserver-1.2.deps
  292. %{_datadir}/vala/vapi/libedataserver-1.2.vapi
  293. %changelog
  294. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
  295. - new upstream release
  296. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  297. - new upstream release
  298. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  299. - new upstream release
  300. * Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.12.11-2
  301. - rebuilt with libical 1.0.1
  302. * Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.11-1
  303. - new upstream release
  304. * Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.10-1
  305. - new upstream release
  306. * Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.9-1
  307. - new upstream release
  308. * Tue Nov 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.8-1
  309. - new upstream release
  310. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.7-1
  311. - new upstream release
  312. * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.6-1
  313. - new upstream release
  314. * Wed Aug 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.5-1
  315. - new upstream release
  316. * Fri Jul 18 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.4-1
  317. - new upstream release
  318. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.3-1
  319. - new upstream release
  320. * Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
  321. - new upstream release
  322. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  323. - new upstream release
  324. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  325. - new upstream release
  326. - add BuildRequires: libicu-devel
  327. * Tue Dec 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.3-1
  328. - new upstream release
  329. * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  330. - new upstream release
  331. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  332. - new upstream release
  333. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.5-1
  334. - new upstream release
  335. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
  336. - new upstream release
  337. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  338. - new upstream release
  339. * Sat Apr 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  340. - new upstream release
  341. - add configure option (--disable-uoa)
  342. - add BuildRequires: libsecret-devel, gnome-common, vala, vala-tools
  343. - create %%{name}-vala subpackage
  344. * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.4-1
  345. - new upstream release
  346. * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
  347. - new upstream release
  348. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  349. - new upstream release
  350. * Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  351. - new upstream release
  352. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  353. - new upstream release
  354. * Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
  355. - new upstream release
  356. * Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
  357. - new upstream release
  358. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  359. - new upstream release
  360. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  361. - new upstream release
  362. - add BuildRequires: dbus-glib-devel
  363. * Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
  364. - new upstream release
  365. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  366. - new upstream release
  367. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  368. - new upstream release
  369. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  370. - new upstream release
  371. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  372. - new upstream release
  373. - remove Patch101
  374. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  375. - new upstream release
  376. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  377. - new upstream release
  378. - change BuildRequires: gtk3-devel instead of gtk2-devel
  379. - BuildRequires: gnome-online-accounts-devel
  380. - add Patch101 (evolution-data-server-3.1.3-build-with-glib-2.29.14.patch)
  381. - fix %%files
  382. * Tue Feb 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  383. - new upstream release
  384. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-2
  385. - rebuild with openssl-1.0.0c
  386. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  387. - new upstream release
  388. - remove Requires: gnome-vfs2, libglade2, libgnomeui
  389. - remove BuildRequires: gnome-vfs2-devel, libglade2-devel, libgnomeui-devel
  390. - add BuildRequires: libgdata
  391. - add Requires: nspr-devel, nss-devel (devel package)
  392. - drop Patch11
  393. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  394. - rebuild with rpm-4.8.1 for pkg-config file
  395. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  396. - new upstream release
  397. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  398. - new upstream release
  399. * Fri Apr 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  400. - new upstream release
  401. - remove BuildRequires: libbonobo-devel
  402. - remove Requires: libbonobo
  403. - drop Patch10
  404. - add configure option (--with-krb5-libs, --with-krb5-includes)
  405. * Thu Feb 11 2010 NAKAMURA Kenta <kenta@vinelinux.org> 2.28.1-2
  406. - rebuilt with db4-4.8
  407. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  408. - new upstream release
  409. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  410. - new upstream release
  411. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  412. - new upstream release
  413. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1.1-1
  414. - new upstream release
  415. * Sat Apr 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-2
  416. - added Requires: libical-devel >= 0.43 to devel package
  417. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  418. - new upstream release
  419. - add BR: libgweather-devel >= 2.26.0
  420. - add BR: libical-devel >= 0.43
  421. * Sat Mar 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.5-1
  422. - new upstream release
  423. - added BuildRequires: sqlite3-devel
  424. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-2
  425. - enabled krb5 support
  426. * Sun Dec 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.2-1
  427. - new upstream release
  428. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  429. - new upstream release
  430. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  431. - new upstream release
  432. * Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
  433. - new upstream release
  434. * Fri Jun 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-2
  435. - rebuilt with db4-4.6.21
  436. * Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  437. - new upstream release
  438. * Sun May 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.1-1vl5
  439. - new upstream release
  440. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  441. - new upstream release
  442. * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  443. - new upstream release based on Fedora package 2.20.0-3.fc9
  444. * Mon Mar 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3.fc9
  445. - Add patch for GNOME bug #523023 (EFolder leak in evo-ex-storage).
  446. * Tue Mar 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2.fc9
  447. - Add patch for RH bug #296671 (GC servers may not support NTLM).
  448. * Thu Feb 14 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-3.fc9
  449. - Try removing the ancient "ldap-x86_64-hack" patch.
  450. * Mon Feb 11 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.91-1.fc9
  451. - Add patch for GNOME bug #516074 (latest glibc breaks Camel).
  452. - split doc subpackage
  453. * Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-1vl2
  454. - fixed dependancy
  455. * Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-1vl1
  456. - updated to 1.10.3.1 based on Fedora package 1.10.1-1.fc7
  457. * Wed Apr 04 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-6.fc7
  458. - Revise patch for GNOME bug #417999 (another ESourceComboBox goof).
  459. * Mon Apr 02 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-5.fc7
  460. - Make the new ESourceComboBox widget work properly (RH bug #234760).
  461. * Tue Mar 27 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-4.fc7
  462. - Link to static evolution-openldap library (RH bug #210126).
  463. - Require openssl-devel when statically linking against openldap.
  464. - Add -Wdeclaration-after-statement to strict build settings.
  465. * Wed Mar 14 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-2.fc7
  466. - Modify patch for GNOME bug #376991 to fix RH bug #231994.
  467. - Add patch for GNOME bug #417999 (avoid deprecated GTK+ symbols).
  468. * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 1.10.0-1.fc7
  469. - Update to 1.10.0
  470. * Fri Mar 09 2007 Matthew Barnes <mbarnes@redhat.com> - 1.9.92-4.fc7
  471. - Add patch for GNOME bug #415922 (support MS ISA Server 2004).
  472. - Patch by Kenny Root.
  473. - rebuilt with nss-devel and nspr-devel
  474. * Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.2-0vl2
  475. - rebuilt with new toolchain and db4-4.3.x
  476. * Sun Nov 26 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.2-0vl1
  477. - new upstream release
  478. * Sat Nov 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.1-0vl1
  479. - new upstream release
  480. - dropped Patch16, 17, 19, 20 and 21 (merged into upstream)
  481. * Sat Oct 7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.0-11vl1
  482. - new upstream release
  483. - rebuilt with openssl instead of mozilla-nss
  484. * Mon Aug 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2.1-0vl2
  485. - rebuilt with openldap-2.3.24-0vl4
  486. * Thu Dec 1 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2.1-0vl1
  487. - new upstream release
  488. - build with libsoap-2.2.7
  489. * Tue Nov 8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1.1-0vl1
  490. - new upstream release
  491. * Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.0-2vl1
  492. - new upstream release
  493. - added/removed Patches based on Fedora packages
  494. * Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.8-3
  495. - Updated patch 102 to fix further implicit function declarations
  496. * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-2
  497. - Added patch to use nspr rather than mozilla-nspr when doing pkg-config
  498. tests (Patch5: evolution-data-server-1.3.5-nspr_fix.patch)
  499. * Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 1.3.5-1
  500. - Removed upstreamed patch:
  501. evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
  502. * Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
  503. - added patch to calendar/libecal/e-cal.c to fix missing declaration
  504. of open_calendar
  505. - rebuilt with mozilla-1.7.12
  506. * Wed May 04 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.2.1-0vl2
  507. - rebuilt with mozilla-1.7.7
  508. * Tue Apr 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl1
  509. - initial build for Vine Linux based on FC package
  510. - disable krb5 support
  511. * Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.1-1
  512. - 1.2.1
  513. * Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-3
  514. - Removed explicit run-time spec-file requirement on mozilla.
  515. The Mozilla NSS API/ABI stabilised by version 1.7.3
  516. The libraries are always located in the libdir
  517. However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
  518. and so they move each time the mozilla version changes.
  519. So we no longer have an explicit mozilla run-time requirement in the specfile;
  520. a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
  521. We have an explicit, exact build-time version, so that we can find the headers (without
  522. invoking an RPM query from the spec file; to do so is considered bad practice)
  523. - Introduced mozilla_build_version, to replace mozilla_version
  524. - Set mozilla_build_version to 1.7.6 to reflect current state of tree
  525. * Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-2
  526. - Added a patch to deal with glibc defining a macro called "read"
  527. * Tue Mar 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
  528. - 1.2.0
  529. - Removed patch for GCC 4 as this is now in upstream tarball
  530. * Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 1.1.6-6
  531. - rebuild to fix library linking silliness
  532. * Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-5
  533. - disabling gtk-doc on ia64 and s390x
  534. * Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-4
  535. - added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled gtk-doc generation on all platforms (had been disabled on ia64)
  536. * Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-3
  537. - extended patch to deal with camel-groupwise-store-summary.c
  538. * Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-2
  539. - added patch to fix badly-scoped declaration of "namespace_clear" in camel-imap-store-summary.c
  540. * Tue Mar 1 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.6-1
  541. - 1.1.6
  542. * Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-3
  543. - rebuild
  544. * Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-2
  545. - forgot to fix sources
  546. * Tue Feb 8 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1
  547. - 1.1.5
  548. * Thu Jan 27 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.2-1
  549. - Update from unstable 1.1.4.1 to unstable 1.1.1.4.2
  550. * Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-3
  551. - disable gtk-doc generation on ia64 for now
  552. * Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-2
  553. - Exclude ppc64 due to missing mozilla dependency
  554. * Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 1.1.4.1-1
  555. - Update from 1.0.3 to 1.1.4.1
  556. - Updated eds_major from 1.0 to 1.2; fixed translation search path.
  557. - Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
  558. - Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
  559. - Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
  560. - Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
  561. - Camel code from evolution is now in evolution-data-server:
  562. - Added camel-index-control and camel-lock-helper to packaged files
  563. - Added mozilla dependency code from the evolution package
  564. - Ditto for LDAP
  565. - Ditto for krb5
  566. - Ditto for NNTP support handling
  567. - Ditto for --enable-file-locking and --enable-dot-locking
  568. - Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2, libglade2
  569. - Updated libsoup requirement from 2.2.1 to 2.2.2
  570. - Enabled gtk-doc
  571. * Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-2
  572. - fixed packaging of translation files to reflect upstream change to GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
  573. * Wed Dec 15 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.3-1
  574. - update from upstream 1.0.2 to 1.0.3:
  575. * Address Book
  576. - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez)
  577. - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez)
  578. * Calendar
  579. #XB59904 - Speed up calendar queries (Rodrigo)
  580. #XB69624 - make changes in evo corresponding to soap schema changes (Siva)
  581. - fix libical build for automake 1.9 (Rodney)
  582. - fix putenv usage for portability (Julio M. Merino Vidal)
  583. * Updated Translations:
  584. - sv (Christian Rose)
  585. - Removed patches to fix build on x86_64 and calendar optimisation for XB59004 as these are in the upstream tarball
  586. * Tue Dec 7 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-6
  587. - Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
  588. http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
  589. (The groupwise part of that patch did not cleanly apply, so I removed it).
  590. * Thu Dec 2 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-5
  591. - Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar
  592. optimisation patch posted to upstream development mailing list here:
  593. http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
  594. * Wed Nov 3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
  595. - Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table, breaking on ia64 (#136914)
  596. * Wed Oct 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-3
  597. - added workaround for a backend leak that causes the "contacts" calendar
  598. backend to hold open an EBook for the local contacts (filed upstream at:
  599. http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
  600. never lose its last addressbook, and hence never quit. We workaround this by
  601. detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.
  602. * Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
  603. - added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
  604. * Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
  605. - update from 1.0.1 to 1.0.2
  606. - increased libsoup requirement to 2.2.1 to match configuration script
  607. * Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.1-1
  608. - update from 1.0.0 to 1.0.1
  609. - removed patch that fixed warnings in calendar code (now in upstream tarball)
  610. * Mon Sep 20 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
  611. - fixed various warnings in the calendar code
  612. (filed upstream here: http://bugzilla.ximian.com/show_bug.cgi?id=66383)
  613. * Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
  614. - update from 0.0.99 to 1.0.0
  615. - changed path in FTP source location from 0.0 to 1.0
  616. * Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
  617. - update from 0.0.98 to 0.0.99
  618. - increased libsoup requirement to 2.2.0 to match configuration script
  619. * Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
  620. - updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
  621. * Thu Aug 5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
  622. - pkgconfig -devel Requires libbonobo-devel, libgnome-devel
  623. * Wed Aug 4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
  624. - upgraded to 0.0.97; rewrote the package's description
  625. * Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
  626. - rebuilt
  627. * Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
  628. - added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
  629. * Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
  630. - 0.0.96; libsoup required is now 2.1.12
  631. * Thu Jul 8 2004 David Malcolm <dmalcolm@redhat.com>
  632. - rebuilt
  633. * Wed Jul 7 2004 David Malcolm <dmalcolm@redhat.com>
  634. - rebuilt
  635. * Tue Jul 6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
  636. - 0.0.95
  637. * Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
  638. - 0.0.94.1
  639. * Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
  640. - rebuilt
  641. * Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
  642. - 0.0.94
  643. * Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
  644. - added ORBit2 requirement
  645. * Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
  646. - rebuild again
  647. * Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
  648. - rebuilt
  649. * Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
  650. - 0.0.93; libsoup required is now 2.1.10
  651. * Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
  652. - Update to 0.0.92; added a define and a requirement on the libsoup version
  653. * Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
  654. - 0.0.90
  655. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  656. - rebuilt
  657. * Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
  658. - 0.0.6
  659. * Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
  660. - better fix by using system libtool
  661. * Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
  662. - add some libdb linkage to make the build on x86_64 happy
  663. * Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
  664. - update to 0.0.5
  665. * Sat Jan 3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
  666. - Initial build.