[iperf/f19] added autoconf step to support aarch64 (#925592)

Gabriel L. Somlo somlo at fedoraproject.org
Mon May 13 14:11:29 UTC 2013


commit a36613d963dd2d8adaba8a2c99f1a518fbac2fd7
Author: Gabriel L. Somlo <somlo at cmu.edu>
Date:   Mon May 13 10:11:29 2013 -0400

    added autoconf step to support aarch64 (#925592)

 iperf.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/iperf.spec b/iperf.spec
index 76835f1..e25e9b8 100644
--- a/iperf.spec
+++ b/iperf.spec
@@ -1,6 +1,6 @@
 Name: iperf
 Version: 2.0.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
@@ -9,6 +9,7 @@ Source: http://sourceforge.net/projects/iperf/files/%{name}-%{version}.tar.gz
 Patch0: iperf-2.0.5-debuginfo.patch
 Patch1: iperf-2.0.5-tcpdual.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: autoconf
 
 %description
 Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
@@ -21,6 +22,7 @@ jitter, datagram loss.
 %patch1 -p1
 
 %build
+%{__autoconf}
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -38,6 +40,9 @@ jitter, datagram loss.
 %{_mandir}/man*/*
 
 %changelog
+* Fri May 10 2013 Gabriel Somlo <somlo at cmu.edu> 2.0.5-7
+- added autoconf step to support aarch64 (#925592)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list