# Upstream: Joakim Andersson Summary: Log colorizer that makes log checking easier Name: colortail Version: 0.3.0 Release: 1 Group: Applications/File License: GPL URL: http://www.student.hk-r.se/~pt98jan/colortail.html Source: http://www.student.hk-r.se/~pt98jan/%{name}-%{version}.tar.gz Patch: colortail-0.3.0-gcc3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Colortail is a log colorizer that makes log checking easier. It works like tail but can read one or more configuration files. In which it's specified which patterns result in which colors. %prep %setup %patch0 -b .gcc3 %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %{__rm} -f example-conf/Makefile* %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING README TODO example-conf %{_bindir}/* %changelog * Tue Mar 22 2005 Adrian Reber - 0.3.0-1 - Fedora Extras import - added examples to %%doc * Tue May 06 2003 Dag Wieers - - Initial package. (using DAR)