diff --git a/zeal.spec b/zeal.spec index 2756d9e..610dea1 100644 --- a/zeal.spec +++ b/zeal.spec @@ -14,8 +14,12 @@ URL: https://zealdocs.org/ Source: %{forgesource} Patch0: 0001-apply-websettings.patch -# handled by qt6-srpm-macros, which defines %%qt6_qtwebengine_arches -ExclusiveArch: %{qt6_qtwebengine_arches} +# 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 BuildRequires: cmake(Qt6Core) >= 6.2.0 BuildRequires: cmake(Qt6Gui) @@ -37,7 +41,6 @@ BuildRequires: ninja-build BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: qt6-qtbase-private-devel -BuildRequires: qt6-srpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib