public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: fix build
@ 2026-08-04 19:44 Rex Dieter
  0 siblings, 0 replies; 2+ messages in thread
From: Rex Dieter @ 2026-08-04 19:44 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/kig] epel10: fix build
@ 2026-08-04 19:44 Rex Dieter
  0 siblings, 0 replies; 2+ messages in thread
From: Rex Dieter @ 2026-08-04 19:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kig
Branch : epel10
Commit : 3e17a2d24edf3e2697568f985b5b68bf9b69aa37
Author : Rex Dieter <rdieter@gmail.com>
Date   : 2017-09-21T15:27:24-05:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kig/c/3e17a2d24edf3e2697568f985b5b68bf9b69aa37?branch=epel10

Log:
fix build

---
diff --git a/kig.spec b/kig.spec
index 66f521e..ec27eba 100644
--- a/kig.spec
+++ b/kig.spec
@@ -77,6 +77,8 @@ make %{?_smp_mflags} -C %{_target_platform}
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
+%find_lang %{name} --all-name --with-html --with-man --with-qt
+
 
 %check
 appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml ||:
@@ -97,7 +99,7 @@ fi
 gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
 update-desktop-database -q &> /dev/null ||:
 
-%files
+%files -f %{name}.lang
 %license COPYING*
 %{_kf5_bindir}/%{name}*
 %{_kf5_bindir}/pykig.*
@@ -107,7 +109,6 @@ update-desktop-database -q &> /dev/null ||:
 %{_kf5_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_kf5_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
 %{_kf5_datadir}/%{name}/
-%{_kf5_docdir}/HTML/en/%{name}/
 #{_kf5_datadir}/kconf_update/%{name}*
 #{_kf5_datadir}/knotifications5/%{name}.notifyrc
 %{_kf5_datadir}/kservices5/kig_part.desktop

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-04 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:44 [rpms/kig] epel10: fix build Rex Dieter
  -- strict thread matches above, loose matches on Subject: below --
2026-08-04 19:44 Rex Dieter

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