|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
|
|
|
|
|
Name: evolution-data-server
|
|
|
|
|
Version: 3.54.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: Backend data server for Evolution
|
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/evolution/-/wikis/home
|
|
|
|
@ -66,6 +66,9 @@ Source: http://download.gnome.org/sources/%{name}/3.54/%{name}-%{version}.tar.xz
|
|
|
|
|
# https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/144
|
|
|
|
|
Patch100: Make-DBUS_SERVICES_PREFIX-runtime-configurable.patch
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
Patch1: 0001-Added-yandex-backend-support-prebuild.patch
|
|
|
|
|
|
|
|
|
|
Provides: evolution-webcal = %{version}
|
|
|
|
|
Obsoletes: evolution-webcal < 2.24.0
|
|
|
|
|
|
|
|
|
@ -136,6 +139,9 @@ BuildRequires: boost-devel
|
|
|
|
|
BuildRequires: abseil-cpp-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
%define _build_id_links none
|
|
|
|
|
|
|
|
|
|
# libical 3.0.16 added new API, this ensures to bring it in
|
|
|
|
|
Requires: libical-glib >= %{libical_version}
|
|
|
|
|
|
|
|
|
@ -431,6 +437,7 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
|
%{ecal_backends_dir}/libecalbackendwebdavnotes.so
|
|
|
|
|
%{modules_dir}/module-cache-reaper.so
|
|
|
|
|
%{modules_dir}/module-google-backend.so
|
|
|
|
|
%{modules_dir}/module-yandex-backend.so
|
|
|
|
|
%{modules_dir}/module-gnome-online-accounts.so
|
|
|
|
|
%{modules_dir}/module-oauth2-services.so
|
|
|
|
|
%{modules_dir}/module-outlook-backend.so
|
|
|
|
@ -513,6 +520,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 12 2025 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 3.54.2-1.inferit
|
|
|
|
|
- Added yandex backend support prebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 25 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 3.54.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|