From 97da506eb274278c5c95b0b624c0306cb7781e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 27 Sep 2019 13:11:05 +0200 Subject: [PATCH] Modernize spec file --- perl-Config-Perl-V.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-Config-Perl-V.spec b/perl-Config-Perl-V.spec index 23c81d3..bac276f 100644 --- a/perl-Config-Perl-V.spec +++ b/perl-Config-Perl-V.spec @@ -48,11 +48,11 @@ module that will return you the output of "perl -V" in a structure. chmod -x examples/* %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=$RPM_BUILD_ROOT +%{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check