Minor cleanup
This commit is contained in:
parent
4e0cbcbf7c
commit
941d54ef58
@ -35,10 +35,9 @@ ranges. Works for IPv4 and IPv6 addresses.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||||
%{_fixperms} $RPM_BUILD_ROOT
|
%{_fixperms} $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user