public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: Fix EPEL build
Date: Tue, 04 Aug 2026 19:45:33 GMT	[thread overview]
Message-ID: <178587273340.1.2718493613690372818.rpms-kig-493714806a5e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/kig
            Branch : epel10
            Commit : 493714806a5e67b44870ff1c9eb609e75ae3b953
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2024-08-05T21:37:03-04:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/kig/c/493714806a5e67b44870ff1c9eb609e75ae3b953?branch=epel10

            Log:
            Fix EPEL build

RHEL 9 boost and later follow the naming pattern used in Fedora.

---
diff --git a/kig.spec b/kig.spec
index 6c367d1..0b787f2 100644
--- a/kig.spec
+++ b/kig.spec
@@ -67,10 +67,10 @@ Conflicts: kdeedu-math < 4.7.0-10
   -DPYTHON_INCLUDE_DIR=%{_python3_include} \
   -DPYTHON_LIBRARY=%{_python3_lib} \
   -DBoostPython_INCLUDE_DIRS="%{_python3_include};%{_includedir}/boost" \
-%if 0%{?rhel}
-  -DBoostPython_LIBRARIES="%{_python3_lib};%{_libdir}/libboost_python3.so"
-%else
+%if 0%{?fedora} || 0%{?rhel} >= 9
   -DBoostPython_LIBRARIES="%{_python3_lib};%{_libdir}/libboost_python%{python3_version_nodots}.so"
+%else
+  -DBoostPython_LIBRARIES="%{_python3_lib};%{_libdir}/libboost_python3.so"
 %endif
 
 %cmake_build

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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178587273340.1.2718493613690372818.rpms-kig-493714806a5e@fedoraproject.org \
    --to=yselkowi@redhat.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