From 534f182cd0f5214627fdcd2cb39282d1256a9b1f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jul 14 2020 02:34:14 +0000 Subject: Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index 240c3dd..8797484 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -8,7 +8,7 @@ Name: perl-BSD-Resource Version: 1.291.100 %global module_version 1.2911 -Release: 12%{?dist} +Release: 13%{?dist} Summary: BSD process resource limit and priority functions # No matter what the pm and xs headers say, this is stated in the POD and, # according to upstream changelog for 1.2905, is correct. @@ -51,7 +51,7 @@ and priorities. %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 -make %{?_smp_mflags} +%make_build %install make pure_install DESTDIR=%{buildroot} @@ -68,6 +68,10 @@ make test %{_mandir}/man3/* %changelog +* Tue Jul 14 2020 Tom Stellard - 1.291.100-13 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jun 23 2020 Jitka Plesnikova - 1.291.100-12 - Perl 5.32 rebuild