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

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


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

    added autoconf step to support aarch64 (#925592)

 iperf.spec |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/iperf.spec b/iperf.spec
index 05c4301..e25e9b8 100644
--- a/iperf.spec
+++ b/iperf.spec
@@ -1,6 +1,6 @@
 Name: iperf
 Version: 2.0.5
-Release: 3%{?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,18 @@ 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
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Mon Nov 28 2011 Gabriel Somlo <somlo at cmu.edu> 2.0.5-3
 - include man page with build (BZ 756794)
 


More information about the scm-commits mailing list