Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536172
en ru br
Репозитории ALT

Группа :: Мониторинг
Пакет: glances

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: glances
Version: 3.4.0.3
Release: alt1

Summary: CLI curses based monitoring tool
License: GPLv3
Group: Monitoring
Url: https://github.com/nicolargo/glances
BuildArch: noarch

Source: %name-%version.tar
Patch0: %name-%version-alt.patch

Requires: python3-module-%name = %EVR

#skip findreq for optional dependencies from exports

%add_findreq_skiplist %python3_sitelibdir/%name/exports/*.py

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: python3-module-defusedxml
BuildRequires: python3-module-dateutil
BuildRequires: python3-module-ujson
BuildRequires: python3-module-psutil
BuildRequires: /proc


%description
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.

Glances uses the PsUtil library to get information from your system.

%package -n python3-module-%name
Summary: CLI curses based monitoring tool
Group: Development/Python3
Requires: python3(defusedxml.xmlrpc)

%description -n python3-module-%name
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.

Glances uses the PsUtil library to get information from your system.

%prep
%setup

%patch0 -p1

%build
%pyproject_build

%install
%pyproject_install

%check
%__python3 setup.py test

%files
%doc AUTHORS COPYING README.rst NEWS.rst
%_bindir/glances
%_man1dir/glances.1*
%_docdir/glances/

%files -n python3-module-%name
%python3_sitelibdir/glances
%python3_sitelibdir/Glances-%version.dist-info

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin