Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 92fdb92cd7 | |||
|
|
82584f096d | ||
|
|
3f18b12fb6 | ||
|
|
ea3496eba3 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of qperf in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of qperf in the devel project build (science:HPC)
|
||||
|
||||

|
||||
|
||||
|
||||
2
_service
2
_service
@@ -8,7 +8,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">aa644b22fff9e939e549a9759629be58b3c5cac2</param>
|
||||
<param name="revision">c706363815a38ff2c5cbc07b73e2cfaaa59bae0f</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">qperf*.tar</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d18983b42d10a57a32c8ea567597f7b51f2cd905ec20a861f467ac55631d08
|
||||
size 50540
|
||||
BIN
qperf-0.4.11.0.c706363815a3.tar.bz2
LFS
Normal file
BIN
qperf-0.4.11.0.c706363815a3.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,9 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 09:05:43 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update to v0.4.11
|
||||
- No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 17:27:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary. Wrap description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 07:41:00 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Fix typo in patchname previous log entry
|
||||
- Use %license for COPYING
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 09:50:17 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
||||
- Update to v0.4.10. No changelog available
|
||||
* Add _service to fetch from the new githup repo
|
||||
- Drop perf-autoconf.patch and qperf-add_missing_lib.patch
|
||||
- Drop qperf-autoconf.patch and qperf-add_missing_lib.patch
|
||||
as they were fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
30
qperf.spec
30
qperf.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qperf
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,25 +12,31 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define git_ver .0.aa644b22fff9
|
||||
|
||||
%define git_ver .0.c706363815a3
|
||||
|
||||
Name: qperf
|
||||
Summary: Measure socket and RDMA performance
|
||||
Version: 0.4.10
|
||||
Release: 0
|
||||
License: BSD-2-Clause or GPL-2.0
|
||||
Summary: Tool to measure socket and RDMA performance
|
||||
License: BSD-2-Clause OR GPL-2.0-only
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
Version: 0.4.11
|
||||
Release: 0
|
||||
Source: %{name}-%{version}%{git_ver}.tar.bz2
|
||||
Url: http://github.com/linux-rdma/qperf
|
||||
Source100: README.md
|
||||
URL: http://github.com/linux-rdma/qperf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libibverbs-devel librdmacm-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: librdmacm-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
qperf measures bandwidth and latency between two nodes. It can work over TCP/IP as well as the RDMA transports.
|
||||
qperf measures bandwidth and latency between two nodes. It can work
|
||||
over TCP/IP as well as the RDMA transports.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{git_ver}
|
||||
@@ -48,7 +54,7 @@ rm -f NEWS ChangeLog
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%_bindir/qperf
|
||||
%_mandir/man1/qperf.1*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user