From 3a0bdf0c8ff96a562e50a9f6c5d74689f6b52310 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: May 14 2019 13:09:53 +0000 Subject: Modernize a spec file --- diff --git a/perl-File-Path-Tiny.spec b/perl-File-Path-Tiny.spec index 3e37b7a..ef86e0a 100644 --- a/perl-File-Path-Tiny.spec +++ b/perl-File-Path-Tiny.spec @@ -35,11 +35,11 @@ rmdir() with as little code and overhead as possible. %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} %{_fixperms} %{buildroot}/* %check