[packages/htop] up to 3.1.0

atler atler at pld-linux.org
Tue Sep 21 13:23:52 CEST 2021


commit 439ea37fddfc20821f27f4447220f703fd5e0550
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Sep 21 13:21:36 2021 +0200

    up to 3.1.0
    
    - remove obsolete configure options
    - get rid of enforcing ncurses flags (does not seem necessary anymore)

 htop.spec | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/htop.spec b/htop.spec
index 17db974..989bc18 100644
--- a/htop.spec
+++ b/htop.spec
@@ -2,18 +2,23 @@ Summary:	An interactive process viewer
 Summary(hu.UTF-8):	Egy interaktív processz megjelenítő
 Summary(pl.UTF-8):	Interaktywna przeglądarka procesów
 Name:		htop
-Version:	3.0.5
+Version:	3.1.0
 Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://github.com/htop-dev/htop/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	4a5da60cde7fe64b6f3dd5cd2d036342
+# Source0-md5:	454c273d817c84a4cc46172580a22c84
 URL:		https://htop.dev/
-BuildRequires:	autoconf >= 2.65
+BuildRequires:	autoconf >= 2.69
 BuildRequires:	automake >= 1:1.11
 BuildRequires:	gcc >= 5:3.0
+BuildRequires:	libcap-devel
+BuildRequires:	libnl-devel >= 3.0
 BuildRequires:	libtool
+BuildRequires:	lm_sensors-devel
 BuildRequires:	ncurses-devel
+BuildRequires:	pkgconfig
+Requires:	libnl >= 3.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,11 +45,8 @@ sed 's@^[[:space:]]*AC_CHECK_FILE($PROCDIR.*@:@' -i configure.ac
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags ncursesw)"
 %configure \
-	--enable-cgroup \
 	--enable-openvz \
-	--enable-taskstats \
 	--enable-unicode \
 	--enable-vserver
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/htop.git/commitdiff/439ea37fddfc20821f27f4447220f703fd5e0550



More information about the pld-cvs-commit mailing list