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: workaround rawhide FTBFS
Date: Tue, 04 Aug 2026 19:44:41 GMT [thread overview]
Message-ID: <178587268163.1.6896430682833267279.rpms-kig-d6a2b0ea4379@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : d6a2b0ea4379f900c76682b4d2e6a1fd3af8176c
Author : Rex Dieter <rdieter@gmail.com>
Date : 2019-02-12T17:06:16-06:00
Stats : +10/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/d6a2b0ea4379f900c76682b4d2e6a1fd3af8176c?branch=epel10
Log:
workaround rawhide FTBFS
disable boost until newer/fixed FindBoost.cmake is available
---
diff --git a/kig.spec b/kig.spec
index 913fbce..bfc8091 100644
--- a/kig.spec
+++ b/kig.spec
@@ -24,7 +24,9 @@ Patch1: 0001-explicitly-use-QLibrary-to-load-libpython-like-pykde.patch
Patch2: kig-15.12.2-exceptions.patch
BuildRequires: boost-devel
-%if 0%{?fedora} > 28
+%if 0%{?fedora} > 28 && 0%{?fedora} < 30
+# requires newer/fixed FindBoost.cmake
+%global boost 1
BuildRequires: boost-python2-devel
%endif
BuildRequires: python2-devel python2
@@ -47,7 +49,9 @@ BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5CoreAddons)
-BuildRequires: pkgconfig(Qt5Svg) pkgconfig(Qt5PrintSupport)
+BuildRequires: pkgconfig(Qt5PrintSupport)
+BuildRequires: pkgconfig(Qt5Svg)
+BuildRequires: pkgconfig(Qt5XmlPatterns)
# when split occurred
Conflicts: kdeedu-math < 4.7.0-10
@@ -99,13 +103,16 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.d
%{_kf5_datadir}/kxmlgui5/%{name}/
#{_kf5_datadir}/sounds/%{name}*
%{_kf5_qtplugindir}/kigpart.so
+%if 0%{?boost}
%{_kf5_datadir}/katepart5/syntax/python-kig.xml
+%endif
%{_mandir}/man1/kig.1*
%changelog
-* Tue Feb 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.2-1
+* Tue Feb 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.2-1
- 18.12.2
+- disable boost-python support on f30+ (for now, requires newer cmake)
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
reply other threads:[~2026-08-04 19:44 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=178587268163.1.6896430682833267279.rpms-kig-d6a2b0ea4379@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