Update to 3.0.1
This commit is contained in:
parent
f4a71f4c9c
commit
84af600146
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/iperf-3.0b4.tar.gz
|
||||
/iperf-3.0b5.tar.gz
|
||||
/iperf-3.0.tar.gz
|
||||
/iperf-3.0.1.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: iperf3
|
||||
Version: 3.0
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||
|
||||
Group: Applications/Internet
|
||||
License: BSD
|
||||
URL: http://code.google.com/p/iperf/
|
||||
Source0: http://stats.es.net/software/iperf-3.0.tar.gz
|
||||
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRequires: libuuid-devel
|
||||
|
||||
@ -16,7 +16,7 @@ various parameters and UDP characteristics. Iperf reports bandwidth, delay
|
||||
jitter, data-gram loss.
|
||||
|
||||
%prep
|
||||
%setup -q -n iperf
|
||||
%setup -q -n iperf-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2014 Susant Sahani <ssahani@redhat.com> 3.0.1-1
|
||||
- Update to 3.0.1
|
||||
|
||||
* Fri Oct 25 2013 Steven Roberts <strobert@strobe.net> 3.0-1
|
||||
- Update to 3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user