From c8f9ba8dcc6b35db574198a6c36334cf088ed111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 5 Feb 2020 08:24:45 +0100 Subject: [PATCH] Normalize the macros --- perl-Digest-SHA.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec index 018a60c..0939801 100644 --- a/perl-Digest-SHA.spec +++ b/perl-Digest-SHA.spec @@ -77,12 +77,11 @@ chmod -x examples/* perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{examples/dups})' %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE='%{optflags}' \ - NO_PERLLOCAL=1 -%make_build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE='%{optflags}' +%{make_build} %install -%make_install +%{make_install} find '%{buildroot}' -type f -name '*.bs' -empty -delete %{_fixperms} -c '%{buildroot}'