public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/artikulate] epel10: adaptations for CMake out-of-tree builds
@ 2026-08-04 17:34 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-04 17:34 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 17:34 [rpms/artikulate] epel10: adaptations for CMake out-of-tree builds Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox