]> git.pld-linux.org Git - packages/iperf3.git/commitdiff
- initial auto/th/iperf3-3_0-0_b4_1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Feb 2012 11:53:19 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iperf3.spec -> 1.1

iperf3.spec [new file with mode: 0644]

diff --git a/iperf3.spec b/iperf3.spec
new file mode 100644 (file)
index 0000000..a846097
--- /dev/null
@@ -0,0 +1,51 @@
+# TODO:
+# - package library and devel files
+%define        orgname iperf
+%define        beta    b4
+Summary:       Network performance measurement tool
+Summary(pl.UTF-8):     Narzędzie do szacowania wydajności sieci
+Name:          iperf3
+Version:       3.0
+Release:       0.%{beta}.1
+License:       BSD-like
+Group:         Networking/Utilities
+Source0:       http://iperf.googlecode.com/files/iperf-%{version}b4.tar.gz
+# Source0-md5: fde024a200b064b54accd1959f7e642e
+URL:           http://code.google.com/p/iperf/
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Iperf was orginally developed by NLANR/DAST as a modern alternative
+for measuring maximum TCP and UDP bandwidth performance. Iperf allows
+the tuning of various parameters and UDP characteristics. Iperf
+reports bandwidth, delay jitter, datagram loss.
+
+iperf3 is a new implementation from scratch, with the goal of a
+smaller, simpler code base, and a library version of the functionality
+that can be used in other programs. iperf3 is not backwards compatible
+with iperf2.
+
+%prep
+%setup -q -n %{orgname}-%{version}%{beta}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_mandir}/man1/{iperf,%{name}}.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README RELEASE_NOTES TODO
+%attr(755,root,root) %{_bindir}/iperf3
+%{_mandir}/man1/*
This page took 0.160513 seconds and 4 git commands to generate.