Summary: Modular Log Analyzer (modlogan) Name: modlogan Version: 0.8.13 Release: 1 Source: http://jan.kneschke.de/projects/modlogan/download/modlogan-%version.tar.gz Packager: Jan Kneschke License: GPL Group: Applications/System Requires: pcre >= 3.1 gd >= 1.8.3 libxml2 >= 2.3.0 BuildPrereq: gd-devel >= 1.8.3 libxml2-devel >= 2.3.0 perl libtool bzip2 BuildRoot: %{_tmppath}/%{name}-root %description Modlogan is a modular logfile analyzer written by Jan Kneschke. %prep %setup -q %build rm -rf %{buildroot} %configure LINGUAS="de cs es it fr pl ru hu" make %install %makeinstall for i in %{buildroot}%{_sysconfdir}/%{name}/*-dist; do if test ! -f `echo $i |sed 's/-dist//'`; then mv -f $i `echo $i |sed 's/-dist//'` || true fi done %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Doxyfile NEWS README TODO doc/license.GD doc/*txt doc/*ihtml %{_bindir}/* %{_mandir}/* %config %{_sysconfdir}/%{name}/group.extension.conf %config %{_sysconfdir}/%{name}/group.host.conf %config %{_sysconfdir}/%{name}/group.os.conf %config %{_sysconfdir}/%{name}/group.searchengines.conf %config %{_sysconfdir}/%{name}/group.ua.conf %config %{_sysconfdir}/%{name}/group.url.conf %config %{_sysconfdir}/%{name}/ignore.searchengines.conf %config %{_sysconfdir}/%{name}/match.os.conf %config %{_sysconfdir}/%{name}/match.searchengines.conf %config %{_sysconfdir}/%{name}/match.ua.conf %config %{_sysconfdir}/%{name}/match.useragents.conf %config %{_sysconfdir}/%{name}/modlogan.conf %config %{_sysconfdir}/%{name}/modlogan.def.conf %config %{_sysconfdir}/%{name}/modlogan.css %config %{_sysconfdir}/%{name}/modlogan.conf %config %{_sysconfdir}/%{name}/modlogan.def.conf %config %{_sysconfdir}/%{name}/modlogan.css %{_libdir}/* /usr/share/locale/*/LC_MESSAGES/modlogan.mo %changelog * Sat Dec 07 2002 - added missing config-files * Sat Nov 24 2001 - fixed building process on Redhat 7.2 - more correct localization support * Wed Nov 21 2001 - Change requires, eliminating libadns1, and adding perl and libtool. - Rewrote *-dist config files for install. Increase usage of RPM macros in spec. RH7.x fix for pcre.h being /usr/include/pcre/pcre.h. Changed - 'Group' to RH compliant classification. * Thu May 24 2001 - generalized the buildprocess * Thu Jul 27 2000 - added modlogan.def.conf - added plugins - fixed configure options and dependencies * Tue May 24 2000 - initial version