public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: boost python bits not detected on rhel6
@ 2026-08-04 19:43 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 19:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : 59f9b72e9da4d7393d7cc3c44255fe4a88650db3
Author : Rex Dieter <rdieter@math.unl.edu>
Date : 2014-03-08T17:40:26-06:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/59f9b72e9da4d7393d7cc3c44255fe4a88650db3?branch=epel10
Log:
boost python bits not detected on rhel6
omit (for now)
---
diff --git a/kig.spec b/kig.spec
index 7aefca8..7c83899 100644
--- a/kig.spec
+++ b/kig.spec
@@ -14,7 +14,10 @@ URL: https://projects.kde.org/projects/kde/kdeedu/%{name}
Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
# Kig can optionally use Boost.Python for Python scripting
+%if 0%{?fedora} || 0%{?rhel} > 6
+%global boost_python 1
BuildRequires: boost-devel
+%endif
BuildRequires: desktop-file-utils
BuildRequires: kdelibs4-devel >= %{version}
BuildRequires: python-devel python
@@ -73,7 +76,9 @@ fi
%{_kde4_datadir}/applications/kde4/kig.desktop
%{_kde4_iconsdir}/hicolor/*/*/kig.*
%{_kde4_iconsdir}/hicolor/*/*/application-x-kig.*
+%if 0%{?boost_python}
%{_kde4_appsdir}/katepart/syntax/python-kig.xml
+%endif
%{_kde4_appsdir}/kig/
%{_kde4_datadir}/kde4/services/kig_part.desktop
%{_mandir}/man1/kig.*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 19:43 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:43 [rpms/kig] epel10: boost python bits not detected on rhel6 Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox