]> git.pld-linux.org Git - packages/conntrack-viewer.git/blob - conntrack-viewer.spec
- massive attack: adding Source-md5
[packages/conntrack-viewer.git] / conntrack-viewer.spec
1 # _without_dist_kernel - without distribution kernel
2 %include        /usr/lib/rpm/macros.perl
3 Summary:        Conntrack Viewer - view the masquerading connection with iptables
4 Summary(pl):    Conntrack Viewer - podgl±d po³±czeñ maskowanych przez iptables
5 Name:           conntrack-viewer
6 Version:        1.3
7 Release:        1
8 License:        GPL v2
9 Group:          Networking/Utilities
10 Source0:        http://cv.intellos.net/%{name}-%{version}/%{name}-%{version}.tar.gz
11 # Source0-md5:  21d12842f8f1eb57dec8848fc853e252
12 URL:            http://cv.intellos.net/
13 %{!?_without_dist_kernel:Requires:      kernel >= 2.4 }
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Conntrack Viewer is a perl script to view the masquerading connections
18 with iptables, it uses /proc/net/ip_conntrack.
19
20 %description -l pl
21 Conntrack Viewer jest skryptem perlowym do ogl±dania po³±czeñ
22 maskowanych za pomoc± iptables, u¿ywa /proc/net/ip_conntrack.
23
24 %prep
25 %setup -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30
31 install %{name}.pl              $RPM_BUILD_ROOT%{_bindir}/%{name}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README
39 %attr(755,root,root) %{_bindir}/*
This page took 0.034673 seconds and 3 git commands to generate.