From 48a0c9b91f56f394f38df1f26da2acea8b5e36bf Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Wed, 30 Mar 2022 15:44:37 +0200 Subject: [PATCH] - updated to 5.24.4 - added bcond_with tests --- kp5-plasma-sdk.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/kp5-plasma-sdk.spec b/kp5-plasma-sdk.spec index 3a6b2bd..d27f1a6 100644 --- a/kp5-plasma-sdk.spec +++ b/kp5-plasma-sdk.spec @@ -1,18 +1,21 @@ +# +# Conditional build: +%bcond_with tests # build with tests # TODO: # PackageKit qt5 # -%define kdeplasmaver 5.24.3 +%define kdeplasmaver 5.24.4 %define qtver 5.9.0 %define kpname plasma-sdk Summary: KDE Plasma Desktop Name: kp5-%{kpname} -Version: 5.24.3 +Version: 5.24.4 Release: 1 License: LGPL v2.1+ Group: X11/Libraries Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz -# Source0-md5: 81c32714a9e25544f5f95afda20cf6b6 +# Source0-md5: 6112732c36c94d7a4d90c72a26d5637a URL: http://www.kde.org/ BuildRequires: Qt5Core-devel >= %{qtver} BuildRequires: cmake >= 2.8.12 @@ -54,11 +57,16 @@ Applications useful for Plasma Development. install -d build cd build %cmake -G Ninja \ + %{!?with_tests:-DBUILD_TESTING=OFF} \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DHTML_INSTALL_DIR=%{_kdedocdir} \ ../ %ninja_build +%if %{with tests} +ctest +%endif + %install rm -rf $RPM_BUILD_ROOT %ninja_install -C build -- 2.44.0