N
Портал сборок NiceOS
Корпоративный портал наблюдаемости для опубликованных сборок пакетов NiceOS.

input/htop.spec

raw · 1.8 KiB

Name:           htop
Version:        3.5.1
Release:        1%{?dist}
Summary:        Interactive process viewer
Summary(ru):    Интерактивный просмотрщик процессов
License:        GPL-2.0-or-later
URL:            http://hisham.hm/htop/
Source0:        https://github.com/htop-dev/htop/releases/download/%{version}/htop-%{version}.tar.xz

Packager:       NICE SOFT GROUP LLC (ООО "НАЙС СОФТ ГРУПП") 5024245440 <niceos@ncsgp.ru>
Vendor:         NiceSOFT
Distribution:   NiceOS.Core
BugURL:         https://bugs.niceos.ru/
VCS:            https://specs.niceos.ru/rmps/%{name}

BuildRequires:  ncurses-devel
BuildRequires:  autoconf
BuildRequires:  automake

Requires:       ncurses-libs

%description
htop is an interactive text-mode process viewer for Linux, similar to top.

%description -l ru
htop — интерактивный текстовый просмотрщик процессов для Linux, аналогичный top.

%prep
%autosetup

%build
autoreconf -vfi

%configure \
    --enable-openvz \
    --enable-vserver \
    --enable-taskstats \
    --enable-unicode \
    --enable-native-affinity \
    --enable-oom \
    --with-sensors \
    --enable-cgroup
%make_build

%install
%make_install

%files
%defattr(-,root,root,-)
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/htop
%exclude %{_datadir}
%{_mandir}/man1/htop.1*

%changelog
* Tue Apr 28 2026 NiceOS Team <support@niceos.ru> - 3.5.1-1
- EN: - Update htop to version 3.5.1
- RU: - Обновление htop до версии 3.5.1


* Tue Apr 28 2026 NiceOS Team <support@niceos.ru> - 3.5.0-1
- EN: - Update htop to version 3.5.0
- RU: - Обновление htop до версии 3.5.0


* Sat Jan 10 2026 NiceOS Team <niceos@ncsgp.ru> - 3.4.1-1
- Initial build for NiceOS (Первая сборка для НАЙС.ОС)