From: Jan Rękorajski Date: Tue, 13 Nov 2012 14:03:01 +0000 (+0100) Subject: - updated for procps 3.3.3 X-Git-Tag: auto/th/ncps-0.55-13 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=eed717421ea4d17e105e9980fa515eaf3d452961;p=packages%2Fncps.git - updated for procps 3.3.3 - rel 13 --- 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 <&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 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