]> git.pld-linux.org Git - packages/conntrack-viewer.git/blame - conntrack-viewer.spec
- converted to UTF-8
[packages/conntrack-viewer.git] / conntrack-viewer.spec
CommitLineData
f89c2874 1# Conditional build:
f70896b1 2%bcond_without dist_kernel # without distribution kernel
f89c2874 3#
7237b9cd
PG
4%include /usr/lib/rpm/macros.perl
5Summary: Conntrack Viewer - view the masquerading connection with iptables
8f1cb2bf 6Summary(pl.UTF-8): Conntrack Viewer - podgląd połączeń maskowanych przez iptables
7237b9cd 7Name: conntrack-viewer
3d268958 8Version: 1.3
7237b9cd
PG
9Release: 1
10License: GPL v2
11Group: Networking/Utilities
12Source0: http://cv.intellos.net/%{name}-%{version}/%{name}-%{version}.tar.gz
f54dab64 13# Source0-md5: 21d12842f8f1eb57dec8848fc853e252
7237b9cd 14URL: http://cv.intellos.net/
08b51a3e 15BuildRequires: rpm-perlprov
f89c2874 16%{?with_dist_kernel:Requires: kernel >= 2.4 }
def557fe 17BuildArch: noarch
7237b9cd
PG
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Conntrack Viewer is a perl script to view the masquerading connections
22with iptables, it uses /proc/net/ip_conntrack.
23
8f1cb2bf
JR
24%description -l pl.UTF-8
25Conntrack Viewer jest skryptem perlowym do oglądania połączeń
26maskowanych za pomocą iptables, używa /proc/net/ip_conntrack.
7237b9cd
PG
27
28%prep
29%setup -q
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_bindir}
34
3d268958 35install %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
7237b9cd
PG
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README
43%attr(755,root,root) %{_bindir}/*
This page took 0.092806 seconds and 4 git commands to generate.