From f5d2912400b72136756d1f96867d9ae96ed72e7f Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 23 Nov 2018 20:31:19 +0100 Subject: [PATCH] Upgrades --- fedora/SPECS/htop.spec | 16 +++++++++------- fedora/SPECS/kodi.spec | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/fedora/SPECS/htop.spec b/fedora/SPECS/htop.spec index 73ba773..0a5a7d4 100644 --- a/fedora/SPECS/htop.spec +++ b/fedora/SPECS/htop.spec @@ -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 - 3.0.0 -- htop build from master branch (3.0.0) +* Sun Nov 22 2018 Daniel Steiner - 3.0.0 +- htop beta build version 3.0.0 Beta 5. diff --git a/fedora/SPECS/kodi.spec b/fedora/SPECS/kodi.spec index 9dd8d36..c9d9bd0 100644 --- a/fedora/SPECS/kodi.spec +++ b/fedora/SPECS/kodi.spec @@ -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