File conntrack-tools.spec of Package conntrack-tools

Summary: A full featured interface that is intended to replace the old /proc/net/ip_conntrack interface
Name: conntrack-tools
Version: 0.9.9
Release: 1
License: GPL
Group: Productivity/Networking/Security 
Packager: Leo Eraly <leo@unstable.be>
URL: http://www.netfilter.org/projects/conntrack-tools/index.html

Source: http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%{version}.tar.bz2
Patch: gcc-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: pkgconfig libnfnetlink0-devel >= 0.0.25 libnetfilter_conntrack1-devel >= 0.0.81 bison flex libnetfilter_conntrack1

%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.

%prep
%setup
%patch -p1

%build
%configure
%{__make}

%install
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL TODO doc/stats/conntrackd.conf
%{_mandir}/man8/conntrack.8.gz
%{_mandir}/man8/conntrackd.8.gz
%{_sbindir}/conntrack
%{_sbindir}/conntrackd

%changelog
* Wed Jan 14 2009 Leo Eraly <leo@unstable.be> - 0.9.9-1
- Update to release

* Sat May 17 2008 Leo Eraly <leo@unstable.be> - 0.9.7-1
- Update to release

* Sat May 17 2008 Leo Eraly <leo@unstable.be> - 0.9.6-1
- Update to release

* Fri Aug 24 2007 Leo Eraly <leo@unstable.be> - 0.9.5-1
- Initial package.
openSUSE Build Service is sponsored by