Update to upstream 3.0
This commit is contained in:
parent
91f8ffa922
commit
f4a71f4c9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/iperf-3.0b4.tar.gz
|
||||
/iperf-3.0b5.tar.gz
|
||||
/iperf-3.0.tar.gz
|
||||
|
10
iperf3.spec
10
iperf3.spec
@ -1,12 +1,12 @@
|
||||
Name: iperf3
|
||||
Version: 3.0
|
||||
Release: 0.5.b5%{?dist}
|
||||
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://iperf.googlecode.com/files/iperf-3.0b5.tar.gz
|
||||
Source0: http://stats.es.net/software/iperf-3.0.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRequires: libuuid-devel
|
||||
|
||||
@ -16,8 +16,7 @@ various parameters and UDP characteristics. Iperf reports bandwidth, delay
|
||||
jitter, data-gram loss.
|
||||
|
||||
%prep
|
||||
%setup -q -n iperf-%{version}b5
|
||||
|
||||
%setup -q -n iperf
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -42,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 25 2013 Steven Roberts <strobert@strobe.net> 3.0-1
|
||||
- Update to 3.0
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.b5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user