BR: qt5-qtbase-private-devel

This commit is contained in:
Robin Lee 2018-02-14 01:05:20 +08:00
parent 076e8d880b
commit a19309eeef
1 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: fcitx-qt5
Version: 1.2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Fcitx IM module for Qt5
# The entire source code is GPLv2+ except
@ -17,7 +17,10 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: libxkbcommon-devel
BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
# The author requests that fcitx-qt5 should be rebuilt for each minor version of qt5
# The author requests that fcitx-qt5 should be rebuilt for each minor version
# of qt5. qt5-qtbase-private-devel is not actually required for build, but
# left for Qt maintainer to tract this case.
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%filter_provides_in %{_qt5_plugindir}/platforminputcontexts/libfcitxplatforminputcontextplugin.so
%filter_provides_in %{_libdir}/fcitx/qt/libfcitx-quickphrase-editor5.so
@ -69,6 +72,9 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -C build
%changelog
* Wed Feb 14 2018 Robin Lee <cheeselee@fedoraproject.org> - 1.2.2-3
- BR: qt5-qtbase-private-devel
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild