cvsdist e18a462
Name: iptstate
cvsdist e18a462
Summary: A top-like display of IP Tables state table entries
bfdbf06
Version: 1.4
0864475
Release: 1.1
bfdbf06
Source: iptstate-%{version}.tar.bz2
0864475
Patch0: iptstate-1.4-man8.patch
cvsdist e18a462
Group: System Environment/Base
cvsdist e18a462
URL: http://www.phildev.net/iptstate/
cvsdist e18a462
BuildRoot: %{_tmppath}/%{name}-buildroot
bfdbf06
License: zlib License
cvsdist e18a462
Requires: iptables
cvsdist e18a462
BuildRequires: ncurses-devel
cvsdist e18a462
cvsdist e18a462
%description
cvsdist e18a462
IP Tables State (iptstate) was originally written to implement
cvsdist e18a462
the "state top" feature of IP Filter (see "The Idea" below) in
cvsdist e18a462
IP Tables. "State top" displays the states held by your stateful
cvsdist e18a462
firewall in a top-like manner.
cvsdist e18a462
cvsdist e18a462
Since IP Tables doesn't have a built in way to easily display 
cvsdist e18a462
this information even once, an option was added to just have it 
cvsdist e18a462
display the state table once.
cvsdist e18a462
 
cvsdist e18a462
Features include:
cvsdist e18a462
    - Top-like realtime state table information
cvsdist e18a462
    - Sorting by any field
cvsdist e18a462
    - Reversible sorting
cvsdist e18a462
    - Single display of state table
cvsdist e18a462
    - Customizable refresh rate
cvsdist e18a462
    - Open Source (specifically I'm using the zlib license)
cvsdist e18a462
cvsdist e18a462
cvsdist e18a462
%prep
cvsdist e18a462
%setup -q
0864475
%patch0 -p1 -b .man8
cvsdist e18a462
cvsdist e18a462
%build
cvsdist e18a462
make CXXFLAGS="$RPM_OPT_FLAGS"
cvsdist e18a462
cvsdist e18a462
%install
bfdbf06
rm -rf $RPM_BUILD_ROOT
bfdbf06
%makeinstall PREFIX=%{buildroot}%{_prefix}
cvsdist e18a462
cvsdist e18a462
%clean
cvsdist e18a462
rm -rf $RPM_BUILD_ROOT 
cvsdist e18a462
cvsdist e18a462
%files
cvsdist e18a462
%defattr(-,root,root,0755)
bfdbf06
%doc LICENSE README
cvsdist e18a462
%{_sbindir}/iptstate
0864475
%{_mandir}/man8/iptstate.*
cvsdist e18a462
cvsdist e18a462
%changelog
0864475
* Mon Apr 18 2005 Thomas Woerner <twoerner@redhat.com> 1.4-1.1
0864475
- fixed man page: install as man8 instead of man1, fixed reference for
0864475
  iptables(8)
0864475
bfdbf06
* Sun Apr 17 2005 Warren Togami <wtogami@redhat.com> 1.4-1
bfdbf06
- 1.4
bfdbf06
0421e2f
* Wed Feb  9 2005 Thomas Woerner <twoerner@redhat.com> 1.3-5
0421e2f
- rebuild
0421e2f
cvsdist 81bbc82
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81bbc82
- rebuilt
cvsdist 81bbc82
cvsdist 8241c94
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8241c94
- rebuilt
cvsdist 8241c94
cvsdist e18a462
* Mon Feb  2 2004 Thomas Woerner <twoerner@redhat.com> 1.3-2
cvsdist e18a462
- added BuildRequires for ncurses-devel
cvsdist e18a462
cvsdist e18a462
* Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 1.3-1
cvsdist e18a462
- initial package