| 1 |
Summary: Display IP Tables state table information in a "top"-like interface
|
| 2 |
Name: iptstate
|
| 3 |
Version: 1.3
|
| 4 |
Release: 0.fdr.3.2
|
| 5 |
Epoch: 0
|
| 6 |
URL: http://iptstate.phildev.net/
|
| 7 |
License: zlib License
|
| 8 |
Group: Applications/System
|
| 9 |
Source0: http://iptstate.phildev.net/iptstate-1.3.tar.gz
|
| 10 |
Patch0: iptstate-1.3-opt.patch
|
| 11 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
| 12 |
BuildRequires: ncurses-devel
|
| 13 |
|
| 14 |
%description
|
| 15 |
IP Tables State (iptstate) was originally written to
|
| 16 |
impliment the "state top" feature of IP Filter.
|
| 17 |
"State top" displays the states held by your stateful
|
| 18 |
firewall in a "top"-like manner.
|
| 19 |
|
| 20 |
Since IP Tables doesn't have a built in way to easily
|
| 21 |
display this information even once, an option was
|
| 22 |
added to just display the state table once and exit.
|
| 23 |
|
| 24 |
|
| 25 |
%prep
|
| 26 |
%setup -q
|
| 27 |
%patch -p1
|
| 28 |
|
| 29 |
|
| 30 |
%build
|
| 31 |
make %{?_smp_mflags}
|
| 32 |
|
| 33 |
|
| 34 |
%install
|
| 35 |
rm -rf %{buildroot}
|
| 36 |
%makeinstall PREFIX=%{buildroot}%{_prefix}
|
| 37 |
|
| 38 |
|
| 39 |
%clean
|
| 40 |
rm -rf %{buildroot}
|
| 41 |
|
| 42 |
|
| 43 |
%files
|
| 44 |
%defattr(-,root,root,-)
|
| 45 |
%doc README BUGS Changelog LICENSE CONTRIB WISHLIST
|
| 46 |
%{_sbindir}/%{name}
|
| 47 |
%{_mandir}/man1/%{name}.1*
|
| 48 |
|
| 49 |
|
| 50 |
%changelog
|
| 51 |
* Mon Jun 02 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.3
|
| 52 |
- Revove gpm-devel, it isn't used
|
| 53 |
|
| 54 |
* Sun Jun 01 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.2
|
| 55 |
- Remove ldconfigs
|
| 56 |
|
| 57 |
* Wed May 28 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.1
|
| 58 |
- Update to 1.3
|
| 59 |
|
| 60 |
* Fri Apr 30 2003 Warren Togami <warren@togami.com> - 0:1.2.1-0.fdr.1
|
| 61 |
- Initial Fedora release
|