Updates for gitea and htop

This commit is contained in:
2021-03-07 10:45:29 +01:00
parent 37a968f5b6
commit af475a40c9
3 changed files with 23 additions and 35 deletions

View File

@@ -1,17 +1,17 @@
%global betaversion beta5
Name: htop
Version: 3.0.0
Release: 5%{?dist}
Version: 3.0.5
Release: 1%{?dist}
Summary: System Top
Group: System
License: GPL
URL: https://hisham.hm/htop/
#SOURCE0: %name-%version.tar.gz
SOURCE0: %name-%{version}%{betaversion}.tar.gz
SOURCE0: %name-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: ncurses-devel
BuildRequires: lm_sensors-devel
%description
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
@@ -20,7 +20,7 @@ This software has evolved considerably over the years, and is reasonably complet
%prep
%setup -q -n %name-%{version}%{betaversion}
%setup -q -n %name-%{version}
%build
@@ -37,12 +37,12 @@ make install DESTDIR=%{buildroot}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
%{_bindir}/htop
%{_datarootdir}/applications/htop.desktop
%{_mandir}/man1
%{_datarootdir}/icons/hicolor/scalable/apps/htop.svg
%{_mandir}/man1/htop.1.gz
%{_datarootdir}/pixmaps/htop.png
%changelog
* Sun Nov 22 2018 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.0
- htop beta build version 3.0.0 Beta 5.
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.5
- Update to 3.0.5 version.