Summary: Top-like display of Apache logs Name: apachetop Version: 0.12.5 Release: 2.n0i.1 License: BSD Group: Applications/Internet URL: http://clueful.shagged.org/apachetop/ Source: http://clueful.shagged.org/apachetop/files/apachetop-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, m4, readline-devel %description ApacheTop watches a logfile generated by Apache (in standard common or combined logformat, although it doesn't (yet) make use of any of the extra fields in combined) and generates human-parsable output in realtime. %prep %setup %build %configure \ --with-logfile="%{_localstatedir}/log/httpd/access_log" %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %makeinstall %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog LICENSE NEWS README TODO %doc %{_mandir}/*/* %{_bindir}/* %changelog * Wed Jul 27 2005 Marius FERARU 0.12.5-2.n0i.1 - rebuild * Thu Jan 27 2005 Marius FERARU 0.12.5-1.n0i.1 - initial packaging attempt