commit 62b47d7121b5b261afd81e892d4292fc8ab092a29bf1197eb5ea69459484c912 Author: OBS User autobuild Date: Fri Apr 16 08:44:34 2010 +0000 Accepting request 38029 from network:utilities Copy from network:utilities/iperf based on submit request 38029 from user poletti_marco OBS-URL: https://build.opensuse.org/request/show/38029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/iperf-2.0.4.tar.bz2 b/iperf-2.0.4.tar.bz2 new file mode 100644 index 0000000..b3eb954 --- /dev/null +++ b/iperf-2.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bb434a54598e7b288765408f1fec19437cbfb65d6246c068e434410c66b812 +size 201163 diff --git a/iperf.changes b/iperf.changes new file mode 100644 index 0000000..ad813d6 --- /dev/null +++ b/iperf.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Mar 30 13:03:23 UTC 2010 - poletti.marco@gmail.com + +- Initial package, version 2.0.4 + diff --git a/iperf.spec b/iperf.spec new file mode 100644 index 0000000..4eb685c --- /dev/null +++ b/iperf.spec @@ -0,0 +1,61 @@ +# +# spec file for package iperf (Version 2.0.4) +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: iperf +License: UI License +AutoReqProv: on +Version: 2.0.4 +Release: 1 +BuildRequires: gcc-c++ +Summary: A Tool To Measure Network Performance +Source: %{name}-%{version}.tar.bz2 +Url: http://sourceforge.net/projects/iperf/ +Group: Productivity/Networking/Other +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Iperf was 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. + + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure +make %{?jobs:-j%jobs} + +%install +%make_install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files + +%defattr(755,root,root) +%{_prefix}/bin/iperf + +%defattr(644,root,root) +%doc %{_mandir}/man1/iperf.1.gz + +%changelog