- new upstream version 0.9.14.1
This commit is contained in:
parent
3270ca8c9f
commit
ec5dfe3baf
@ -1 +1,2 @@
|
||||
libpreludedb-0.9.11.1.tar.gz
|
||||
libpreludedb-0.9.14.1.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: libpreludedb
|
||||
Version: 0.9.11.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.9.14.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Provide the framework for easy access to the Prelude database
|
||||
Group: System Environment/Libraries
|
||||
License: GPL
|
||||
@ -16,13 +16,10 @@ BuildRequires: libprelude, libprelude-devel, mysql-devel, postgresql-devel, pyt
|
||||
|
||||
%description
|
||||
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 database independently of the type/format of the
|
||||
database.
|
||||
format of the database used to store IDMEF alerts. It allows developers
|
||||
to use the Prelude IDMEF database easily and efficiently without
|
||||
worrying about SQL, and to access the database independently of the
|
||||
type/format of the database.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for PreludeDB
|
||||
@ -129,6 +126,7 @@ rm -rf %{buildroot}
|
||||
%dir %{_libdir}/%{name}/plugins/sql/
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/classic/
|
||||
%{_mandir}/man1/preludedb-admin.1.gz
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -165,6 +163,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2008 Steve Grubb <sgrubb@redhat.com> 0.9.14.1-1
|
||||
- new upstream version 0.9.14.1
|
||||
|
||||
* Sun Dec 09 2007 <alexlan at fedoraproject dot org> - 0.9.11.1-4
|
||||
- Add missing BR: perl-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user