]> git.pld-linux.org Git - packages/fwanalog.git/blob - fwanalog.spec
- not ready yet
[packages/fwanalog.git] / fwanalog.spec
1 %define pre     pre4
2 Summary:        firewall logfile analysis program
3 Summary(pl):    Analizator logów firewalla
4 Name:           fwanalog
5 Version:        0.6.4
6 Release:        0.%{pre}.1
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        http://tud.at/programm/fwanalog/%{name}-%{version}pre4.tar.gz
10 # Source0-md5:  6d54ec2aca8280be418640a937a5b5ef
11 URL:            http://tud.at/programm/fwanalog/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 wanalog is a shell script that parses and summarizes firewall
16 logfiles. It currently (version 0.6.4pre4) understands logs from ipf
17 (tested with OpenBSD 2.8's and 2.9's ipf, also FreeBSD, NetBSD and
18 Solaris 8 with ipf), OpenBSD 3.x pf, Linux 2.2 ipchains, Linux 2.4
19 iptables, some ZyXEL/NetGear routers and (experimentally) Cisco PIX,
20 Watchguard Firebox and Firewall-One (not NG!) firewalls. I have tested
21 it on Debian GNU/Linux "sid" with bash and OpenBSD 2.8, 2.9 and 3.x
22 with ksh as /bin/sh. Other people use it on all kinds of Unix-like
23 platforms.
24
25 %prep
26 %setup  -q -n %{name}-%{version}%{pre}
27
28 %build
29
30 %install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
This page took 0.041037 seconds and 3 git commands to generate.