evolution-data-server-vl.spec 30 KB

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