]> git.pld-linux.org Git - packages/ka5-kimap.git/blobdiff - ka5-kimap.spec
- updated to 23.08.5
[packages/ka5-kimap.git] / ka5-kimap.spec
index e497b249ffd6119037447744dbd7f6334e98cdef..ea1139e3e37f9b81bc4cfce44bab42d726e51058 100644 (file)
@@ -1,23 +1,23 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      23.04.0
+%define                kdeappsver      23.08.5
 %define                kframever       5.94.0
 %define                qtver           5.15.2
 %define                kaname          kimap
 Summary:       IMAP library
 Name:          ka5-%{kaname}
-Version:       23.04.0
+Version:       23.08.5
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a588e07748dfc1fba5640039bf431cd7
+# Source0-md5: 3f2932c5a2406764ba3a3ab0f2cf59ff
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5Test-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.20
 BuildRequires: cyrus-sasl-devel
 BuildRequires: gettext-devel
 BuildRequires: ka5-kmime-devel >= %{kdeappsver}
@@ -57,17 +57,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+ctest --test-dir build
 %endif
 
 
This page took 0.574499 seconds and 4 git commands to generate.