]> git.pld-linux.org Git - packages/htop.git/commitdiff
- enable cgroup, taskstats; release 2 auto/th/htop-1_0-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 3 Dec 2011 11:14:23 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htop.spec -> 1.44

htop.spec

index f90729775c13783bd60745b9e611cd3a6b0a7568..e0540d00ab73c63459252c08226764af17e74f2a 100644 (file)
--- a/htop.spec
+++ b/htop.spec
@@ -3,7 +3,7 @@ Summary(hu.UTF-8):      Egy interaktív processz megjelenítő
 Summary(pl.UTF-8):     Interaktywna przeglądarka procesów
 Name:          htop
 Version:       1.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/htop/%{name}-%{version}.tar.gz
@@ -47,7 +47,9 @@ sed '/^AC_CHECK_FILE($PROCDIR)/d' -i configure.ac
 CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags ncursesw)"
 LDFLAGS="%{rpmldflags} -ltinfow"
 %configure \
+       --enable-cgroup \
        --enable-openvz \
+       --enable-taskstats \
        --enable-unicode \
        --enable-vserver
 %{__make}
This page took 0.029956 seconds and 4 git commands to generate.