From ebb84fbf810f551c312e56c3ea1e4caa64304551 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 6 Feb 2020 08:54:56 +0100 Subject: [PATCH] Use parentheses in %make_* macros --- perl-HTML-Parser.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 6da6370..89ae357 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -52,12 +52,11 @@ HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules. chmod -c a-x eg/* %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 \ - NO_PERLLOCAL=1 -%make_build +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -%make_install +%{make_install} file=%{buildroot}%{_mandir}/man3/HTML::Entities.3pm iconv -f iso-8859-1 -t utf-8 <"$file" > "${file}_" && \ touch -r ${file} ${file}_ && \