#1 Use make macros
Closed 3 years ago by ppisar. Opened 3 years ago by tstellar.
rpms/ tstellar/perl-Digest-MD5 make-macros  into  master

file modified
+6 -2
@@ -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 @@ 

  

  %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 @@ 

  %{_mandir}/man3/*

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.55-457

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.55-456

  - Increase release to favour standalone package

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Thank you for the hint. I did a larger chaneges.

Pull-Request has been closed by ppisar

3 years ago