# norootforbuild Name: iptstate Summary: Display IP Tables state table information in a "top"-like interface Version: 2.2.5 Release: 0 Group: System/Monitoring License: zlib/libpng License Source: http://ovh.dl.sourceforge.net/project/iptstate/iptstate/%{version}/iptstate-%{version}.tar.gz #Source: https://github.com/jaymzh/iptstate/archive/iptstate_2_2_5.tar.gz Patch1: iptstate-makefile.patch URL: http://www.phildev.net/iptstate/ BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: gcc-c++ make libstdc++-devel pkgconfig BuildRequires: libnetfilter_conntrack-devel BuildRequires: libnfnetlink-devel BuildRequires: ncurses-devel %description IP Tables State implements the "state top" feature from IP Filter for IP Tables. "State top" displays the states held by your stateful firewall in a "top"-like manner. Since IP Tables doesn't have a built-in way to easily display this information once, an option was added to iptstate to do this. Authors: -------- Phil Dibowitz %prep %setup -q %patch1 %build %__make %{?jobs:-j%{jobs}} # CXXFLAGS="%{optflags}" \ # CPPFLAGS=-DIPTSTATE_USE_PROC %install %makeinstall PREFIX="%{_prefix}" MAN="%{_mandir}" %clean [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}" %files %defattr(-,root,root) %doc BUGS CONTRIB Changelog LICENSE README WISHLIST %{_sbindir}/iptstate %doc %{_mandir}/man8/iptstate.8* %changelog * Fri Sep 25 2009 Pascal Bleser 2.2.2 - update to 2.2.2 * Mon Mar 19 2007 Toni Graffy - 2.1-0.pm.1 - update to 2.2.1 * Sat Jan 06 2007 Toni Graffy - 2.1-0.pm.1 - update to 2.1 * Sat Sep 23 2006 Toni Graffy - 1.4-0.pm.1 - build for packman * Fri Nov 18 2005 oc2pus 1.4-0.oc2pus.2 - rebuild SuSE-10.0 * Sun Apr 24 2005 oc2pus 1.4-0.oc2pus.1 - update to 1.4 * Sat Nov 06 2004 oc2pus 1.3-0.oc2pus.1 - little modifications for SuSE