Normalize macros
This commit is contained in:
parent
3c15a6b490
commit
4ce40debfa
@ -46,12 +46,11 @@ This Perl module provides support for fast big integer calculations.
|
|||||||
%setup -q -n Math-BigInt-FastCalc-%{cpan_version}
|
%setup -q -n Math-BigInt-FastCalc-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS" \
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
NO_PERLLOCAL=1
|
%{make_build}
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%{make_install}
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user