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

file modified
+6 -2
@@ -1,7 +1,7 @@ 

  Name:           perftest

  Summary:        IB Performance Tests

  Version:        4.4

- Release:        3%{?dist}

+ Release:        4%{?dist}

  License:        GPLv2 or BSD

  Source:         https://github.com/linux-rdma/perftest/releases/download/4.4-0.29/perftest-4.4-0.29.g817ec38.tar.gz

  Url:            https://github.com/linux-rdma/perftest
@@ -25,7 +25,7 @@ 

  

  %build

  %configure

- make V=1 %{?_smp_mflags}

+ %make_build

  

  %install

  for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw}; do
@@ -38,6 +38,10 @@ 

  %_bindir/*

  

  %changelog

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

+ - Use make macros

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

+ 

  * Sun May 24 2020 Honggang Li <honli@redhat.com> - 4.4-3

  - Rebase to upstream release perftest-4.4-0.29

  

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 honli

3 years ago