2002-12-06 03:52:43 +05:30
|
|
|
URL: http://procps.sf.net/
|
2002-10-21 14:37:18 +05:30
|
|
|
Summary: System and process monitoring utilities
|
2002-02-02 04:17:29 +05:30
|
|
|
Name: procps
|
2002-10-01 01:29:28 +05:30
|
|
|
%define major_version 3
|
2002-11-09 08:31:35 +05:30
|
|
|
%define minor_version 1
|
2003-09-28 08:15:05 +05:30
|
|
|
%define revision 14
|
2002-02-02 04:17:29 +05:30
|
|
|
%define version %{major_version}.%{minor_version}.%{revision}
|
|
|
|
Version: %{version}
|
|
|
|
Release: 1
|
2002-12-06 03:52:43 +05:30
|
|
|
License: LGPL, GPL, BSD-like
|
2002-02-02 04:17:29 +05:30
|
|
|
Group: Applications/System
|
2002-10-21 14:37:18 +05:30
|
|
|
Source: http://procps.sf.net/procps-%{version}.tar.gz
|
2002-12-06 03:52:43 +05:30
|
|
|
BuildRoot: %{_tmppath}/procps-root
|
|
|
|
Packager: <procps-feedback@lists.sf.net>
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
%description
|
|
|
|
The procps package contains a set of system utilities which provide
|
|
|
|
system information. Procps includes ps, free, sysctl, skill, snice,
|
2002-10-21 14:37:18 +05:30
|
|
|
tload, top, uptime, vmstat, w, and watch. You need some of these.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
2002-12-15 12:33:16 +05:30
|
|
|
make SKIP="/bin/kill /usr/share/man/man1/kill.1" CC="gcc $RPM_OPT_FLAGS" LDFLAGS=-s
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2003-08-11 05:10:41 +05:30
|
|
|
make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT ldconfig=echo install="install -D" lib="$RPM_BUILD_ROOT/%{_lib}" install
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
# add libproc to the cache
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,755)
|
2002-10-21 14:38:25 +05:30
|
|
|
%doc NEWS BUGS TODO COPYING COPYING.LIB README.top README AUTHORS
|
2003-10-23 09:11:58 +05:30
|
|
|
%attr(555,root,root) /lib*/libproc.so*
|
2002-10-21 14:37:18 +05:30
|
|
|
%attr(555,root,root) /bin/*
|
|
|
|
%attr(555,root,root) /sbin/*
|
2002-10-01 03:24:57 +05:30
|
|
|
%attr(555,root,root) /usr/bin/*
|
2002-02-02 04:17:29 +05:30
|
|
|
|
2002-12-15 12:33:16 +05:30
|
|
|
%attr(0644,root,root) /usr/share/man/man1/*
|
2003-03-31 01:39:23 +05:30
|
|
|
%attr(0644,root,root) /usr/share/man/man5/*
|
2002-12-15 12:33:16 +05:30
|
|
|
%attr(0644,root,root) /usr/share/man/man8/*
|