evolution-data-server-vl.spec 30 KB

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