-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathfbitdump.spec.in
45 lines (36 loc) · 1.1 KB
/
fbitdump.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary: Tool for displaying captured ipfix data in fastbit database format.
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: @RELEASE@
URL: http://www.liberouter.org/
Source: http://homeproj.cesnet.cz/rpm/liberouter/stable/SOURCES/%{name}-%{version}-%{release}.tar.gz
Group: Liberouter
License: BSD
Vendor: CESNET, z.s.p.o.
Packager: @USERNAME@ <@USERMAIL@>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: gcc-c++ autoconf libtool flex bison make doxygen graphviz libxslt @BUILDREQS@
Requires: fastbit-liberouter, libfastbit >= 2.0.3.2
BuildRequires: fastbit-liberouter-devel, libfastbit-devel >= 2.0.3.2
%description
Tool for displaying captured ipfix data in fastbit database format.
%prep
%setup
%post
%preun
%postun
%build
%configure --with-distro=@DISTRO@
make
make man
%install
make DESTDIR=%buildroot install
%files
%_bindir/fbitdump
%config(noreplace) %_datadir/fbitdump/fbitdump.xml
%_datadir/fbitdump/plugins/*.so
%_datadir/fbitdump/plugins/*.la
%_datadir/fbitdump/fbitdump.xsd
%_mandir/man1/fbitdump.1.gz
%_mandir/man5/fbitdump.xml.5.gz
%_mandir/man7/fbitdump-plugins.7.gz