[packages/iperf3] - updated to 3.8
hawk
hawk at pld-linux.org
Tue Jun 23 11:40:01 CEST 2020
commit 37bd95de01e76ee9089a891efc93d7c11aa65295
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Jun 23 11:38:47 2020 +0200
- updated to 3.8
iperf3-nopg.patch | 10 +++++-----
iperf3.spec | 10 ++++++----
2 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/iperf3.spec b/iperf3.spec
index 87d105b..d3141a2 100644
--- a/iperf3.spec
+++ b/iperf3.spec
@@ -4,12 +4,12 @@
Summary: Network performance measurement tool
Summary(pl.UTF-8): Narzędzie do szacowania wydajności sieci
Name: iperf3
-Version: 3.6
+Version: 3.8
Release: 1
License: BSD-like
Group: Networking/Utilities
Source0: https://downloads.es.net/pub/iperf/%{orgname}-%{version}.tar.gz
-# Source0-md5: 6114c34ef6c3a69bc75de12e5366789b
+# Source0-md5: 7164f877241dce479f6e8f083e5c447d
Patch0: %{name}-nopg.patch
URL: https://software.es.net/iperf/
BuildRequires: libstdc++-devel
@@ -58,7 +58,9 @@ Pliki nagłówkowe bibliotek iperf3.
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure
+%configure \
+ --enable-profiling \
+ --enable-shared
%{__make}
%install
@@ -75,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc INSTALL LICENSE README.md RELEASE_NOTES docs/
+%doc INSTALL LICENSE README.md RELNOTES.md docs/
%attr(755,root,root) %{_bindir}/iperf3
%{_mandir}/man1/iperf3.1*
diff --git a/iperf3-nopg.patch b/iperf3-nopg.patch
index b99e0ef..361c0da 100644
--- a/iperf3-nopg.patch
+++ b/iperf3-nopg.patch
@@ -1,14 +1,14 @@
---- ./src/Makefile.am.org 2014-11-03 15:31:49.488276995 +0100
-+++ ./src/Makefile.am 2014-11-03 15:32:15.456139233 +0100
-@@ -46,9 +46,9 @@ iperf3_LDFLAGS = -g
+--- iperf3/src/Makefile.am.orig 2020-06-23 11:03:22.394451000 +0200
++++ iperf3/src/Makefile.am 2020-06-23 11:04:20.442451000 +0200
+@@ -58,9 +58,9 @@
iperf3_profile_SOURCES = main.c \
- $(libiperf_la_SOURCES)
+ $(libiperf_la_SOURCES)
-iperf3_profile_CFLAGS = -pg -g
+iperf3_profile_CFLAGS = -g
iperf3_profile_LDADD = libiperf.la
-iperf3_profile_LDFLAGS = -pg -g
+iperf3_profile_LDFLAGS = -g
+ endif
# Specify the sources and various flags for the test cases
- t_timer_SOURCES = t_timer.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iperf3.git/commitdiff/37bd95de01e76ee9089a891efc93d7c11aa65295
More information about the pld-cvs-commit
mailing list