#1 Use make macros
Merged 3 years ago by adelton. Opened 3 years ago by tstellar.
rpms/ tstellar/perl-BSD-Resource make-macros  into  master

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

  

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

  %{_mandir}/man3/*

  

  %changelog

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

+ - Use make macros

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

+ 

  * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.291.100-12

  - Perl 5.32 rebuild

  

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.

Pull-Request has been merged by adelton

3 years ago