From 689b5cf2037dc153c7645ac1eb8326437b3b3be3 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 9 Mar 2020 12:32:54 +0100 Subject: [PATCH] Use make_* macros --- perl-Affix-Infix2Postfix.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-Affix-Infix2Postfix.spec b/perl-Affix-Infix2Postfix.spec index a85f832..1cac99e 100644 --- a/perl-Affix-Infix2Postfix.spec +++ b/perl-Affix-Infix2Postfix.spec @@ -32,11 +32,11 @@ as: a b + c d * +, where the variable names mean put variable on stack. %setup -q -n Affix-Infix2Postfix-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} +%{make_install} %{_fixperms} %{buildroot}/* %check