Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37534287
en ru br
ALT Linux repos
S:0.3.4-alt0.5

Group :: Monitoring
RPM: colortail

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_enable check

Name: colortail
Version: 0.3.4
Release: alt0.5

Summary: A colorised tail with configuration files
License: GPL-2.0
Group: Monitoring

Url: https://github.com/joakim666/colortail
%if_disabled snapshot
Source: %url/releases/download/%version/%name-%version.tar.gz
%else
Vcs: https://github.com/joakim666/colortail.git
Source: %name-%version.tar
%endif

BuildRequires: gcc-c++

%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

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std
install -d %buildroot/%_sysconfdir/%name
install -pm644 example-conf/conf* %buildroot/%_sysconfdir/%name

%check
%make check

%files
%_bindir/%name
%dir %_sysconfdir/%name
%config(noreplace) %_sysconfdir/%name/*
%doc INSTALL README AUTHORS ChangeLog BUGS TODO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin