public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/artikulate] epel10: adaptations for CMake out-of-tree builds
Date: Tue, 04 Aug 2026 17:34:26 GMT	[thread overview]
Message-ID: <178586486675.1.11266098660535994936.rpms-artikulate-ebd42cb46ff0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/artikulate
            Branch : epel10
            Commit : ebd42cb46ff0b0bd868bb4ac9309cb1865bccf82
            Author : Fabio Valentini <decathorpe@gmail.com>
            Date   : 2020-08-06T10:51:00+02:00
            Stats  : +3/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/artikulate/c/ebd42cb46ff0b0bd868bb4ac9309cb1865bccf82?branch=epel10

            Log:
            adaptations for CMake out-of-tree builds

See: https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds

---
diff --git a/artikulate.spec b/artikulate.spec
index 6c6438b..1062fc5 100644
--- a/artikulate.spec
+++ b/artikulate.spec
@@ -57,16 +57,12 @@ Requires: %{name} = %{version}-%{release}
 
 
 %build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} ..
-popd
-
-%make_build -C %{_target_platform}
+%cmake_kf5
+%cmake_build
 
 
 %install
-make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%cmake_install
 
 %find_lang %{name} --all-name --with-html --with-qt
 

                 reply	other threads:[~2026-08-04 17:34 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=178586486675.1.11266098660535994936.rpms-artikulate-ebd42cb46ff0@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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