]> git.pld-linux.org Git - packages/s-tui.git/blob - s-tui.spec
88972f7e818bc9c95a3429c428987971cd7bc300
[packages/s-tui.git] / s-tui.spec
1 Summary:        Terminal-based CPU stress and monitoring utility
2 Name:           s-tui
3 Version:        1.1.3
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/System
7 #Source0Download: https://pypi.org/simple/s-tui/
8 Source0:        https://files.pythonhosted.org/packages/source/s/s-tui/%{name}-%{version}.tar.gz
9 # Source0-md5:  d385dab7d03d97cef3580e4d8ada8cd0
10 URL:            https://amanusk.github.io/s-tui/
11 BuildRequires:  python3-modules
12 BuildRequires:  python3-setuptools
13 BuildRequires:  rpm-pythonprov
14 BuildRequires:  rpmbuild(macros) >= 1.720
15 Suggests:       stress
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Stress-Terminal UI, s-tui, monitors CPU temperature, frequency, power
21 and utilization in a graphical way from the terminal.
22
23 %prep
24 %setup -q
25
26 %build
27 %py3_build
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %py3_install
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README.md
40 %attr(755,root,root) %{_bindir}/s-tui
41 %{py3_sitescriptdir}/s_tui
42 %{py3_sitescriptdir}/s_tui-*-py*.egg-info
This page took 0.063487 seconds and 2 git commands to generate.