- new upstream release
This commit is contained in:
parent
98179fd373
commit
2332208119
@ -1,8 +1,8 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: libpreludedb
|
Name: libpreludedb
|
||||||
Version: 1.0.0rc1
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Provide the framework for easy access to the Prelude database
|
Summary: Provide the framework for easy access to the Prelude database
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,8 +10,8 @@ License: GPLv2+
|
|||||||
URL: http://prelude-ids.org/
|
URL: http://prelude-ids.org/
|
||||||
Source0: http://prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildRequires: libprelude-devel python-devel perl-devel
|
||||||
BuildRequires: libprelude, libprelude-devel, mysql-devel, postgresql-devel, python-devel, sqlite-devel, perl-devel
|
BuildRequires: sqlite-devel mysql-devel, postgresql-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The PreludeDB Library provides an abstraction layer upon the type and the
|
The PreludeDB Library provides an abstraction layer upon the type and the
|
||||||
@ -29,7 +29,7 @@ Requires: libpreludedb = %{version}-%{release}, libprelude-devel, automake
|
|||||||
The PreludeDB Library provides an abstraction layer upon the type
|
The PreludeDB Library provides an abstraction layer upon the type
|
||||||
and the format of the database used to store IDMEF alerts. It
|
and the format of the database used to store IDMEF alerts. It
|
||||||
allows developers to use the Prelude IDMEF database easily and
|
allows developers to use the Prelude IDMEF database easily and
|
||||||
efficiently wi thout worrying about SQL, and to access the
|
efficiently without worrying about SQL, and to access the
|
||||||
database independently of the type/format of the database.
|
database independently of the type/format of the database.
|
||||||
|
|
||||||
%package mysql
|
%package mysql
|
||||||
@ -38,7 +38,7 @@ Group: System Environment/Libraries
|
|||||||
Requires: libpreludedb = %{version}-%{release}, mysql, mysql-server
|
Requires: libpreludedb = %{version}-%{release}, mysql, mysql-server
|
||||||
|
|
||||||
%description mysql
|
%description mysql
|
||||||
This plugin authorise prelude to store alerts into a mysql database.
|
This plugin allows prelude to store alerts into a mysql database.
|
||||||
|
|
||||||
%package pgsql
|
%package pgsql
|
||||||
Summary: Plugin to use prelude with a pgsql database
|
Summary: Plugin to use prelude with a pgsql database
|
||||||
@ -46,7 +46,7 @@ Group: System Environment/Libraries
|
|||||||
Requires: libpreludedb = %{version}-%{release}, postgresql-server
|
Requires: libpreludedb = %{version}-%{release}, postgresql-server
|
||||||
|
|
||||||
%description pgsql
|
%description pgsql
|
||||||
This plugin authorise prelude to store alerts into a pgsql database.
|
This plugin allows prelude to store alerts into a pgsql database.
|
||||||
|
|
||||||
%package sqlite
|
%package sqlite
|
||||||
Summary: Plugin to use prelude with a sqlite database
|
Summary: Plugin to use prelude with a sqlite database
|
||||||
@ -54,7 +54,7 @@ Group: System Environment/Libraries
|
|||||||
Requires: libpreludedb = %{version}-%{release}, sqlite
|
Requires: libpreludedb = %{version}-%{release}, sqlite
|
||||||
|
|
||||||
%description sqlite
|
%description sqlite
|
||||||
This plugin authorise prelude to store alerts into a sqlite database.
|
This plugin allows prelude to store alerts into a sqlite database.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Summary: Python bindings for libpreludedb
|
Summary: Python bindings for libpreludedb
|
||||||
@ -163,6 +163,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 22 2010 Steve Grubb <sgrubb@redhat.com> 1.0.0-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Sat Jan 30 2010 Steve Grubb <sgrubb@redhat.com> 1.0.0rc1-1
|
* Sat Jan 30 2010 Steve Grubb <sgrubb@redhat.com> 1.0.0rc1-1
|
||||||
- new upstream bugfix release
|
- new upstream bugfix release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user