]> git.pld-linux.org Git - packages/kf5-kcrash.git/blobdiff - kf5-kcrash.spec
- updated to 5.115.0
[packages/kf5-kcrash.git] / kf5-kcrash.spec
index 790545cd9fd2b1dd56b37158cfecaa92b9594f18..7cf84a3c3391e972d7fba8dd06d8a020ddcac029 100644 (file)
@@ -3,18 +3,18 @@
 %bcond_with    tests           # build with tests
 # TODO:
 # - runtime Requires if any
-%define                kdeframever     5.104
+%define                kdeframever     5.115
 %define                qtver           5.15.2
 %define                kfname          kcrash
 
 Summary:       Graceful handling of application crashes
 Name:          kf5-%{kfname}
-Version:       5.104.0
-Release:       2
+Version:       5.115.0
+Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: c31641f3ae9878c8c8ad7011559835be
+# Source0-md5: e4d7458f0df9c5adbe4e01dc2c917839
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
@@ -61,16 +61,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.0319 seconds and 4 git commands to generate.