Files
flowgrind/flowgrind.spec
Martin Pluskal 08ea677803 Accepting request 1040009 from home:dirkmueller:Factory
- update to 0.8.2:
  * Fix version number (flowgrind -version)
  * Fix minor groff issue in manual page
  * Update debian packaging
  * Fix compability with GCC10 (thanks to Jeroen Roovers <jer@gentoo.org>)
  * lower loglevel of delay calculation error to prevent log overflow
  * New website url: https://flowgrind.github.io (Closes #228)

OBS-URL: https://build.opensuse.org/request/show/1040009
OBS-URL: https://build.opensuse.org/package/show/benchmark/flowgrind?expand=0&rev=8
2022-12-06 10:56:08 +00:00

61 lines
1.9 KiB
RPMSpec

#
# spec file for package flowgrind
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: flowgrind
Version: 0.8.2
Release: 0
Summary: Network performance measurement
License: GPL-2.0-only
Group: Productivity/Networking/Diagnostic
URL: https://flowgrind.github.io
Source0: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2
Source1: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2.asc
# can't find keyring anymore
#Source2: %{name}.keyring
BuildRequires: libpcap-devel
BuildRequires: pkgconfig
BuildRequires: xmlrpc-c-devel
BuildRequires: pkgconfig(gsl)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(uuid)
%description
Flowgrind is a tool similar to iperf, netperf to measure throughput and other
metrics for TCP and other protocols. It features some unique characteristics
which are of use when exploring the idiosyncrasies of wireless mesh networks.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%defattr(0644, root, root, 0755)
%license COPYING
%doc AUTHORS NEWS README.md
%attr(0755,-,-) %{_bindir}/flowgrind*
%attr(0755,-,-) %{_sbindir}/flowgrindd
%{_mandir}/man1/flowgrind*
%changelog