]> 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 40b4fd52c897650145fb904d267669c875e13c00..336e4893c0e06f2738acf2bf88aba3fbf363bc7c 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      22.04.2
-%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.2
+Version:       23.08.5
 Release:       1
 License:       GPL v2+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 26cfa798382e818e9707f5ceb00cbc3a
+# 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.045983 seconds and 4 git commands to generate.