From 8936148de6b1f82f48d29b3716b1cba9018c58f2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:56:54 +0100 Subject: [PATCH] automatic version update by autodist [release 3.10-1mamba;Thu May 27 2021] --- iperf.spec | 60 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 47 insertions(+), 13 deletions(-) diff --git a/iperf.spec b/iperf.spec index e370b18..a4b6358 100644 --- a/iperf.spec +++ b/iperf.spec @@ -1,47 +1,81 @@ Name: iperf -Version: 2.0.13 +Version: 3.10 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 -URL: http://iperf.sourceforge.net -Source: http://downloads.sourceforge.net/project/iperf2/iperf-%{version}.tar.gz +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: libgcc -BuildRequires: libstdc++6-devel +BuildRequires: libopenssl-devel +BuildRequires: libsctp-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +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 +%setup -q +./bootstrap.sh %build %configure + %make %install %makeinstall -#make install < 3.10-1mamba +- automatic version update by autodist + +* Tue May 25 2021 Silvan Calarco 3.9-1mamba +- update to 3.9 + * Mon Jan 28 2019 Automatic Build System 2.0.13-1mamba - automatic version update by autodist