update to 1.0.1 [release 1.0.1-1mamba;Thu Apr 25 2013]
This commit is contained in:
parent
3f5ea24fb1
commit
f1f04a5c76
@ -1,2 +1,11 @@
|
||||
# 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
56
nfacct.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user