From d5c4ca1aa59b81b4b26fba3d589853bf6c269b4f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 20:39:56 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- libarchive.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libarchive.spec b/libarchive.spec index 484de7b..d6bb529 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -2,7 +2,7 @@ Name: libarchive Version: 3.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for handling streaming archive formats License: BSD @@ -84,7 +84,7 @@ standard output. %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # rhbz#1294252 @@ -212,6 +212,10 @@ run_testsuite %changelog +* Mon Jul 13 2020 Tom Stellard - 3.4.3-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Fri May 22 2020 Ondrej Dubaj - 3.4.3-1 - Rebased to version 3.4.3