X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ka5-kosmindoormap.spec;h=795d75cf2dcd566d4647a9e04901349136f319d3;hb=HEAD;hp=61df2ad67802aea7156f14f06f297487be121ada;hpb=0e8c4045664ed36939822f60f5bd51477433de7c;p=packages%2Fka5-kosmindoormap.git diff --git a/ka5-kosmindoormap.spec b/ka5-kosmindoormap.spec index 61df2ad..795d75c 100644 --- a/ka5-kosmindoormap.spec +++ b/ka5-kosmindoormap.spec @@ -1,18 +1,18 @@ # # Conditional build: %bcond_with tests # build with tests -%define kdeappsver 22.08.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.08.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: fbdd90cddc55bae0b9e289a5c795ffe6 +# 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