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