From 763d7d39a0a315327f736bf94f3123b4ae41b28c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 20:57:57 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- libexttextcat.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libexttextcat.spec b/libexttextcat.spec index 08438b3..8242551 100644 --- a/libexttextcat.spec +++ b/libexttextcat.spec @@ -1,6 +1,6 @@ Name: libexttextcat Version: 3.4.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Text categorization library License: BSD @@ -34,10 +34,10 @@ you to easily create your own document fingerprints. %build %configure --disable-silent-rules --disable-static --disable-werror -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install rm -f %{buildroot}/%{_libdir}/*.la %check @@ -61,6 +61,10 @@ make check %{_bindir}/createfp %changelog +* Mon Jul 13 2020 Tom Stellard - 3.4.5-7 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Jan 29 2020 Fedora Release Engineering - 3.4.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild