]> git.pld-linux.org Git - packages/flowd.git/blame - flowd.spec
- cleanups, pl, group/user/service fixes
[packages/flowd.git] / flowd.spec
CommitLineData
f51ce8dd
MP
1#
2# Conditional build:
f51ce8dd
MP
3%bcond_without tests # build without tests
4#
0ead87ef 5%include /usr/lib/rpm/macros.perl
f51ce8dd 6Summary: The flowd NetFlow collector daemon
0ead87ef 7Summary(pl): flowd - demon zbierania danych NetFlow
f51ce8dd
MP
8Name: flowd
9Version: 0.9
10Release: 1
11License: BSD
12Group: Applications/Networking
f51ce8dd
MP
13Source0: http://www.mindrot.org/files/flowd/%{name}-%{version}.tar.gz
14# Source0-md5: 442917bb3c66a81786e9ab1d40006122
0ead87ef 15URL: http://www.mindrot.org/flowd.html
f51ce8dd
MP
16BuildRequires: perl-devel >= 1:5.8.0
17BuildRequires: rpm-perlprov >= 4.1-13
0ead87ef
JB
18BuildRequires: rpmbuild(macros) >= 1.268
19Requires(pre): /bin/id
20Requires(pre): /usr/bin/getgid
21Requires(pre): /usr/sbin/groupadd
22Requires(pre): /usr/sbin/useradd
23Requires(post,preun): /sbin/chkconfig
24Requires(postun): /usr/sbin/groupdel
25Requires(postun): /usr/sbin/userdel
26Requires: rc-scripts
27Provides: group(_flowd)
28Provides: user(_flowd)
f51ce8dd
MP
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
f51ce8dd
MP
31%description
32This is flowd, a NetFlow collector daemon intended to be small, fast
33and secure.
34
35It features some basic filtering to limit or tag the flows that are
36recorded and is privilege separated, to limit security exposure from
37bugs in flowd itself.
38
0ead87ef
JB
39%description -l pl
40