rebuild(qt5), tighten qt5 dep, .spec cosmetics

This commit is contained in:
Rex Dieter 2015-10-09 07:09:53 -05:00
parent 4be3a0f0a8
commit 1a3ebe4afc
1 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
Name: fcitx-qt5
Version: 1.0.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Fcitx IM module for Qt5
# The entire source code is GPLv2+ except
@ -18,7 +18,7 @@ BuildRequires: libxkbcommon-devel
BuildRequires: extra-cmake-modules
# The author requests that fcitx-qt5 should be rebuilt for each minor version
# of qt5
Requires: qt5-qtbase = %{_qt5_version}
Requires: %{?_qt5}%{?_isa} = %{_qt5_version}
%filter_provides_in %{_qt5_plugindir}/platforminputcontexts/libfcitxplatforminputcontextplugin.so
%filter_setup
@ -42,12 +42,11 @@ developing programs using fcitx-qt5 libraries.
mkdir -pv build
pushd build
%cmake ..
make %{?_smp_mflags} VERBOSE=1
popd
make %{?_smp_mflags} -C build
%install
pushd build
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
popd
make install/fast DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -C build
%post -p /sbin/ldconfig
@ -65,6 +64,9 @@ popd
%changelog
* Fri Oct 09 2015 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-3
- rebuild(qt5), tighten qt5 dep, .spec cosmetics
* Wed Sep 23 2015 Robin Lee <cheeselee@fedoraproject.org> - 1.0.4-2
- Requires a versioned qt5-qtbase