Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514069
en ru br
ALT Linux repos
S:1.4.9-alt1.qa1
5.0: 1.4.9-alt1
4.1: 1.4.9-alt1

Group :: Networking/Other
RPM: netstat-nat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# Unpackaged files in buildroot should terminate build
%define _unpackaged_files_terminate_build 1

Name: netstat-nat
Version: 1.4.9
Release: alt1.qa1

Summary: A tool that displays NAT connections
License: %gpl2plus
Group: Networking/Other
Url: http://www.tweegy.nl/projects/netstat-nat/

Packager: Artem Zolochevskiy <azol at altlinux.ru>

Source: %name-%version.tar.gz

BuildRequires(pre): rpm-build-licenses

%description
Netstat-nat is a small program written in C. It displays NAT connections,
managed by netfilter/iptables which comes with the > 2.4.x linux kernels.
The program reads its information from '/proc/net/ip_conntrack' or
'/proc/net/nf_conntrack', which is the temporary conntrack-storage of
netfilter.

%prep
%setup

%build
%configure
%make_build --silent --no-print-directory

%install
%make_install DESTDIR=%buildroot install --silent --no-print-directory
ln -sf %_licensedir/GPL-2 COPYING

%files
%doc AUTHORS ChangeLog INSTALL NEWS README
%doc -d COPYING
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin