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
This commit is contained in:
commit
62b47d7121
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
iperf-2.0.4.tar.bz2
Normal file
3
iperf-2.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2bb434a54598e7b288765408f1fec19437cbfb65d6246c068e434410c66b812
|
||||
size 201163
|
5
iperf.changes
Normal file
5
iperf.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 13:03:23 UTC 2010 - poletti.marco@gmail.com
|
||||
|
||||
- Initial package, version 2.0.4
|
||||
|
61
iperf.spec
Normal file
61
iperf.spec
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user