]> git.pld-linux.org Git - packages/conntrack-viewer.git/blob - conntrack-viewer.spec
a51798f47211a778b49b493889fe1cd3f9765e53
[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 URL:            http://cv.intellos.net/
12 %{!?_without_dist_kernel:Requires:      kernel >= 2.4 }
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Conntrack Viewer is a perl script to view the masquerading connections
17 with iptables, it uses /proc/net/ip_conntrack.
18
19 %description -l pl
20 Conntrack Viewer jest skryptem perlowym do ogl±dania po³±czeñ
21 maskowanych za pomoc± iptables, u¿ywa /proc/net/ip_conntrack.
22
23 %prep
24 %setup -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29
30 install %{name}.pl              $RPM_BUILD_ROOT%{_bindir}/%{name}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README
38 %attr(755,root,root) %{_bindir}/*
This page took 0.045457 seconds and 2 git commands to generate.