Update to 3.0.2
This commit is contained in:
parent
84af600146
commit
4e569c4433
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/iperf-3.0b5.tar.gz
|
/iperf-3.0b5.tar.gz
|
||||||
/iperf-3.0.tar.gz
|
/iperf-3.0.tar.gz
|
||||||
/iperf-3.0.1.tar.gz
|
/iperf-3.0.1.tar.gz
|
||||||
|
/iperf-3.0.2.tar.gz
|
||||||
|
14
iperf3.spec
14
iperf3.spec
@ -1,11 +1,11 @@
|
|||||||
Name: iperf3
|
Name: iperf3
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||||
|
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: BSD
|
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
|
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
@ -31,16 +31,24 @@ rm %{buildroot}%{_libdir}/libiperf.a
|
|||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%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}/man1/iperf3.1.gz
|
||||||
%{_mandir}/man3/libiperf.3.gz
|
%{_mandir}/man3/libiperf.3.gz
|
||||||
%{_bindir}/iperf3
|
%{_bindir}/iperf3
|
||||||
|
%{_libdir}/libiperf.la
|
||||||
|
%{_libdir}/libiperf.so
|
||||||
|
%{_libdir}/libiperf.so.0
|
||||||
|
%{_libdir}/libiperf.so.0.0.0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 14 2014 Susant Sahani <ssahani@redhat.com> 3.0.1-1
|
||||||
- Update to 3.0.1
|
- Update to 3.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user