update to 1.0.1 [release 1.0.1-1mamba;Thu Apr 25 2013]

This commit is contained in:
Automatic Build System 2024-01-06 07:37:35 +01:00
parent 3f5ea24fb1
commit f1f04a5c76
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# nfacct # nfacct
nfacct is the command line tool to create/retrieve/delete accounting objects.
It requires kernel that features the nfnetlink_acct subsystem.
For officially released kernels, this means 3.3.
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

56
nfacct.spec Normal file
View File

@ -0,0 +1,56 @@
Name: nfacct
Version: 1.0.1
Release: 1mamba
Summary: The netfilter command line tool to create/retrieve/delete accounting objects
Group: Network/Security
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://netfilter.org/projects/nfacct/
Source: http://netfilter.org/projects/nfacct/files/nfacct-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libmnl-devel
BuildRequires: libnetfilter_acct-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
nfacct is the command line tool to create/retrieve/delete accounting objects.
It requires kernel that features the nfnetlink_acct subsystem.
For officially released kernels, this means 3.3.
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
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sbindir}/nfacct
%{_mandir}/man8/nfacct.*
%doc COPYING
%changelog
* Thu Apr 25 2013 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
- update to 1.0.1
* Mon Apr 30 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.0.0-1mamba
- package created by autospec