# $Id: adcfw-log.spec 4774 2006-09-26 12:57:08Z dries $ # Authority: dag # Upstream: Alessandro Dotti Contra # Upstream: Summary: Tool for analyzing firewall logs Name: adcfw-log Version: 0.10.0 Release: 1 License: GPL Group: Applications/Internet URL: http://adcfw-log.sourceforge.net/ Source: http://dl.sf.net/adcfw-log/adcfw-log-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 1:5.6.1 Requires: perl >= 1:5.6.1 %description adcfw-log is a tool for analyzing firewall logs in order to extract meaningful information. It is designed to be a standalone script with very few requirements that can generate different kinds of reports, such as fully formatted reports of what had been logged, with summaries by source or destination host, the type of service, or protocol. There are also options to filter the input data by date, host, protocol, service, and so on. Only netfilter log format (linux kernel 2.4.x) is supported at this time. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO %doc %{_mandir}/man?/* %{_bindir}/* %changelog * Tue Sep 26 2006 Dries Verachtert - 0.10.0-1 - Updated to release 0.10.0. * Sat Apr 08 2006 Dries Verachtert - 0.9.1-1.2 - Rebuild for Fedora Core 5. * Mon Mar 15 2004 Dag Wieers - 0.9.1-1 - Initial package. (using DAR)