From 991724113bdb9a9202a2c6dff70b592b93b3c899 Mon Sep 17 00:00:00 2001 From: Qiyu Yan Date: Tue, 4 Aug 2020 10:32:38 +0800 Subject: [PATCH] Improve compatibility with new CMake macro --- fcitx-qt5.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fcitx-qt5.spec b/fcitx-qt5.spec index 55ffff7..989f007 100644 --- a/fcitx-qt5.spec +++ b/fcitx-qt5.spec @@ -2,7 +2,7 @@ Name: fcitx-qt5 Version: 1.2.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Fcitx IM module for Qt5 # The entire source code is GPLv2+ except @@ -42,14 +42,11 @@ developing programs using fcitx-qt5 libraries. %setup -q %build -mkdir -pv build -pushd build -%cmake .. -popd -make %{?_smp_mflags} -C build +%cmake +%cmake_build %install -make install/fast DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -C build +%cmake_install %find_lang %{name} %ldconfig_scriptlets @@ -69,6 +66,9 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -C build %changelog +* Tue Aug 04 2020 Qiyu Yan - 1.2.4-7 +- Improve compatibility with new CMake macro + * Sat Aug 01 2020 Fedora Release Engineering - 1.2.4-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild