]> git.pld-linux.org Git - packages/libpreludedb.git/blame - libpreludedb.spec
- up to 0.9.11 by Tomasz Rutkowski
[packages/libpreludedb.git] / libpreludedb.spec
CommitLineData
4426d2a4
AM
1#
2%bcond_without perl
3%bcond_without python # needed by prewikka
4%bcond_without postgresql #
5%bcond_without mysql # one from those is needed by prewikka
6%bcond_without sqlite3 #
7
5211581e
AM
8%include /usr/lib/rpm/macros.perl
9Summary: The PreludeDB Library
aca5d1e6 10Summary(pl): Biblioteka PreludeDB
5211581e 11Name: libpreludedb
4426d2a4
AM
12Version: 0.9.11
13Release: 1
5211581e
AM
14License: GPL
15Group: Libraries
eaa145c6 16Source0: http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
4426d2a4 17# Source0-md5: f0b2a1229784419be1f9602f3f06d539
5211581e 18URL: http://www.prelude-ids.org/
aca5d1e6
JB
19BuildRequires: bison
20BuildRequires: flex
4426d2a4
AM
21BuildRequires: libprelude-devel >= 0.9.9
22%{?with_perl:BuildRequires: perl-devel}
23%{?with_python:BuildRequires: python-devel}
24%{?with_postgresql:BuildRequires: postgresql-devel}
25%{?with_mysql:BuildRequires: mysql-devel}
26%{?with_sqlite3:BuildRequires: sqlite3-devel}
27BuildRequires: gtk-doc >= 1.0
5211581e 28BuildRequires: pkgconfig
5211581e 29BuildRequires: rpm-perlprov
4426d2a4
AM
30Requires: %{name}(DB_driver) = %{version}-%{release}
31Requires: %{name}-libs = %{version}-%{release}
5211581e
AM
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35The PreludeDB Library provides an abstraction layer upon the type and
36the format of the database used to store IDMEF alerts. It allows
37developers to use the Prelude IDMEF database easily and efficiently
38without worrying about SQL, and to access the database independently
39of the type/format of the database.
40
aca5d1e6
JB
41%description -l pl
42