]> git.pld-linux.org Git - packages/iperf3.git/commitdiff
- updated to 3.8 auto/th/iperf3-3.8-1
authorMarcin Krol <hawk@tld-linux.org>
Tue, 23 Jun 2020 09:38:47 +0000 (11:38 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 23 Jun 2020 09:38:47 +0000 (11:38 +0200)
iperf3-nopg.patch
iperf3.spec

index b99e0efcf687ebe024b20829cc72b8e00be3e512..361c0da2fe0c66c1a5bc5d2e16e506d5b4802ccb 100644 (file)
@@ -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
index 87d105bd5ebf15b1053a2da42516314d210d9533..d3141a293082395292f0861e0aaabfb30295a45d 100644 (file)
@@ -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*
 
This page took 0.086504 seconds and 4 git commands to generate.