rebuild (Qt5)

This commit is contained in:
Rex Dieter 2016-06-16 12:17:33 -05:00
parent 9d465cf76b
commit cf889ac5a0
1 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: fcitx-qt5
Version: 1.0.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Fcitx IM module for Qt5
# The entire source code is GPLv2+ except
@ -14,8 +14,8 @@ BuildRequires: fcitx-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: libxkbcommon-devel
BuildRequires: extra-cmake-modules
# 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
BuildRequires: qt5-qtbase-private-devel
Requires: qt5-qtbase%{?_isa} = %{_qt5_version}
%filter_provides_in %{_qt5_plugindir}/platforminputcontexts/libfcitxplatforminputcontextplugin.so
%filter_setup
@ -66,6 +66,9 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -C build
%changelog
* Thu Jun 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-5
- rebuild (Qt5)
* Sun Apr 24 2016 Robin Lee <cheeselee@fedoraproject.org> - 1.0.5-4
- Build for epel7.
- Rely on extra-cmake-modules to pull in a proper version of cmake