Summary: fast merging and sorting of web log files. Name: mergelog Version: 4.5 Release: 4%{?dist} URL: http://mergelog.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/mergelog/%{name}-%{version}.tar.gz License: GPL Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-root BuildRequires: zlib-devel %description mergelog is a small and very fast C program which merges by date httpd log files in 'Common Log Format' from web servers behind round-robin DNS. It has been designed to easily manage huge log files from highly stressed servers. mergelog is distributed with zmergelog which supports gzipped log files. %prep %setup -q %build %configure make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/mergelog %{_bindir}/zmergelog %{_mandir}/man1/mergelog.1* %{_mandir}/man1/zmergelog.1* %changelog * Fri Apr 11 2003 Axel Thimm 4.5-0_1at - Initial build.