]> git.pld-linux.org Git - packages/ka5-kteatime.git/blobdiff - ka5-kteatime.spec
- updated to 23.08.5
[packages/ka5-kteatime.git] / ka5-kteatime.spec
index 6f5eb46c0deb68b466b3e8c0e415fc0886c33b15..336e4893c0e06f2738acf2bf88aba3fbf363bc7c 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      22.04.1
-%define                kframever       5.56.0
-%define                qtver           5.9.0
+%define                kdeappsver      23.08.5
+%define                kframever       5.94.0
+%define                qtver           5.15.2
 %define                kaname          kteatime
 Summary:       kteatime
 Summary(pl.UTF-8):     kteatime
 Name:          ka5-%{kaname}
-Version:       22.04.1
+Version:       23.08.5
 Release:       1
 License:       GPL v2+
 Group:         X11/Libraries
-Source0:       http://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 721a3309fb4798f25653f34d982030e3
+Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5: 568184212f25a9b01b18371ac2678779
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -49,18 +49,16 @@ gdy napój będzie gotowy do picia.
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
 %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.06404 seconds and 4 git commands to generate.