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