From 8be0585b183cc2852870b29aae2bbe2b582c93d1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jul 14 2020 02:44:26 +0000 Subject: Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- diff --git a/perl-Unicode-Normalize.spec b/perl-Unicode-Normalize.spec index 7cf56c4..7c188a0 100644 --- a/perl-Unicode-Normalize.spec +++ b/perl-Unicode-Normalize.spec @@ -1,7 +1,7 @@ %global base_version 1.25 Name: perl-Unicode-Normalize Version: 1.27 -Release: 456%{?dist} +Release: 457%{?dist} Summary: Unicode Normalization Forms License: GPL+ or Artistic URL: https://metacpan.org/release/Unicode-Normalize @@ -42,7 +42,7 @@ Unicode normalization forms as defined in Unicode Standard Annex #15. %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %install make pure_install DESTDIR=$RPM_BUILD_ROOT @@ -60,6 +60,10 @@ make test %{_mandir}/man3/* %changelog +* Tue Jul 14 2020 Tom Stellard - 1.27-457 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Mon Jun 22 2020 Jitka Plesnikova - 1.27-456 - Upgrade to 1.27 as provided in perl-5.32.0