]> git.pld-linux.org Git - packages/evolution-ews.git/blobdiff - evolution-ews.spec
- updated to 3.52.1
[packages/evolution-ews.git] / evolution-ews.spec
index 6d2c2bbf887b1a954e6ef380f53b8371124917e1..8091df64a08e81133c51519f582592efdd8629bf 100644 (file)
@@ -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.1
+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: f984b480d0307181d4a1ab5a2693fdfb
+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
This page took 0.548048 seconds and 4 git commands to generate.