From b99f688569bce401db7df2608790fc45305fdef5 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 21 Dec 2021 14:23:39 +0800 Subject: [PATCH] remove ExclusiveArch macro --- fcitx-libpinyin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fcitx-libpinyin.spec b/fcitx-libpinyin.spec index 0c4bcef..f6a7459 100644 --- a/fcitx-libpinyin.spec +++ b/fcitx-libpinyin.spec @@ -1,6 +1,6 @@ Name: fcitx-libpinyin Version: 0.5.3 -Release: 12 +Release: 13 Summary: Libpinyin Wrapper for Fcitx License: GPLv2+ URL: https://fcitx-im.org/wiki/Libpinyin @@ -14,7 +14,7 @@ BuildRequires: qt5-qtwebengine-devel, dbus-devel BuildRequires: fcitx-qt5-devel >= 1.1 Requires: fcitx # handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches -ExclusiveArch: %{qt5_qtwebengine_arches} +# ExclusiveArch: %{qt5_qtwebengine_arches} %description Fcitx-libpinyin is a libpinyin Wrapper for Fcitx. @@ -53,6 +53,9 @@ popd %{_datadir}/icons/hicolor/48x48/status/fcitx-*.png %changelog +* Tue Dec 21 2021 tanyulong - 0.5.3-13 +- remove ExclusiveArch macro + * Fri Sep 18 2020 Luke Yue - 0.5.3-12 - Adapt for openEuler