]> git.pld-linux.org Git - packages/htop.git/blobdiff - htop.spec
up to 3.0.2
[packages/htop.git] / htop.spec
index bd7ca80715de0eeef4a983826e204d6ca415a30f..a54a52f05cbfb97553184248539d14e000d12941 100644 (file)
--- a/htop.spec
+++ b/htop.spec
@@ -2,17 +2,15 @@ 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:       0.9
+Version:       3.0.2
 Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://downloads.sourceforge.net/htop/%{name}-%{version}.tar.gz
-# Source0-md5: 7c5507f35f363f3f40183a2ba3c561f8
-Patch0:                %{name}-desktop.patch
-Patch2:                %{name}-field-titles.patch
-URL:           http://htop.sourceforge.net/
-BuildRequires: autoconf >= 2.57
-BuildRequires: automake
+Source0:       https://github.com/htop-dev/htop/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 3295c83198ae764a42627aaa50dd8c90
+URL:           https://htop.dev/
+BuildRequires: autoconf >= 2.65
+BuildRequires: automake >= 1:1.11
 BuildRequires: gcc >= 5:3.0
 BuildRequires: libtool
 BuildRequires: ncurses-devel
@@ -32,8 +30,9 @@ Jej celem jest bycie lepszą odmianą programu 'top'.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch2 -p1
+
+# don't require /proc at build time
+sed 's@^[[:space:]]*AC_CHECK_FILE($PROCDIR.*@:@' -i configure.ac
 
 %build
 %{__libtoolize}
@@ -41,10 +40,11 @@ Jej celem jest bycie lepszą odmianą programu 'top'.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw"
-LDFLAGS="%{rpmldflags} -ltinfow"
+CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags ncursesw)"
 %configure \
+       --enable-cgroup \
        --enable-openvz \
+       --enable-taskstats \
        --enable-unicode \
        --enable-vserver
 %{__make}
This page took 0.540293 seconds and 4 git commands to generate.