Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Yaakov Selkowitz
6ed7563be9
Use %qt6_qtwebengine_arches
ppc64le is in the process of being enabled in QtWebEngine; using the macro
will allow enablement in sync with that.

(cherry picked from commit 3003f6eca6)
2025-06-26 12:54:59 -05:00
Troy Dawson
8f5e21b330 Rebuild (qt6) 2024-12-18 13:02:44 -08:00

View file

@ -11,12 +11,7 @@ URL: https://zealdocs.org/
Source: https://github.com/zealdocs/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-apply-websettings.patch
# We should use %%qt6_qtwebengine_arches provided by qt6-srpm-macros
# but one of our dependency qt6-qtwebengine is available only
# for aarch64 and x86_64.
# BZ for the macro: https://bugzilla.redhat.com/show_bug.cgi?id=2215703
# Ticket about the arch supoort: https://bugreports.qt.io/browse/QTBUG-102143
ExclusiveArch: aarch64 x86_64
ExclusiveArch: %{qt6_qtwebengine_arches}
BuildRequires: cmake(Qt6Core) >= 6.2.0
BuildRequires: cmake(Qt6Gui)