Update to 3.0.2

This commit is contained in:
Susant Sahani 2014-03-11 14:20:01 +05:30
parent 84af600146
commit 4e569c4433
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/iperf-3.0b5.tar.gz
/iperf-3.0.tar.gz
/iperf-3.0.1.tar.gz
/iperf-3.0.2.tar.gz

View File

@ -1,11 +1,11 @@
Name: iperf3
Version: 3.0.1
Version: 3.0.2
Release: 1%{?dist}
Summary: Measurement tool for TCP/UDP bandwidth performance
Group: Applications/Internet
License: BSD
URL: http://code.google.com/p/iperf/
URL: http://github.com/esnet/iperf
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libuuid-devel
@ -31,16 +31,24 @@ rm %{buildroot}%{_libdir}/libiperf.a
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS README LICENSE INSTALL RELEASE_NOTES TODO
%doc AUTHORS README.md LICENSE INSTALL RELEASE_NOTES TODO
%{_mandir}/man1/iperf3.1.gz
%{_mandir}/man3/libiperf.3.gz
%{_bindir}/iperf3
%{_libdir}/libiperf.la
%{_libdir}/libiperf.so
%{_libdir}/libiperf.so.0
%{_libdir}/libiperf.so.0.0.0
%changelog
* Tue Mar 11 2014 Susant Sahani <ssahani@redhat.com> 3.0.2-1
- Update to 3.0.2
* Tue Jan 14 2014 Susant Sahani <ssahani@redhat.com> 3.0.1-1
- Update to 3.0.1

View File

@ -1 +1 @@
1bb10c8144460f1b7ce9a4bba55d8dcd iperf-3.0.1.tar.gz
2b6ec1d5370fcc91349894c389d68fc3 iperf-3.0.2.tar.gz