[packages/evolution-ews] - updated to 3.52.1
qboosh
qboosh at pld-linux.org
Mon Apr 29 20:43:01 CEST 2024
commit 162adcc916f3ce9f1033a7a629fdbce783e5944b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 29 20:28:30 2024 +0200
- updated to 3.52.1
evolution-ews.spec | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/evolution-ews.spec b/evolution-ews.spec
index 70f17a7..8091df6 100644
--- a/evolution-ews.spec
+++ b/evolution-ews.spec
@@ -1,14 +1,14 @@
Summary: Evolution extension for Exchange Web Services
Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services
Name: evolution-ews
-Version: 3.50.3
+Version: 3.52.1
Release: 1
License: LGPL v2+
Group: X11/Applications/Mail
-Source0: https://download.gnome.org/sources/evolution-ews/3.50/%{name}-%{version}.tar.xz
-# Source0-md5: 57da1f4ca5318560a0572419dd62fb8f
+Source0: https://download.gnome.org/sources/evolution-ews/3.52/%{name}-%{version}.tar.xz
+# Source0-md5: 4b0f654b1853f8938dfee9d764e0b7fa
URL: https://wiki.gnome.org/Apps/Evolution
-BuildRequires: cmake >= 3.1
+BuildRequires: cmake >= 3.15
BuildRequires: evolution-data-server-devel >= %{version}
BuildRequires: evolution-data-server-gtk3-devel >= %{version}
BuildRequires: evolution-devel >= %{version}
@@ -50,13 +50,11 @@ Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
%setup -q
%build
-install -d build
-cd build
-%cmake .. \
+%cmake -B build \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
-DENABLE_SCHEMAS_COMPILE=OFF
-%{__make}
+%{__make} -C build
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/evolution-ews.git/commitdiff/162adcc916f3ce9f1033a7a629fdbce783e5944b
More information about the pld-cvs-commit
mailing list