public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Raits <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ktouch] epel10: Improve compatibility with new CMake macro
Date: Tue, 04 Aug 2026 19:53:58 GMT	[thread overview]
Message-ID: <178587323899.1.10063657394738752698.rpms-ktouch-cbe84fb04a32@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-04 19:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178587323899.1.10063657394738752698.rpms-ktouch-cbe84fb04a32@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox