public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ktouch] epel10: Improve compatibility with new CMake macro
@ 2026-08-04 19:53 Igor Raits
0 siblings, 0 replies; only message in thread
From: Igor Raits @ 2026-08-04 19:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ktouch
Branch : epel10
Commit : cbe84fb04a3235aa12bd66bb7722c996577fa114
Author : Igor Raits <ignatenkobrain@fedoraproject.org>
Date : 2020-07-20T14:12:47+02:00
Stats : +5/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ktouch/c/cbe84fb04a3235aa12bd66bb7722c996577fa114?branch=epel10
Log:
Improve compatibility with new CMake macro
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
---
diff --git a/ktouch.spec b/ktouch.spec
index 6599500..d8c21a1 100644
--- a/ktouch.spec
+++ b/ktouch.spec
@@ -1,3 +1,5 @@
+%undefine __cmake_in_source_build
+
Name: ktouch
Summary: Touch Typing Tutor
Version: 20.04.3
@@ -65,17 +67,13 @@ Conflicts: kdeedu < 4.7.0-10
%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} .. \
+%{cmake_kf5} \
-DCOMPILE_QML:BOOL=OFF
-popd
-
-%make_build -C %{_target_platform}
+%cmake_build
%install
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%cmake_install
%find_lang %{name} --all-name --with-html --with-man
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:53 [rpms/ktouch] epel10: Improve compatibility with new CMake macro Igor Raits
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox