public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: Fix flatpak build
@ 2026-08-04 19:45 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-04 19:45 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/kig
            Branch : epel10
            Commit : 8d4bc85fa863faae196665fc266e93c896519595
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2023-03-02T07:47:26-05:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/kig/c/8d4bc85fa863faae196665fc266e93c896519595?branch=epel10

            Log:
            Fix flatpak build

Flatpaks are built into the /app prefix, but python3 is part of the
runtime in /usr.

---
diff --git a/kig.spec b/kig.spec
index b0baf17..b076470 100644
--- a/kig.spec
+++ b/kig.spec
@@ -1,5 +1,5 @@
 %global _python3_include %(%{__python3} -Ic "from distutils.sysconfig import get_python_inc; print(get_python_inc())")
-%global _python3_lib %{_libdir}/lib%(basename %{_python3_include}).so
+%global _python3_lib /usr/%{_lib}/lib%(basename %{_python3_include}).so
 
 Name:    kig
 Summary: Interactive Geometry 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 19:45 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:45 [rpms/kig] epel10: Fix flatpak build Yaakov Selkowitz

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