65 lines
1.8 KiB
RPMSpec
65 lines
1.8 KiB
RPMSpec
Name: iperf
|
|
Version: 2.0.11
|
|
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://downloads.sourceforge.net/project/iperf2/iperf-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
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
|
|
%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
|
|
* Sun May 27 2018 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 24 2017 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9-1mamba
|
|
- update to 2.0.9
|
|
|
|
* 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
|