# This spec file was generated by KDevelop # Please report any problem to KDevelop Team # Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html Name: anteater Version: 0.4.5 Release: 2%{?dist} License: GPL Summary: Anteater is a dynamic MTA logfile analyser Group: Productivity/Networking/Email/Utilities BuildRoot: %{_tmppath}/%{name}-root Source: anteater-0.4.5.tar.gz Patch0: cstdlib.patch %description Anteater is a log analyser for MTA logfiles (for example sendmail and postfix). The tool is written in 100% C++ and very easy to customize. Input, output, and the analysis are modular class objects with a clear interface. Currently there are modules for reading the syslog format of sendmail that do up to seven useful analyses and write the result in plain ASCII or HTML, to stdout or to files. %prep %setup %patch0 -p1 %build %configure make %install %makeinstall strip %{buildroot}%{_bindir}/anteater %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %doc %{_mandir}/man1/anteater.1* %changelog * Tue Jan 28 2014 Youzhen Cheng - patched to include cstdlib to fix the scope error for atoi and atol * Thu Nov 13 2008 Youzhen Cheng - 0.4.5 - compiled 0.4.5 at ac3