131 lines
3.9 KiB
RPMSpec
131 lines
3.9 KiB
RPMSpec
Name: iperf
|
|
Version: 3.17.1
|
|
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: https://software.es.net/iperf/
|
|
Source: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libsctp-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%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.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
./bootstrap.sh
|
|
|
|
%build
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/iperf3
|
|
%{_mandir}/man1/iperf3.1*
|
|
%{_mandir}/man3/libiperf.3*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libiperf.so.*
|
|
%doc LICENSE
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libiperf.a
|
|
%{_libdir}/libiperf.so
|
|
%{_includedir}/iperf_api.h
|
|
|
|
%changelog
|
|
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 3.17.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 12 2024 Automatic Build System <autodist@openmamba.org> 3.17-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 30 2023 Automatic Build System <autodist@mambasoft.it> 3.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 3.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 3.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 3.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 3.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 3.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 03 2021 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 27 2021 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9-1mamba
|
|
- update to 3.9
|
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 20 2018 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|