Blob Blame History Raw
Name:           whowatch
Version:        1.4
Release:        0.fdr.2.rh90
Epoch:          0
Summary:        Displays informations about the users currently logged in

Group:          Applications/System
License:        GPL
URL:            http://wizard.ae.krakow.pl/~mike/
Source0:        http://wizard.ae.krakow.pl/~mike/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ncurses-devel 

%description
Whowatch is an interactive console utility that displays informations about
the users currently logged on to the machine, in real time.
Besides standard information (login, tty, host, user's process) you can
see type of login (ie. ssh, telnet). You can also see selected user's
processes tree or all system processes tree.
In the process tree mode there is ability to send INT or KILL signal to
selected process.

%prep
%setup -q


%build
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
#make install doesn't make the install directories.
%{__mkdir} -p $RPM_BUILD_ROOT/%{_bindir}/
%{__mkdir} -p $RPM_BUILD_ROOT/%{_mandir}/man1/
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO KEYS
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Aug 25 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:1.4-0.fdr.1
- Remove libncurses dependency, and libncurses-devel version dependency
* Wed Aug 20 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:1.4-0.fdr.1
- Initial release.