mirror of
https://abf.rosa.ru/djam/htop.git
synced 2025-02-23 17:02:53 +00:00
commit
0f7dd654a3
2 changed files with 8 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
htop-3.0.1.tar.gz: 5d567ebb3cdffce43ab22ad5ab1838aea53c9151
|
||||
htop-3.2.0.tar.gz: 84d0b0fc5de9f5e3a9b14bba15b447a2a982e204
|
||||
|
|
11
htop.spec
11
htop.spec
|
@ -1,6 +1,9 @@
|
|||
# autogen.sh is run
|
||||
%define _disable_rebuild_configure 1
|
||||
|
||||
Summary: Interactive text-mode process viewer for Linux
|
||||
Name: htop
|
||||
Version: 3.0.1
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Monitoring
|
||||
|
@ -27,7 +30,9 @@ Some advantages over top:
|
|||
%files
|
||||
%doc README AUTHORS NEWS
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/htop.png
|
||||
%{_iconsdir}/hicolor/scalable/apps/htop.svg
|
||||
%{_mandir}/man1/%{name}.*
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
|
@ -43,5 +48,3 @@ Some advantages over top:
|
|||
|
||||
%install
|
||||
%makeinstall_std
|
||||
# A hack to hide htop.from the menu
|
||||
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue