diff --git a/.cvsignore b/.cvsignore index 7ffa2e6..2509bc4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ libpreludedb-0.9.15.1.tar.gz libpreludedb-0.9.15.2.tar.gz libpreludedb-0.9.15.3.tar.gz libpreludedb-1.0.0rc1.tar.gz +libpreludedb-1.0.0.tar.gz diff --git a/libpreludedb.spec b/libpreludedb.spec index 2905987..0359ce8 100644 --- a/libpreludedb.spec +++ b/libpreludedb.spec @@ -1,8 +1,8 @@ -%{!?python_sitelib: %define 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_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Name: libpreludedb -Version: 1.0.0rc1 +Name: libpreludedb +Version: 1.0.0 Release: 1%{?dist} Summary: Provide the framework for easy access to the Prelude database Group: System Environment/Libraries @@ -10,8 +10,8 @@ License: GPLv2+ URL: http://prelude-ids.org/ Source0: http://prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: libprelude, libprelude-devel, mysql-devel, postgresql-devel, python-devel, sqlite-devel, perl-devel +BuildRequires: libprelude-devel python-devel perl-devel +BuildRequires: sqlite-devel mysql-devel, postgresql-devel %description 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 and the format of the database used to store IDMEF alerts. It 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. %package mysql @@ -38,7 +38,7 @@ Group: System Environment/Libraries Requires: libpreludedb = %{version}-%{release}, mysql, mysql-server %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 Summary: Plugin to use prelude with a pgsql database @@ -46,7 +46,7 @@ Group: System Environment/Libraries Requires: libpreludedb = %{version}-%{release}, postgresql-server %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 Summary: Plugin to use prelude with a sqlite database @@ -54,7 +54,7 @@ Group: System Environment/Libraries Requires: libpreludedb = %{version}-%{release}, 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 Summary: Python bindings for libpreludedb @@ -163,6 +163,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 22 2010 Steve Grubb 1.0.0-1 +- new upstream release + * Sat Jan 30 2010 Steve Grubb 1.0.0rc1-1 - new upstream bugfix release diff --git a/sources b/sources index 35468a8..192d30c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b200ebd2fec62e73689e141970dbf07 libpreludedb-1.0.0rc1.tar.gz +e2b38dfe2efb2008fcb5e2ce51f6638b libpreludedb-1.0.0.tar.gz