public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ktouch] epel10: use %make_build
@ 2026-08-04 19:53 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 19:53 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ktouch
            Branch : epel10
            Commit : c3035b6d2c90df9deb8d9317e0a2caf24782e65a
            Author : Rex Dieter <rdieter@gmail.com>
            Date   : 2019-08-27T11:06:30-05:00
            Stats  : +9/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ktouch/c/c3035b6d2c90df9deb8d9317e0a2caf24782e65a?branch=epel10

            Log:
            use %make_build
%build: -DDCOMPILE_QML:BOOL=OFF (#1698243)

---
diff --git a/ktouch.spec b/ktouch.spec
index 9d46b30..24d9ac9 100644
--- a/ktouch.spec
+++ b/ktouch.spec
@@ -1,7 +1,7 @@
 Name:    ktouch
 Summary: Touch Typing Tutor 
 Version: 19.08.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+
 URL:     https://www.kde.org/applications/education/ktouch/
@@ -65,16 +65,17 @@ Conflicts: kdeedu < 4.7.0-10
 %build
 mkdir %{_target_platform}
 pushd %{_target_platform}
-%{cmake_kf5} ..
+%{cmake_kf5} .. \
+  -DCOMPILE_QML:BOOL=OFF
 popd
 
-make %{?_smp_mflags} -C %{_target_platform}
+%make_build -C %{_target_platform}
 
 
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
-%find_lang %{name} --all-name --with-html --with-man --with-qt
+%find_lang %{name} --all-name --with-html --with-man
 
 
 %check
@@ -95,6 +96,10 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
 
 
 %changelog
+* Tue Aug 27 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.0-2
+- use %%make_build
+- %%build: -DDCOMPILE_QML:BOOL=OFF (#1698243)
+
 * Tue Aug 20 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.0-1
 - 19.08.0
 

^ 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: use %make_build Rex Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox