Summary: A utility which displays running processes in a hierachy Name: pstree Version: 2.32 Release: 1 License: GPL Group: Applications/System Url: http://freshmeat.net/projects/pstree/ Source0: ftp://ftp.thp.uni-duisburg.de/pub/source/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description pstree is a utility which displays running processes in a hierachy. It is useful for examining from whence a process was started. It has several options to make selection criteria and to change the output style. %prep %setup -q %build xlc -O -o pstree pstree.c %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} cp pstree $RPM_BUILD_ROOT%{_bindir} /usr/bin/strip $RPM_BUILD_ROOT%{_bindir}/* %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,system) %doc README %{_bindir}/* %changelog * Fri Mar 14 2008 Michael Perzl - 2.32-1 - first version for AIX V5.1 and higher