-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsarstats.spec
More file actions
39 lines (32 loc) · 889 Bytes
/
sarstats.spec
File metadata and controls
39 lines (32 loc) · 889 Bytes
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
Name: sarstats
Version: 0.9
Release: 1%{?dist}
Summary: Creates a performance report from sar files
License: GPLv2
URL: https://github.com/mbaldessari/sarstats
Source0: sarstats-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-matplotlib
Requires: python3-reportlab
Requires: python3-numpy
Requires: python3-dateutil
%description
Generate a PDF report of one or more sar files
%prep
%setup -q
%build
%{__python3} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT
%files
%doc README LICENSE
%{_bindir}/sarstats
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/*.py
%{python3_sitelib}/*.py[oc]
%changelog
* Fri Dec 27 2013 Michele Baldessari <michele@acksyn.org> - 0.1-1
- Initial release