From a8be2b342601eb72cca6082d77aaf768fba035ef Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 14 Jul 2020 15:16:02 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- aspell.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aspell.spec b/aspell.spec index 4b48684..d1b5d86 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,7 +1,7 @@ Summary: Spell checker Name: aspell Version: 0.60.8 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 12 # LGPLv2+ .. common/gettext.h # LGPLv2 .. modules/speller/default/phonet.hpp, @@ -50,7 +50,7 @@ mv manual/aspell.info.aux manual/aspell.info %build %configure --disable-rpath sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool -make %{?_smp_mflags} +%make_build cp scripts/aspell-import examples/aspell-import chmod 644 examples/aspell-import cp manual/aspell-import.1 examples/aspell-import.1 @@ -110,6 +110,10 @@ rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir %{_mandir}/man1/pspell-config.1* %changelog +* Tue Jul 14 2020 Tom Stellard - 12:0.60.8-4 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jan 28 2020 Fedora Release Engineering - 12:0.60.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild