]> git.pld-linux.org Git - packages/nfacct.git/blob - nfacct.spec
- updated to 1.0.1
[packages/nfacct.git] / nfacct.spec
1 Summary:        Userspace netfilter accounting management utility
2 Summary(pl.UTF-8):      Program przestrzeni użytkownika do zarządzania infrastrukturą rozliczania netfiltra
3 Name:           nfacct
4 Version:        1.0.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Networking
8 Source0:        http://www.netfilter.org/projects/nfacct/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  992e863409d144350dbc8f0554a0f478
10 URL:            http://www.netfilter.org/projects/nfacct/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1.6
13 BuildRequires:  libmnl-devel >= 1.0.0
14 BuildRequires:  libnetfilter_acct-devel >= 1.0.2
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 Requires:       libmnl >= 1.0.0
18 Requires:       libnetfilter_acct >= 1.0.2
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 nfacct is the command line tool to create/retrieve/delete accounting
23 objects.
24
25 %description -l pl.UTF-8
26 nfacct to narzędzie linii poleceń do tworzenia/odczytu/usuwania
27 obiektów rozliczających.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure \
38         --disable-silent-rules
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_sbindir}/nfacct
53 %{_mandir}/man8/nfacct.8*
This page took 0.088294 seconds and 4 git commands to generate.