commit ed3bda22a4e688f35241ec2d1728ee4c3bfca450
Author: Adam Gołębiowski <[email protected]>
Date:   Sun Oct 14 11:25:12 2018 +0200

    - updated to 3.6

 iperf3-nopg.patch |  4 ++--
 iperf3.spec       | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/iperf3.spec b/iperf3.spec
index ffc8aeb..7606675 100644
--- a/iperf3.spec
+++ b/iperf3.spec
@@ -4,14 +4,14 @@
 Summary:       Network performance measurement tool
 Summary(pl.UTF-8):     Narzędzie do szacowania wydajności sieci
 Name:          iperf3
-Version:       3.0.3
+Version:       3.6
 Release:       1
 License:       BSD-like
 Group:         Networking/Utilities
-Source0:       http://stats.es.net/software/iperf-%{version}.tar.gz
-# Source0-md5: dc5f0a7e2b3007ee3203055f000637bb
+Source0:       https://downloads.es.net/pub/iperf/%{orgname}-%{version}.tar.gz
+# Source0-md5: 6114c34ef6c3a69bc75de12e5366789b
 Patch0:                %{name}-nopg.patch
-URL:           http://code.google.com/p/iperf/
+URL:           https://software.es.net/iperf/
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -75,9 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README.md RELEASE_NOTES
+%doc INSTALL LICENSE README.md RELEASE_NOTES docs/
 %attr(755,root,root) %{_bindir}/iperf3
-%{_mandir}/man1/*
+%{_mandir}/man1/iperf3.1*
 
 %files libs
 %defattr(644,root,root,755)
@@ -88,4 +88,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libiperf.so
 %{_includedir}/iperf_api.h
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/libiperf.3*
diff --git a/iperf3-nopg.patch b/iperf3-nopg.patch
index fc3002c..b99e0ef 100644
--- a/iperf3-nopg.patch
+++ b/iperf3-nopg.patch
@@ -4,8 +4,8 @@
  iperf3_profile_SOURCES  = main.c \
                                                  $(libiperf_la_SOURCES)
  
--iperf3_profile_CFLAGS   = -pg -g -Wall
-+iperf3_profile_CFLAGS   = -g -Wall
+-iperf3_profile_CFLAGS   = -pg -g
++iperf3_profile_CFLAGS   = -g
  iperf3_profile_LDADD    = libiperf.la
 -iperf3_profile_LDFLAGS  = -pg -g
 +iperf3_profile_LDFLAGS  = -g
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iperf3.git/commitdiff/ed3bda22a4e688f35241ec2d1728ee4c3bfca450

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to