|
@@ -14,7 +14,7 @@
|
|
%define libical_version 0.43
|
|
%define libical_version 0.43
|
|
%define libgdata_version 0.10.1
|
|
%define libgdata_version 0.10.1
|
|
|
|
|
|
-%define eds_base_version 3.20
|
|
+%define eds_base_version 3.22
|
|
%define eds_api_version 1.2
|
|
%define eds_api_version 1.2
|
|
|
|
|
|
%define use_gnome_keyring 1
|
|
%define use_gnome_keyring 1
|
|
@@ -30,12 +30,12 @@
|
|
Summary: Backend data server for evolution
|
|
Summary: Backend data server for evolution
|
|
Summary(ja): Evolution バックエンドデータサーバ
|
|
Summary(ja): Evolution バックエンドデータサーバ
|
|
Name: evolution-data-server
|
|
Name: evolution-data-server
|
|
-Version: 3.20.4
|
|
+Version: 3.22.7
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.gnome.org/projects/evolution/
|
|
URL: http://www.gnome.org/projects/evolution/
|
|
-Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.20/%{name}-%{version}.tar.xz
|
|
+Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/%{eds_base_version}/%{name}-%{version}.tar.xz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
### Patches ###
|
|
### Patches ###
|
|
@@ -43,6 +43,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
# RH bug #243296
|
|
# RH bug #243296
|
|
Patch12: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
|
Patch12: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
|
|
|
|
|
|
|
+
|
|
|
|
+# to build with libical-3
|
|
|
|
+Patch1000: eds-libical3.patch
|
|
|
|
+
|
|
### Dependencies ###
|
|
### Dependencies ###
|
|
|
|
|
|
#Requires: ORBit2 >= %{orbit2_version}
|
|
#Requires: ORBit2 >= %{orbit2_version}
|
|
@@ -57,7 +61,8 @@ BuildRequires: flex
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: gtk3-devel
|
|
-BuildRequires: WebKit3-gtk-devel
|
|
+#BuildRequires: WebKit3-gtk-devel
|
|
|
|
+BuildRequires: webkitgtk4-devel
|
|
BuildRequires: json-glib-devel
|
|
BuildRequires: json-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: gnutls-devel
|
|
@@ -144,6 +149,8 @@ Vala bindings for %{name}.
|
|
|
|
|
|
%patch12 -p1 -b .fix-64bit-acinclude
|
|
%patch12 -p1 -b .fix-64bit-acinclude
|
|
|
|
|
|
|
|
+%patch1000 -p2 -b .libical3
|
|
|
|
+
|
|
mkdir -p krb5-fakeprefix/include
|
|
mkdir -p krb5-fakeprefix/include
|
|
mkdir -p krb5-fakeprefix/lib
|
|
mkdir -p krb5-fakeprefix/lib
|
|
mkdir -p krb5-fakeprefix/%{_lib}
|
|
mkdir -p krb5-fakeprefix/%{_lib}
|
|
@@ -274,8 +281,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%{_libexecdir}/evolution-scan-gconf-tree-xml
|
|
%{_libexecdir}/evolution-scan-gconf-tree-xml
|
|
%{_libexecdir}/evolution-source-registry
|
|
%{_libexecdir}/evolution-source-registry
|
|
%{_libexecdir}/evolution-user-prompter
|
|
%{_libexecdir}/evolution-user-prompter
|
|
|
|
+%{_libexecdir}/camel-gpg-photo-saver
|
|
%{_libexecdir}/camel-index-control-%{eds_api_version}
|
|
%{_libexecdir}/camel-index-control-%{eds_api_version}
|
|
%{_libexecdir}/camel-lock-helper-%{eds_api_version}
|
|
%{_libexecdir}/camel-lock-helper-%{eds_api_version}
|
|
|
|
+%dir %{_libexecdir}/evolution-data-server
|
|
|
|
+%{_libexecdir}/evolution-data-server/*
|
|
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
|
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
|
%{_datadir}/dbus-1/services/*
|
|
%{_datadir}/dbus-1/services/*
|
|
%{_datadir}/%{name}/evolutionperson.schema
|
|
%{_datadir}/%{name}/evolutionperson.schema
|
|
@@ -353,6 +363,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 26 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.22.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.20.4-2
|
|
* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.20.4-2
|
|
- rebuilt with libicu-60.2.
|
|
- rebuilt with libicu-60.2.
|
|
|
|
|