Summary: Process monitoring utilities Summary(de): Dienstprogramm zur Prozeßüberwachung Summary(fr): Utilitaires de surveillance des processus. Summary(pl): Narzêdzia do monitorowania procesów Summary(tr): Süreç izleme araçları Name: procps Version: 2.0 Release: 1 Copyright: GPL Group: Utilities/System Group(pl): Narzêdzia/System Source0: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/%{name}-%{version}.tar.gz Source1: free.1.pl Source2: uptime.1.pl Patch0: procps-opt.patch Patch1: procps-install.patch Patch2: procps-w.patch URL: http://www.cs.uml.edu/~acahalan/linux/ Buildroot: /tmp/%{name}-%{version}-root %description A package of utilities which report on the state of the system, including the states of running processes, amount of memory available, and currently-logged-in users. %description -l de Ein Paket mit Utilities, die den Status des Systems melden, einschließlich des Status laufender Prozesse, der Menge des verfügbaren Speicherplatzes und der momentan angemeldeten Benutzer. %description -l fr Paquetage d'utilitaires donnant des informations sur l'état du système, dont les états des processus en cours, le total de mémoire disponible, et les utilisateurs loggés. %description -l pl Pakiet zawiera podstawowe narzêdzia do monitorowania pracy systemu. Dziêki tym programom bêdziesz móg³ na bie¿±co kontralowaæ jakie procesy s± w danej chwili uruchomione, ilo¶æ wolnej pamiêci, kto jest w danej chwili zalogowany, jakie jest aktualne obci±¿enie systemu itp. %description -l tr Sistemin durumunu rapor eden araçlar paketidir. Koşan süreçlerin durumunu, kullanılabilir bellek miktarını, ve o an için sisteme girmiş kullanıcıları bildirir. %package X11 Summary: X-based process monitoring utilities Summary(de): Prozeßüberwachungs-Dienstprogramme für X Summary(fr): Utilitaires de surveillance des processus sous X Summary(pl): Narzêdzia do monitorowania procesów pod X Window Summary(tr): X tabanlı süreç izleme araçları Group: X11/Utilities Group(pl): X11/Narzêdzia Requires: %{name} = %{version} %description X11 A package of X-based utilities which report on the state of the system. These utilities generally provide graphical presentations of information available from tools in the procps suite. %description -l de X11 Ein Utility-Paket auf X-Basis, die über den Systemstatus orientieren. Dabei werden die von den Tools aus der procps-Suite gelieferten Daten n grafischer Weise dargestellt. %description -l fr X11 Paquetage d'utilitaires X rapportant l'état du système. Ces utilitaires offrent généralement des représentations graphiques des informations disponibles à partir d'outils de la suite procps. %description -l pl X11 Pakiet zawiera narzêdzia do monitorowania systemu pod X Window. Inmformacje o stanie systemu s± prezentowane w sposób graficzny. %description -l tr X11 Sistemin durumunu gösteren, X tabanlı araçlar. Bu araçlar, genellikle procps paketinde yer alan araçlarla edinebileceğiniz bilgileri grafik olarak görüntülerler. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build PATH=/usr/X11R6/bin:$PATH make OPT="$RPM_OPT_FLAGS -pipe" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/{etc/X11/wmconfig,bin,lib} \ $RPM_BUILD_ROOT/usr/{bin,man/{man1,man8,pl/man1}} make install DESTDIR=$RPM_BUILD_ROOT BINGRP=`id -g` install top.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/top rm -f $RPM_BUILD_ROOT/usr/bin/snice ln -sf skill $RPM_BUILD_ROOT/usr/bin/snice rm -f $RPM_BUILD_ROOT/bin/kill rm -f $RPM_BUILD_ROOT/usr/man/man1/{snice,kill}.1 echo .so skill.1 > $RPM_BUILD_ROOT/usr/man/man1/snice.1 strip --strip-unneeded $RPM_BUILD_ROOT/lib/*.so.*.* install %{SOURCE1} $RPM_BUILD_ROOT/usr/man/pl/man1/free.1 install %{SOURCE2} $RPM_BUILD_ROOT/usr/man/pl/man1/uptime.1 gzip -9fn $RPM_BUILD_ROOT/usr/man/{man*/*,pl/man*/*} NEWS BUGS %post /sbin/ldconfig if [ -f /proc/uptime ] ; then /bin/ps /dev/null 2>&1 fi rm -f /etc/psdevtab /etc/psdatabase %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {NEWS,BUGS}.gz %config(missingok) /etc/X11/wmconfig/top %attr(755,root,root) /lib/lib*.so.* %attr(755,root,root) /bin/* %attr(755,root,root) /usr/bin/* /usr/man/man*/* %lang(pl) /usr/man/pl/man*/* %files X11 %attr(755,root,root) /usr/X11R6/bin/XConsole %changelog * Fri Mar 19 1999 Tomasz K³oczko [2.0-1] - added free(1), uptime(1) pl man pages, - added "rm -f /etc/psdevtab /etc/psdatabase" to %post, - strip with --strip-unneeded shared libraries. * Sat Mar 13 1999 Wojtek ¦lusarczyk - fixed Group(pl), - bzipping documentation, - removed man group from man pages, - removed /bin/kill & /usr/man/man1/kill.1 -- provides by util-linux, - cosmetic changes. * Sat Feb 06 1999 Marek Druzd [1.9.0-2d] - fixed idle time (w-patch), - gziping man pages, - added Group(pl). * Wed Dec 30 1998 Wojtek ¦lusarczyk [981104] - final build for PLD, - stripping shared libraries. * Sun Oct 25 1998 Wojtek ¦lusarczyk [1.2.9-1d] - updated to 1.2.9, - major changes. * Sun Sep 13 1998 Wojtek ¦lusarczyk [1.2.8-1d] - changed Buildroot to /var/tmp/%%{name}-%%{version}-%%{release}-root, - fixed files permission. * Fri Sep 11 1998 Tomasz K³oczko [1.2.8-4] - changed Buildroot to /tmp/%%{name}-%%{version}-root, - added using %%{name} and %%{version} in Source, - added %postun -p /sbin/ldconfig, - simplification in %files, - procps is now linked with libncurse instead libtermcap, - fixed passing $RPM_OPT_FALGS (procps-rpm_opt_flags.patch), - added striping shared libraries. * Wed Sep 09 1998 Wojtek ¦lusarczyk [1.2.7-2] - added pl translation, - build from non root's account, - build against GNU libc-2.1, - start at incorrect RH spec file.