# # spec file for package conntrack-tools # # Copyright (c) 2012 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/ # Name: conntrack-tools Version: 1.0.1 Release: 1 License: GPL-2.0+ Group: Productivity/Networking/Security Url: http://conntrack-tools.netfilter.org/ #Git-Clone: git://git.netfilter.org/conntrack-tools Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2 Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison flex pkgconfig >= 0.23 BuildRequires: pkgconfig(libnetfilter_conntrack) >= 0.9.1 BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0 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 has replaced the old procfs 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. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install %makeinstall %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