public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kig] epel10: workaround rawhide FTBFS
@ 2026-08-04 19:44 Rex Dieter
  0 siblings, 0 replies; only message 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 : 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

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

only message in thread, other threads:[~2026-08-04 19:44 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:44 [rpms/kig] epel10: workaround rawhide FTBFS Rex Dieter

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