Normalize macros

This commit is contained in:
Petr Písař 2020-02-05 09:28:36 +01:00
parent 3c15a6b490
commit 4ce40debfa

View File

@ -46,12 +46,11 @@ This Perl module provides support for fast big integer calculations.
%setup -q -n Math-BigInt-FastCalc-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS" \
NO_PERLLOCAL=1
%make_build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
%{make_build}
%install
%make_install
%{make_install}
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*