diff --git a/.cvsignore b/.cvsignore index e69de29..f358d9e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +whowatch-1.4.tar.gz diff --git a/sources b/sources index e69de29..5caf0bd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0870155e8b75b99f9954e76fb20f9528 whowatch-1.4.tar.gz diff --git a/whowatch.spec b/whowatch.spec new file mode 100644 index 0000000..2994ebc --- /dev/null +++ b/whowatch.spec @@ -0,0 +1,52 @@ +Name: whowatch +Version: 1.4 +Release: 0.fdr.2.rh80 +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 - 0:1.4-0.fdr.1 +- Remove libncurses dependency, and libncurses-devel version dependency +* Wed Aug 20 2003 Nils O. Sel�sdal - 0:1.4-0.fdr.1 +- Initial release. +