automatic update by autodist [release 2.0.5-1mamba;Sat Jul 10 2010]
This commit is contained in:
parent
1680ebda45
commit
a8c6d34e41
@ -1,2 +1,4 @@
|
|||||||
# iperf
|
# iperf
|
||||||
|
|
||||||
|
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss.
|
||||||
|
|
||||||
|
52
iperf.spec
Normal file
52
iperf.spec
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
Name: iperf
|
||||||
|
Version: 2.0.5
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics.
|
||||||
|
Group: Network/Monitoring
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://iperf.sourceforge.net
|
||||||
|
Source: http://mesh.dl.sourceforge.net/sourceforge/iperf/iperf-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
%makeinstall
|
||||||
|
#make install <<EOF
|
||||||
|
#%{buildroot}%{_bindir}
|
||||||
|
#EOF
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README doc/*
|
||||||
|
%{_bindir}/iperf
|
||||||
|
%{_mandir}/man1/iperf.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jul 10 2010 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-1mamba
|
||||||
|
- update to 2.0.4
|
||||||
|
|
||||||
|
* Wed Jul 11 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
|
||||||
|
- update to 2.0.2
|
||||||
|
|
||||||
|
* Thu Apr 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-1qilnx
|
||||||
|
- first build
|
Loading…
Reference in New Issue
Block a user