SHA256
6
0
forked from pool/qperf

7 Commits

Author SHA256 Message Date
1df9f1b247 Accepting request 839584 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/839584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qperf?expand=0&rev=4
2020-10-05 17:42:31 +00:00
Nicolas Morey-Chaisemartin
3c2a57392f 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
966be11bd5 Accepting request 707349 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/707349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qperf?expand=0&rev=3
2019-06-04 10:14:07 +00:00
Nicolas Morey-Chaisemartin
a4083ada21 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
0e59a34cd4 Accepting request 705812 from science:HPC
- 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/request/show/705812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qperf?expand=0&rev=2
2019-06-01 07:47:16 +00:00
Nicolas Morey-Chaisemartin
9c5b549842 - 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
2d3a938a7d Accepting request 558539 from science:HPC
Add qperf to Factory for SLE15 (bsc#1071299)

OBS-URL: https://build.opensuse.org/request/show/558539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qperf?expand=0&rev=1
2018-01-17 20:55:25 +00:00
5 changed files with 39 additions and 17 deletions

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,30 @@
# 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
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 +53,7 @@ rm -f NEWS ChangeLog
%files
%defattr(-, root, root)
%doc COPYING
%license COPYING
%_bindir/qperf
%_mandir/man1/qperf.1*