From e450d6d1c53c11a82ac8ee6831d43da9a49c7ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Sun, 4 Dec 2022 15:03:03 +0100 Subject: [PATCH] Simplify build and install phases --- perl-Module-Runtime.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec index 4aad6c8..af8455f 100644 --- a/perl-Module-Runtime.spec +++ b/perl-Module-Runtime.spec @@ -58,11 +58,11 @@ for F in t/*.t; do done %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} # Install tests mkdir -p %{buildroot}%{_libexecdir}/%{name} cp -a t %{buildroot}%{_libexecdir}/%{name} @@ -88,6 +88,7 @@ make test %changelog * Sun Dec 04 2022 Michal Josef Špaček - 0.016-17 - Package tests +- Simplify build and install phases - Update license to SPDX format * Fri Jul 22 2022 Fedora Release Engineering - 0.016-16