pre-release junk

This commit is contained in:
albert 2002-10-10 21:08:03 +00:00
parent bdecb0eb5c
commit e50355e9f3
3 changed files with 21 additions and 10 deletions

View File

@ -1,4 +1,15 @@
Recent changes:
procps-3.0.0 --> procps-3.0.1
sysctl handles net/ipv4/conf/eth1.0123/tag (VLAN interface)
sysctl handles net.ipv4.conf.eth1/0123.tag (VLAN interface)
"ps" is now about 2x faster than in procps-2.x.x
"ps -F" now documented
w works in KOI8-R locale
vmstat documentation update
"skill -n blah blah blah" lets you test options
simple "make && make install" now
procps-2.x.x --> procps-3.0.0
designed to support Linux 2.0 through 2.5.41 and beyond
new top, with optional: color, windowing, SMP stats

View File

@ -1,16 +1,16 @@
Begin3
Title: procps
Version: 3.0.0
Entered-date: 30JAN02
Version: 3.0.1
Entered-date: 10OCT02
Description: Procps is a library which parses the textual /proc filesystem
and a suite of utilites which use the library.
Keywords: procps /proc libproc
Keywords: procps /proc libproc sysctl
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others.
Maintained-by: various <albert@users.sf.net>
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
Maintained-by: various <procps-feedback@lists.sf.net>
Primary-site: http://procps.sf.net/
185kB procps-3.0.0.tar.gz
185kB procps-3.0.1.tar.gz
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
185kB procps-3.0.0.tar.gz
185kB procps-3.0.1.tar.gz
Copying-policy: mixed
End

View File

@ -2,7 +2,7 @@ Summary: Utilities for monitoring your system and processes on your system.
Name: procps
%define major_version 3
%define minor_version 0
%define revision 0
%define revision 1
%define version %{major_version}.%{minor_version}.%{revision}
Version: %{version}
Release: 1
@ -54,7 +54,7 @@ mkdir -p $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/sbin
mkdir -p $RPM_BUILD_ROOT/usr/man/man1 $RPM_BUILD_ROOT/usr/man/man8
mkdir -p $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/usr/X11R6/bin
make DESTDIR=$RPM_BUILD_ROOT OWNERGROUP= MANDIR=/usr/share/man install
make DESTDIR=$RPM_BUILD_ROOT install=install install
%clean
rm -rf $RPM_BUILD_ROOT