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