Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 25334ed52f670a4715a1d424a0c76140 > files > 3

colortail-0.3.0-2mdk.src.rpm

%define name colortail
%define version 0.3.0
%define release 2mdk

%define fullname %{name}-%{version}

Summary: A colorised tail with configuration files
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://www.student.hk-r.se/~pt98jan/colortail.html
Source: http://www.student.hk-r.se/~pt98jan/%{fullname}.tar.bz2
Patch0: %{fullname}-gcc3.patch.bz2
License: GPL
Group: Monitoring
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: automake autoconf 

%description
Colortail is a log colorizer make 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 -q %{fullname}
%patch0 -p1 -b .includes
%configure

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
install -m 0644 example-conf/conf* $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc INSTALL README AUTHORS ChangeLog BUGS TODO
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/*

%changelog
* Wed Jul 14 2004 Michael Scherer <misc@mandrake.org> 0.3.0-2mdk 
- rebuild for new gcc

* Fri Jun 27 2003 Florin Grad <florin@mandrakesoft.com> 0.3.0-1mdk
- first Mandrake release