Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > fd0101d84be150ad8734420c09ff9397 > files > 4

iptstate-2.2.1-4mdv2009.0.src.rpm

Summary:	Display IP Tables state table information in a "top"-like interface
Name:		iptstate
Version:	2.2.1
Release:	%mkrel 4
Group:		Monitoring
License:	zlib License
URL:		http://www.phildev.net/iptstate/
Source0:	http://www.phildev.net/iptstate/%{name}-%{version}.tar.bz2
Source1:	http://www.phildev.net/iptstate/%{name}-%{version}.tar.bz2.asc
Patch0:		iptstate-2.2.1-gcc43.patch
BuildRequires:	ncurses-devel
BuildRequires:	gpm-devel 
BuildRequires:	libnetfilter_conntrack-devel >= 0.0.50
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
IP Tables State (iptstate) was originally written to impliment the "state top"
feature of IP Filter. "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
even once, an option was added to just display the state table once and exit.

%prep

%setup -q
%patch0 -p0

%build

%serverbuild

%make CXXFLAGS="$CFLAGS -Wall"
 
%install
rm -rf %{buildroot}

%makeinstall PREFIX=%{buildroot}%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README BUGS Changelog LICENSE CONTRIB WISHLIST
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*


%changelog
* Sat Sep 20 2008 Oden Eriksson <oeriksson@mandriva.com> 2.2.1-4mdv2009.0
+ Revision: 286156
- added a gcc43 patch from gentoo

  + Thierry Vignaud <tvignaud@mandriva.com>
    - rebuild
    - kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed Oct 17 2007 Oden Eriksson <oeriksson@mandriva.com> 2.2.1-1mdv2008.1
+ Revision: 99758
- 2.2.1

* Mon Aug 20 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.4-1mdv2008.0
+ Revision: 67559
- use %%mkrel


* Sun Apr 17 2005 Oden Eriksson <oeriksson@mandriva.com> 1.4-1mdk
- 1.4
- drop the opt patch, it's not needed anymore

* Thu Jun 17 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.3-2mdk
- rebuild

* Wed Jan 14 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.3-1mdk
- 1.3

* Sat Aug 30 2003 Marcel Pol <mpol@gmx.net> 1.2.1-1mdk
- 1.2.1
- drop patch0, merged upstream
- rediff patch1
- new url

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.2.0-5mdk
- rebuild

* Mon Jan 20 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2.0-4mdk
- build release
- misc spec file fixes

* Thu Sep 05 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.2.0-3mdk
- rebuild

* Tue May 28 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2.0-2mdk
- rebuilt with gcc3.1
- added P0 from the author as a temporary fix.
- added P1 to utilize %%optflags
- misc spec file fixes

* Wed Apr 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.2.0-1mdk
- updated by Garrick Staples <garrick@speculation.org>