加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
s-tui.spec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Name: s-tui
Version: 1.1.1
Release: 2
Summary: Terminal based CPU stress and monitoring utility
BuildArch: noarch
License: GPLv2+
URL: https://github.com/amanusk/s-tui
Source: https://github.com/amanusk/s-tui/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
PATCH0001: 0001-supports-power-reads-on-AMD-CPUs.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: python3-psutil
Requires: python3-urwid
Recommends: stress-ng
%description
S-tui is a CPU resource monitor that uses a terminal based graphical interface to display data and graphs.
%prep
%autosetup -p1
%build
%py3_build
%install
%py3_install
%files
%license LICENSE
%doc README.*
%{_bindir}/s-tui
%{python3_sitelib}/s_tui*
%changelog
* Mon Dec 25 2023 Vicoloa <lvkun@uniontech.com> - 1.1.1-2
- Supports power reads on AMD CPUs and Fixed crashing bug on Raspberry pi
* Thu Jul 8 2021 duyiwei <duyiwei@kylinos.cn> - 1.1.1-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化