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