From 827fbe417fc189a22743a2ba9ecefa997d89dd1f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jul 14 2020 02:37:29 +0000 Subject: Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec index 93fb9c5..68dae78 100644 --- a/perl-Digest-MD5.spec +++ b/perl-Digest-MD5.spec @@ -1,6 +1,6 @@ Name: perl-Digest-MD5 Version: 2.55 -Release: 456%{?dist} +Release: 457%{?dist} Summary: Perl interface to the MD5 algorithm License: (GPL+ or Artistic) and BSD URL: https://metacpan.org/release/Digest-MD5 @@ -44,7 +44,7 @@ input a message of arbitrary length and produces as output a 128-bit %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS" -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 - 2.55-457 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Mon Jun 22 2020 Jitka Plesnikova - 2.55-456 - Increase release to favour standalone package