[packages/ncps] - updated for procps 3.3.3 - rel 13
baggins
baggins at pld-linux.org
Tue Nov 13 15:03:18 CET 2012
commit eed717421ea4d17e105e9980fa515eaf3d452961
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Nov 13 15:03:01 2012 +0100
- updated for procps 3.3.3
- rel 13
ncps-procps.patch | 29 +++++++++++++++++++++++++++++
ncps.spec | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/ncps.spec b/ncps.spec
index c7f0b96..7316111 100644
--- 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
diff --git a/ncps-procps.patch b/ncps-procps.patch
index 9515f28..6e39716 100644
--- a/ncps-procps.patch
+++ b/ncps-procps.patch
@@ -192,3 +192,32 @@
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ncps.git/commitdiff/eed717421ea4d17e105e9980fa515eaf3d452961
More information about the pld-cvs-commit
mailing list