Use make_* macros

f38
Jitka Plesnikova 5 years ago
parent d232e4f0bf
commit 689b5cf203

@ -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

Loading…
Cancel
Save