]> git.pld-linux.org Git - packages/ka5-kosmindoormap.git/blobdiff - ka5-kosmindoormap.spec
- updated to 23.08.5
[packages/ka5-kosmindoormap.git] / ka5-kosmindoormap.spec
index 6c5a6e5c9864479e35a5e75b5134cbe861d66907..795d75cf2dcd566d4647a9e04901349136f319d3 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      22.12.0
+%define                kdeappsver      23.08.5
 %define                kframever       5.94.0
 %define                qtver           5.15.2
 %define                kaname          kosmindoormap
 Summary:       A library for rendering multi-level OSM indoor maps
 Name:          ka5-%{kaname}
-Version:       22.12.0
+Version:       23.08.5
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 42c8cf151800fce1117c7d01698effb1
+# Source0-md5: 132651c1ca22c71d8809289e78b46f8a
 URL:           https://community.kde.org/
 BuildRequires: Qt5Gui-devel
 BuildRequires: Qt5Network-devel >= 5.15.2
@@ -79,18 +79,16 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %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.080198 seconds and 4 git commands to generate.