From a7446ef9075c6108b3602452ffa1d80ad99a4daa Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jul 01 2019 13:09:33 +0000 Subject: Modernize spec file --- diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 6ae947a..4ecb440 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -112,11 +112,11 @@ version 5.005 or newer. %patch0 -p1 %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} rm -f %{buildroot}/blib/lib/auto/share/dist/Module-Install/dist_file.txt %{_fixperms} %{buildroot}/*