summaryrefslogtreecommitdiff
path: root/latency.spec.in
blob: 2f2556a4e4133277db4a99e2006605dfabc76b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name:		latency
Version:	@VERSION@
Release:	1%{?dist}
Summary:	Utility to help test network latency/bandwidth problems

Group:		Development/Debug
License:	GPLv2
URL:		https://github.com/freddy77/latency
Source0:	latency-%{version}.tar.gz

BuildRequires:  %{__cc}

%description
This project provide an utility to help testing environments with high
latency and low bandwidth.

%prep
%setup -q

%build
%configure
%make_build

%install
%make_install

%files
%defattr(-,root,root,-)
%attr(4751, root, root) %{_bindir}/latency
%{_mandir}/man1/*

%changelog