#1 Use make macros
Merged 3 years ago by honli. Opened 3 years ago by tstellar.
rpms/ tstellar/qperf make-macros  into  master

file modified
+7 -3
@@ -1,7 +1,7 @@ 

  Name:           qperf

  Summary:        Measure socket and RDMA performance

  Version:        0.4.9

- Release:        18%{?dist}

+ Release:        19%{?dist}

  License:        GPLv2 or BSD

  Source:         http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz

  Url:            http://www.openfabrics.org
@@ -23,10 +23,10 @@ 

  %build

  export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

  %configure

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make DESTDIR=%{buildroot} install

+ %make_install

  

  %files

  %license COPYING
@@ -34,6 +34,10 @@ 

  %_mandir/man1/qperf.1*

  

  %changelog

+ * Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 0.4.9-19

+ - Use make macros

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

+ 

  * Sun Jul 19 2020 Honggang Li <honli@redhat.com> - 0.4.9-18

  - Add BR perl-diagnostics and perl-POSIX

  

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.

Please rebase the patch.

rebased onto 88e25cc

3 years ago

I've rebased the patch now.

Pull-Request has been merged by honli

3 years ago