adcfw-log/adcfw-log.spec

Name: adcfw-log
Summary: Tool for analyzing firewall logs
Version: 0.10.0
Release: 1
License: GPL
Group: Applications/Internet
URL: http://adcfw-log.sourceforge.net/
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.

CentOS 7 x86_64

The build could not start because the following file is missing: adcfw-log-0.10.0.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: adcfw-log-0.10.0.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: Alessandro Dotti Contra <alessandro,dotti$iperbole,bologna,it>
# Upstream: <adcfw-log-devel$lists,sourceforge,net>

Summary: Tool for analyzing firewall logs
Name: adcfw-log
Version: 0.10.0
Release: 1%{?dist}
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 <dries@ulyssis.org> - 0.10.0-1
- Updated to release 0.10.0.

* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.9.1-1.2
- Rebuild for Fedora Core 5.

* Mon Mar 15 2004 Dag Wieers <dag@wieers.com> - 0.9.1-1
- Initial package. (using DAR)