From 3894d54a33905752223d5d8b5057a969c149f1f4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 20:13:21 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- ibus-typing-booster.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 0667f2e..b436637 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 2.9.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A completion input method License: GPLv3+, ASL 2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ @@ -100,11 +100,11 @@ Unicode symbols. %build export PYTHON=%{__python3} %configure --disable-static --disable-additional --enable-installed-tests -make %{?_smp_mflags} +%make_build %install export PYTHON=%{__python3} -make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig +%make_install NO_INDEX=true pkgconfigdir=%{_datadir}/pkgconfig %py_byte_compile %{python3} /usr/share/ibus-typing-booster/engine %py_byte_compile %{python3} /usr/share/ibus-typing-booster/setup %if 0%{?fedora} >= 26 || 0%{?rhel} > 7 @@ -241,6 +241,10 @@ fi - Support %%S expansion in include statements in compose files - Translation update from Weblate for fr, he, hu, zh_CN +* Mon Jul 13 2020 Tom Stellard - 2.9.3-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Mon Jun 22 2020 Mike FABIAN - 2.9.3-1 - Update to 2.9.3 - Translation updates from Weblate for he