/[pkgs]/rpms/iptstate/RHL-8/iptstate.spec
ViewVC logotype

Contents of /rpms/iptstate/RHL-8/iptstate.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Nov 8 04:37:02 2004 UTC (5 years ago) by cvsextras
Branch: MAIN
CVS Tags: RHL-8-start, iptstate-1_3-0_fdr_3_rh80, HEAD
auto-import changelog data from iptstate-1.3-0.fdr.3.rh80.src.rpm
* Mon Jun 02 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.3
- Revove gpm-devel, it isn't used

* Sun Jun 01 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.2
- Remove ldconfigs

* Wed May 28 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.1
- Update to 1.3

* Wed Apr 30 2003 Warren Togami <warren@togami.com> - 0:1.2.1-0.fdr.1
- Initial Fedora release
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.rh80
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
26 %prep
27 %setup -q
28 %patch -p1
29
30 # -----------------------------------------------------------------------------
31
32 %build
33 make %{?_smp_mflags}
34
35 # -----------------------------------------------------------------------------
36
37 %install
38 rm -rf %{buildroot}
39 %makeinstall PREFIX=%{buildroot}%{_prefix}
40
41 # -----------------------------------------------------------------------------
42
43 %clean
44 rm -rf %{buildroot}
45
46 # -----------------------------------------------------------------------------
47
48 %files
49 %defattr(-,root,root,-)
50 %doc README BUGS Changelog LICENSE CONTRIB WISHLIST
51 %{_sbindir}/%{name}
52 %{_mandir}/man1/%{name}.1*
53
54 # -----------------------------------------------------------------------------
55
56 %changelog
57 * Mon Jun 02 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.3
58 - Revove gpm-devel, it isn't used
59
60 * Sun Jun 01 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.2
61 - Remove ldconfigs
62
63 * Wed May 28 2003 Warren Togami <warren@togami.com> - 0:1.3-0.fdr.1
64 - Update to 1.3
65
66 * Fri Apr 30 2003 Warren Togami <warren@togami.com> - 0:1.2.1-0.fdr.1
67 - Initial Fedora release

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2