Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
nfacct
> nfacct.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nfacct.spec of Package nfacct
Name: nfacct Version: 1.0.1 Release: 1 Group: Productivity/Networking/Security Summary: Tools for manipulating the kernel's connection tracking table License: GPL URL: http://nfacct.netfilter.org/ Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2 BuildRequires: libnfnetlink-devel pkgconfig libnetfilter_acct-devel libmnl-devel >= 1.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Nfacct is the command line tool to create/retrieve/delete accounting objects. Main Features: - listing the objects of the nfacct table in plain text/XML - atomically get and reset objects of the nfacct table - adding new objects to the nfacct table - deleting objects from the nfacct table Author(s): ---------- Netfilter Team <netfilter-devel@vger.kernel.org> Pablo Neira Ayuso %prep %setup -q %build ##mkdir m4; %if 0%{?suse_version} autoreconf -fi; %endif %configure --disable-static \ --exec-prefix=%{_prefix}/libexec %__make %{?jobs:-j%jobs}; %install b="%buildroot"; rm -Rf "$b"; mkdir -p "$b"; %__make install DESTDIR="$b"; find "$b" -type f -iname "*.la" -print0 | xargs -0 rm -f; %clean rm -Rf "%buildroot"; %files %defattr(-,root,root) %_sbindir/* %_mandir/*/* %changelog