Use parentheses in %make_* macros

This commit is contained in:
Jitka Plesnikova 2020-02-06 08:54:56 +01:00
parent 728d339068
commit ebb84fbf81

View File

@ -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}_ && \