File conntrack-tools.spec of Package conntrack-tools
#
# spec file for package conntrack-tools (Version 0.9.15)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: conntrack-tools
Version: 0.9.15
Release: 1
License: GNU GPL v2
Group: Productivity/Networking/Security
Url: http://conntrack-tools.netfilter.org/
Source: http://www.netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison flex
BuildRequires: libnetfilter_conntrack-devel >= 0.0.102
BuildRequires: libnfnetlink-devel pkg-config
Summary: Userspace tools for interacting with the Connection Tracking System
%description
The conntrack-tools are a set of tools targeted at system
administrators. They are conntrack, the userspace command line
interface, and conntrackd, the userspace daemon. The tool conntrack
provides a full featured interface that is intended to replace the
old /proc/net/ip_conntrack interface. Using conntrack, you can view
and manage the in-kernel connection tracking state table from
userspace. On the other hand, conntrackd covers the specific aspects
of stateful firewalls to enable highly available scenarios, and can
be used as statistics collector as well.
%define debug_package_requires %{name} = %{version}-%{release}
%prep
%setup -q
%build
%configure --disable-static
%__make %{?_smp_mflags}
%install
%makeinstall
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS TODO doc/stats/conntrackd.conf
%{_sbindir}/conntrack
%{_sbindir}/conntrackd
%{_mandir}/man8/conntrack.8.gz
%{_mandir}/man8/conntrackd.8.gz
%changelog