Upgrades
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
%global betaversion beta5
|
||||
Name: htop
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: System Top
|
||||
|
||||
Group: System
|
||||
License: GPL
|
||||
URL: https://hisham.hm/htop/
|
||||
SOURCE0: %name-%version.tar.gz
|
||||
#SOURCE0: %name-%version.tar.gz
|
||||
SOURCE0: %name-%{version}%{betaversion}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ncurses-devel
|
||||
@@ -18,13 +20,13 @@ This software has evolved considerably over the years, and is reasonably complet
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %name-%{version}%{betaversion}
|
||||
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
./configure --prefix=%{_prefix}
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
@@ -41,6 +43,6 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 11 2018 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.0
|
||||
- htop build from master branch (3.0.0)
|
||||
* Sun Nov 22 2018 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.0
|
||||
- htop beta build version 3.0.0 Beta 5.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user