]> git.pld-linux.org Git - packages/ncps.git/commitdiff
- updated for procps 3.3.3 auto/th/ncps-0.55-13
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Nov 2012 14:03:01 +0000 (15:03 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Nov 2012 14:03:01 +0000 (15:03 +0100)
- rel 13

ncps-procps.patch
ncps.spec

index 9515f28f4143330b9aa76ffd3ca0137ac8f36eb8..6e39716fddb218ea3f12056b331a48c0bc1e69ba 100644 (file)
          pmt = sub->pidlist[pos].is_selected;
          sub->pidlist[pos].is_selected = !pmt;
        }
+--- ncps-0.55/configure~       2003-01-04 19:21:48.000000000 +0100
++++ ncps-0.55/configure        2012-11-13 14:48:22.432545475 +0100
+@@ -1094,14 +1094,14 @@
+ EOF
+-echo $ac_n "checking for openproc in -lproc""... $ac_c" 1>&6
+-echo "configure:1099: checking for openproc in -lproc" >&5
++echo $ac_n "checking for openproc in -lprocps""... $ac_c" 1>&6
++echo "configure:1099: checking for openproc in -lprocps" >&5
+ ac_lib_var=`echo proc'_'openproc | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lproc  $LIBS"
++LIBS="-lprocps  $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 1107 "configure"
+ #include "confdefs.h"
+@@ -1129,7 +1129,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-  LIBS="$LIBS -lproc"
++  LIBS="$LIBS -lprocps"
+       for ac_func in meminfo kb_main_total
+ do
+ echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
index c7f0b96d11ab3a8c136df553e8c03b1f3e576474..731611182ac54c15b5f5ebcf27ef0fc2f89a2d79 100644 (file)
--- a/ncps.spec
+++ b/ncps.spec
@@ -2,7 +2,7 @@ Summary:        Another processes manager utility
 Summary(pl.UTF-8):     Kolejny zarządca procesów
 Name:          ncps
 Version:       0.55
-Release:       12
+Release:       13
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://www.math.ohio-state.edu/~pschan/ncps/%{name}-%{version}.tar.gz
@@ -13,7 +13,7 @@ Patch2:               %{name}-fixes.patch
 Patch3:                %{name}-PAGE_SIZE.patch
 URL:           http://www.math.ohio-state.edu/~pschan/ncps/
 BuildRequires: ncurses-devel
-BuildRequires: procps-devel >= 1:3.2.5-3
+BuildRequires: procps-devel >= 1:3.3.3-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.10532 seconds and 4 git commands to generate.