/[pkgs]/rpms/iptstate/F-9/iptstate.spec
ViewVC logotype

Contents of /rpms/iptstate/F-9/iptstate.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (show annotations) (download)
Mon Feb 25 11:00:53 2008 UTC (20 months, 4 weeks ago) by twoerner
Branch: MAIN
CVS Tags: iptstate-2_2_1-3_fc9, F-9-split, F-9-start, HEAD
Changes since 1.17: +1 -0 lines
- apply strerror patch
1 Name: iptstate
2 Summary: A top-like display of IP Tables state table entries
3 Version: 2.2.1
4 Release: 3%{?dist}
5 Source: iptstate-%{version}.tar.bz2
6 Patch0: iptstate-2.1-man8.patch
7 Patch1: iptstate-2.2.1-strerror.patch
8 Group: System Environment/Base
9 URL: http://www.phildev.net/iptstate/
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 License: zlib
12 Requires: iptables
13 BuildRequires: ncurses-devel
14 BuildRequires: libnetfilter_conntrack-devel
15
16 %description
17 IP Tables State (iptstate) was originally written to implement
18 the "state top" feature of IP Filter (see "The Idea" below) in
19 IP Tables. "State top" displays the states held by your stateful
20 firewall in a top-like manner.
21
22 Since IP Tables doesn't have a built in way to easily display
23 this information even once, an option was added to just have it
24 display the state table once.
25
26 Features include:
27 - Top-like realtime state table information
28 - Sorting by any field
29 - Reversible sorting
30 - Single display of state table
31 - Customizable refresh rate
32 - Display filtering
33 - Color-coding
34 - Open Source
35 - much more...
36
37 %prep
38 %setup -q
39 %patch0 -p1 -b .man8
40 %patch1 -p1 -b .strerror
41
42 %build
43 make CXXFLAGS="$RPM_OPT_FLAGS"
44
45 %install
46 rm -rf %{buildroot}
47 %makeinstall PREFIX=%{buildroot}%{_prefix}
48
49 %clean
50 rm -rf %{buildroot}
51
52 %files
53 %defattr(-,root,root,0755)
54 %doc LICENSE README
55 %{_sbindir}/iptstate
56 %{_mandir}/man8/iptstate.*
57
58 %changelog
59 * Mon Feb 25 2008 Thomas Woerner <twoerner@redhat.com> 2.2.1-3
60 - fixed compile problem because of strerror undefined in scope
61 Fixes (rhbz#434482)
62 - fixed description (rhbz#140516)
63
64 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.1-2
65 - Autorebuild for GCC 4.3
66
67 * Thu Aug 23 2007 Thomas Woerner <twoerner@redhat.com> 2.2.1-1
68 - added dist tag
69
70 * Tue Aug 21 2007 Thomas Woerner <twoerner@redhat.com> 2.2.1-1
71 - new version 2.2.1
72 - spec file fixes
73
74 * Wed Oct 25 2006 Thomas Woerner <twoerner@redhat.com> 2.1-1
75 - new version 2.1
76
77 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2.2
78 - rebuild
79
80 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2.1
81 - bump again for double-long bug on ppc(64)
82
83 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2
84 - rebuilt for new gcc4.1 snapshot and glibc changes
85
86 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
87 - rebuilt
88
89 * Mon Apr 18 2005 Thomas Woerner <twoerner@redhat.com> 1.4-1.1
90 - fixed man page: install as man8 instead of man1, fixed reference for
91 iptables(8)
92
93 * Sun Apr 17 2005 Warren Togami <wtogami@redhat.com> 1.4-1
94 - 1.4
95
96 * Wed Feb 9 2005 Thomas Woerner <twoerner@redhat.com> 1.3-5
97 - rebuild
98
99 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
100 - rebuilt
101
102 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
103 - rebuilt
104
105 * Mon Feb 2 2004 Thomas Woerner <twoerner@redhat.com> 1.3-2
106 - added BuildRequires for ncurses-devel
107
108 * Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 1.3-1
109 - initial package

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2