4 Commits

Author SHA256 Message Date
92fdb92cd7 Add Gitea build results 2025-10-27 17:35:44 +01:00
Nicolas Morey-Chaisemartin
82584f096d Accepting request 839576 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v0.4.11
  - No changelog available

OBS-URL: https://build.opensuse.org/request/show/839576
OBS-URL: https://build.opensuse.org/package/show/science:HPC/qperf?expand=0&rev=7
2020-10-05 13:30:24 +00:00
Nicolas Morey-Chaisemartin
3f18b12fb6 Accepting request 706917 from home:jengelh:branches:science:HPC
- Use noun phrase in summary. Wrap description.

OBS-URL: https://build.opensuse.org/request/show/706917
OBS-URL: https://build.opensuse.org/package/show/science:HPC/qperf?expand=0&rev=5
2019-06-04 05:58:30 +00:00
Nicolas Morey-Chaisemartin
ea3496eba3 - Fix typo in patchname previous log entry
- Use %license for COPYING
- Drop qperf-autoconf.patch and qperf-add_missing_lib.patch

OBS-URL: https://build.opensuse.org/package/show/science:HPC/qperf?expand=0&rev=3
2019-05-28 07:41:54 +00:00
6 changed files with 52 additions and 17 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of qperf in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/qperf/standard)
The current state of qperf in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/qperf)

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77d18983b42d10a57a32c8ea567597f7b51f2cd905ec20a861f467ac55631d08
size 50540

Binary file not shown.

View File

@@ -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.
-------------------------------------------------------------------

View File

@@ -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*