This commit is contained in:
2018-11-23 20:31:19 +01:00
parent 2ec233775b
commit f5d2912400
2 changed files with 10 additions and 8 deletions

View File

@@ -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.

View File

@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
Release: 0.10.%{PRERELEASE}%{?dist}
Release: 0.11.%{PRERELEASE}%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT