From: Arkadiusz Miśkiewicz Date: Tue, 27 Jan 2004 01:36:45 +0000 (+0000) Subject: - not ready yet X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffwanalog.git;a=commitdiff_plain;h=fc384c4cf8d3a52c2b85d40e72fe3124fca037fd - not ready yet Changed files: fwanalog.spec -> 1.1 --- fc384c4cf8d3a52c2b85d40e72fe3124fca037fd diff --git a/fwanalog.spec b/fwanalog.spec new file mode 100644 index 0000000..73dacb6 --- /dev/null +++ b/fwanalog.spec @@ -0,0 +1,36 @@ +%define pre pre4 +Summary: firewall logfile analysis program +Summary(pl): Analizator logów firewalla +Name: fwanalog +Version: 0.6.4 +Release: 0.%{pre}.1 +License: GPL +Group: Networking/Utilities +Source0: http://tud.at/programm/fwanalog/%{name}-%{version}pre4.tar.gz +# Source0-md5: 6d54ec2aca8280be418640a937a5b5ef +URL: http://tud.at/programm/fwanalog/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +wanalog is a shell script that parses and summarizes firewall +logfiles. It currently (version 0.6.4pre4) understands logs from ipf +(tested with OpenBSD 2.8's and 2.9's ipf, also FreeBSD, NetBSD and +Solaris 8 with ipf), OpenBSD 3.x pf, Linux 2.2 ipchains, Linux 2.4 +iptables, some ZyXEL/NetGear routers and (experimentally) Cisco PIX, +Watchguard Firebox and Firewall-One (not NG!) firewalls. I have tested +it on Debian GNU/Linux "sid" with bash and OpenBSD 2.8, 2.9 and 3.x +with ksh as /bin/sh. Other people use it on all kinds of Unix-like +platforms. + +%prep +%setup -q -n %{name}-%{version}%{pre} + +%build + +%install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755)