source: projects/specs/trunk/e/evolution-data-server/evolution-data-server-vl.spec @ 12446

Revision 12446, 30.1 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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