-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnetlatency.spec
43 lines (37 loc) · 969 Bytes
/
netlatency.spec
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
34
35
36
37
38
39
40
41
42
43
Name: netlatency
Version: %VERSION%
Release: %SNAPSHOT%%{?dist}
Summary: A network latency measurement toolset
License: free
Source: %SRC_PACKAGE_NAME%.tar.gz
BuildRequires: glib2-devel
BuildRequires: jansson-devel
BuildRequires: gcc
Requires: jansson
Requires: glib2
Requires: python3-matplotlib
Requires: python3-numpy
Requires: python3-dateutil
%global debug_package %{nil}
%description
A network latency measurement toolset.
%prep
%autosetup -n %SRC_PACKAGE_NAME%
%build
%install
%{make_install}
%files
/usr/sbin/nl-rx
/usr/sbin/nl-tx
/usr/bin/nl-report
/usr/bin/nl-calc
/usr/bin/nl-trace
/usr/bin/nl-xlat-ts
# Man Pages get auto-compressed by rpm's buildroot policy scripts.
# https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages
%{_mandir}/man1/nl-rx.1*
%{_mandir}/man1/nl-tx.1*
%{_mandir}/man1/nl-report.1*
%{_mandir}/man1/nl-calc.1*
%{_mandir}/man1/nl-trace.1*
%{_mandir}/man1/nl-xlat-ts.1*