public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: fix build
Date: Tue, 04 Aug 2026 19:44:38 GMT	[thread overview]
Message-ID: <178587267825.1.11614071096877471916.rpms-kig-ec876f7da438@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/kig
            Branch : epel10
            Commit : ec876f7da438297a55aa7c9aa7582215cd1ec435
            Author : Rex Dieter <rdieter@gmail.com>
            Date   : 2018-10-10T14:48:22-05:00
            Stats  : +6/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/kig/c/ec876f7da438297a55aa7c9aa7582215cd1ec435?branch=epel10

            Log:
            fix build

explicitly use python2 exe
use %%make_build
better .desktop/.appdata validation

---
diff --git a/kig.spec b/kig.spec
index dc65bcd..08c4848 100644
--- a/kig.spec
+++ b/kig.spec
@@ -63,21 +63,22 @@ Conflicts: kdeedu-math < 4.7.0-10
 %build
 mkdir %{_target_platform}
 pushd %{_target_platform}
-%{cmake_kf5} ..
+%{cmake_kf5} .. \
+  -DPYTHON_EXECUTABLE:PATH=%{__python2}
 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
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||:
-desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||:
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
+desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
 
 
 %files -f %{name}.lang

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04 19:44 Rex Dieter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-04 19:44 [rpms/kig] epel10: fix build Rex Dieter

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=178587267825.1.11614071096877471916.rpms-kig-ec876f7da438@fedoraproject.org \
    --to=rdieter@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