]> git.pld-linux.org Git - packages/flow-tools.git/blob - flow-tools.spec
- some translations, cleaning
[packages/flow-tools.git] / flow-tools.spec
1 Summary:        Collecting and processing NetFlow data
2 Summary(pl):    Gromadzenie i przetwarzanie informacji o przep³ywie w sieci
3 Name:           flow-tools
4 Version:        0.66
5 Release:        1
6 License:        BSD
7 Group:          Applications/Networking
8 Source0:        ftp://ftp.eng.oar.net/pub/flow-tools/%{name}-%{version}.tar.gz
9 # Source0-md5:  a32f02be71b29f0d4fe65c0d196d0093
10 URL:            http://www.splintered.net/sw/flow-tools/
11 BuildRequires:  bison
12 BuildRequires:  flex
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _localstatedir  %{_sysconfdir}/%{name}
16
17 %description
18 This is a software package for collecting and processing NetFlow data
19 from Cisco and Juniper routers.
20
21 %description -l pl
22 Jest to oprogramowanie s³u¿±ce do gromadzenia i przetwarzania
23 informacji o przep³ywie w sieci (NetFlow) z routerów Cisco i Juniper.
24
25 %package devel
26 Summary:        Header files and develpment documentation for flow-tools
27 Summary(pl):    Pliki nag³ówkowe i dokumentacja programisty do flow-tools
28 Group:          Development/Libraries
29 #Requires:      %{name} = %{version}
30
31 %description devel
32 This package contains Header files and develpment documentation for
33 flow-tools.
34
35 %description devel -l pl
36 Ten pakiet zawiera pliki nag³ówkowe i dokumentacjê programisty do
37 flow-tools.
38
39 %prep
40 %setup -q
41
42 %build
43 %configure \
44 #       --with-mysql
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog INSTALL NEWS README SECURITY TODO
60 %attr(755,root,root) %{_bindir}/*
61 %{_mandir}/man?/*
62 %{_sysconfdir}
63
64 %files devel
65 %defattr(644,root,root,755)
66 %{_includedir}/*.h
67 %{_libdir}/*.a
This page took 0.787297 seconds and 3 git commands to generate.