Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37656045
en ru br
Репозитории ALT

Группа :: Мониторинг
Пакет: colortail

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin