]> git.pld-linux.org Git - packages/kf5-knotifyconfig.git/blobdiff - kf5-knotifyconfig.spec
- updated to 5.95.0
[packages/kf5-knotifyconfig.git] / kf5-knotifyconfig.spec
index 5da54704eaaa5df6feb9869c3426a6e476b3d122..bdbd8bfa2d6fa2434ac2daee088fca55ed585548 100644 (file)
@@ -1,15 +1,18 @@
-%define                kdeframever     5.92
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
+%define                kdeframever     5.95
 %define                qtver           5.15.2
 %define                kfname          knotifyconfig
 
 Summary:       Configuration dialog for desktop notifications
 Name:          kf5-%{kfname}
-Version:       5.92.0
+Version:       5.95.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 23c12bbc9dc75d9879579758e72855b3
+# Source0-md5: cb813401d0ad3fe96d03db3a2883859d
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -66,10 +69,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 install -d build
 cd build
 %cmake -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ../
 %ninja_build
 
+%if %{with tests}
+ctest
+%endif
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
This page took 0.133544 seconds and 4 git commands to generate.