2011-10-14 14:16:37 +02:00
|
|
|
#
|
2011-11-28 09:25:53 +01:00
|
|
|
# spec file for package evolution-ews
|
2011-10-14 14:16:37 +02:00
|
|
|
#
|
2022-01-07 17:58:59 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2011-10-14 14:16:37 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-09-27 19:23:28 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-10-14 14:16:37 +02:00
|
|
|
#
|
|
|
|
|
2012-02-23 13:19:05 +01:00
|
|
|
|
2019-10-04 17:33:01 +02:00
|
|
|
# _version needs to be %%{version} stripped to major.minor.micro only...
|
2017-09-07 10:36:54 +02:00
|
|
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
Accepting request 693324 from GNOME:Next
- Update to version 3.32.1:
+ Let handle recurring task completion by the server.
+ Unreachable EWS service causes Calendar(s) to disappear.
+ Do not pass 'scope' parameter in OAuth2 requests on
outlook.office365.com server.
+ Updated translations.
- Update to version 3.32.0:
+ Updated translations.
- Update to version 3.31.91:
+ Implement 'exists' ESExp function in the book backend.
- Changes from version 3.31.90:
+ Use also -DCAMEL_DISABLE_DEPRECATED=1 in the maintainer mode.
+ Bugs fixed: glgo#GNOME/evolution-ews#25,
glgo#GNOME/evolution-ews#30, glgo#GNOME/evolution-ews#31,
glgo#GNOME/evolution-ews#32.
+ Updated translations.
- Update to version 3.31.4:
+ Updated translations.
- Update to version 3.31.3:
+ Fix a build break with glib pre-2.54 and bump libsoup version
to 2.58.
+ Correct how extra compiler warnings are used in the maintainer
mode.
+ Bugs fixed: glgo#GNOME/evolution-ews#27,
glgo#GNOME/evolution-ews#54.
+ Updated translations.
- Changes from version 3.31.2:
+ Make sure intltool-merge cache is created only once.
+ Bugs fixed: glgo#GNOME/evolution-ews#17,
glgo#GNOME/evolution-ews#18, glgo#GNOME/evolution-ews#23,
glgo#GNOME/evolution-ews#24.
+ Updated translations.
- Changes from version 3.31.2:
+ Calendar invites added with the wrong time zone.
+ Fix an invalid unref call and a memory leak of an
EEwsConnection object.
+ Enable only Notification reminders in the calendar.
+ Treat 'Unknown' ResponseType as Needs-Action.
+ Collection backend schedules two 'populate' requests after
going online.
+ Bugs fixed: glgo#GNOME/evolution-ews#8,
glgo#GNOME/evolution-ews#14, glgo#GNOME/evolution-ews#19,
glgo#GNOME/evolution-ews#21.
+ Updated translations.
OBS-URL: https://build.opensuse.org/request/show/693324
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=208
2019-04-17 14:56:38 +02:00
|
|
|
|
2018-03-09 11:12:38 +01:00
|
|
|
Name: evolution-ews
|
2022-01-07 17:58:59 +01:00
|
|
|
Version: 3.42.3
|
2018-03-09 11:12:38 +01:00
|
|
|
Release: 0
|
2011-10-14 14:51:15 +02:00
|
|
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
2018-03-05 13:47:59 +01:00
|
|
|
License: LGPL-2.1-only
|
2011-10-14 14:16:37 +02:00
|
|
|
Group: Productivity/Networking/Email/Clients
|
2018-03-09 11:12:38 +01:00
|
|
|
URL: https://wiki.gnome.org/Apps/Evolution
|
2021-09-27 08:23:25 +02:00
|
|
|
Source0: https://download.gnome.org/sources/evolution-ews/3.42/%{name}-%{version}.tar.xz
|
2018-09-24 11:32:54 +02:00
|
|
|
|
2019-10-04 17:33:01 +02:00
|
|
|
BuildRequires: c++_compiler
|
2017-02-22 21:40:33 +01:00
|
|
|
BuildRequires: cmake
|
2011-10-14 14:16:37 +02:00
|
|
|
BuildRequires: fdupes
|
2011-10-14 14:51:15 +02:00
|
|
|
BuildRequires: intltool
|
2017-02-22 21:40:33 +01:00
|
|
|
BuildRequires: pkgconfig
|
2017-09-07 10:36:54 +02:00
|
|
|
BuildRequires: pkgconfig(camel-1.2) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(evolution-calendar-3.0) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{_version}
|
2017-02-22 21:40:33 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.46
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
2017-09-07 10:36:54 +02:00
|
|
|
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(libebook-1.2) >= %{_version}
|
2019-10-04 17:33:01 +02:00
|
|
|
BuildRequires: pkgconfig(libecal-2.0) >= %{_version}
|
2017-09-07 10:36:54 +02:00
|
|
|
BuildRequires: pkgconfig(libedata-book-1.2) >= %{_version}
|
2019-10-04 17:33:01 +02:00
|
|
|
BuildRequires: pkgconfig(libedata-cal-2.0) >= %{_version}
|
2017-09-07 10:36:54 +02:00
|
|
|
BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version}
|
|
|
|
BuildRequires: pkgconfig(libemail-engine) >= %{_version}
|
2017-02-22 21:40:33 +01:00
|
|
|
BuildRequires: pkgconfig(libical)
|
2013-06-23 16:11:51 +02:00
|
|
|
BuildRequires: pkgconfig(libmspack) >= 0.4
|
2014-04-03 22:36:36 +02:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
2011-10-14 14:51:15 +02:00
|
|
|
|
2011-10-14 14:16:37 +02:00
|
|
|
%description
|
2019-10-04 17:33:01 +02:00
|
|
|
The EWS Exchange Connector for Evolution provides a Exchange
|
|
|
|
backend from evolution-data-server as well as plugins for Evolution
|
|
|
|
to access Exchange features.
|
2011-10-14 14:51:15 +02:00
|
|
|
|
2019-10-04 17:33:01 +02:00
|
|
|
The EWS Exchange Connector is using the Exchange Web Services
|
|
|
|
interface and is therefore compatible with Exchange 2007 and later.
|
2011-10-14 14:51:15 +02:00
|
|
|
|
2019-10-04 17:33:01 +02:00
|
|
|
Provides exchange connectivity for exchange server 2007 and later
|
|
|
|
using exchange web services protocol.
|
2011-10-14 14:16:37 +02:00
|
|
|
|
|
|
|
%lang_package
|
2017-02-22 21:40:33 +01:00
|
|
|
|
2011-10-14 14:16:37 +02:00
|
|
|
%prep
|
2019-10-04 17:33:01 +02:00
|
|
|
%autosetup -p1
|
2011-10-14 14:16:37 +02:00
|
|
|
|
|
|
|
%build
|
2017-02-22 21:40:33 +01:00
|
|
|
%cmake \
|
2021-10-26 11:54:41 +02:00
|
|
|
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
|
2017-02-22 21:40:33 +01:00
|
|
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
|
2019-10-04 17:33:01 +02:00
|
|
|
%cmake_build
|
2011-10-14 14:16:37 +02:00
|
|
|
|
|
|
|
%install
|
2017-02-22 21:40:33 +01:00
|
|
|
%cmake_install
|
2018-03-09 11:12:38 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2011-10-14 14:16:37 +02:00
|
|
|
|
|
|
|
%files
|
2018-03-09 11:12:38 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc README
|
2011-10-14 14:16:37 +02:00
|
|
|
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
|
2020-10-26 09:10:45 +01:00
|
|
|
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendmicrosoft365.so
|
2011-10-14 14:16:37 +02:00
|
|
|
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
|
2020-10-26 09:10:45 +01:00
|
|
|
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendmicrosoft365.so
|
2011-10-14 14:16:37 +02:00
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
|
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
|
2020-10-26 09:10:45 +01:00
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.so
|
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.urls
|
2012-09-08 10:20:46 +02:00
|
|
|
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
|
2020-10-26 09:10:45 +01:00
|
|
|
%{_libdir}/evolution-data-server/registry-modules/module-microsoft365-backend.so
|
|
|
|
%{_libdir}/evolution-ews/libevolution-microsoft365.so
|
2015-03-19 15:35:51 +01:00
|
|
|
%{_libdir}/evolution/modules/module-ews-configuration.so
|
2020-10-26 09:10:45 +01:00
|
|
|
%{_libdir}/evolution/modules/module-microsoft365-configuration.so
|
2017-02-22 21:40:33 +01:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}/libcamelews-priv.so
|
|
|
|
%{_libdir}/%{name}/libevolution-ews.so
|
2015-03-19 15:35:51 +01:00
|
|
|
%{_datadir}/evolution/errors/module-ews-configuration.error
|
2014-04-03 22:36:36 +02:00
|
|
|
%dir %{_datadir}/evolution-data-server/ews
|
|
|
|
%{_datadir}/evolution-data-server/ews/windowsZones.xml
|
2018-03-09 11:12:38 +01:00
|
|
|
%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
|
2011-10-14 14:51:15 +02:00
|
|
|
|
|
|
|
%files lang -f evolution-ews.lang
|
|
|
|
|
2011-10-14 14:16:37 +02:00
|
|
|
%changelog
|