Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
863cb27a31 | ||
|
e5f5d96362 | ||
|
34e993605b | ||
|
80d58e4266 | ||
|
99cc08bed7 |
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
|||||||
# Makefile for source rpm: libpreludedb
|
|
||||||
# $Id$
|
|
||||||
NAME := libpreludedb
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
@ -2,8 +2,8 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: libpreludedb
|
Name: libpreludedb
|
||||||
Version: 0.9.11.1
|
Version: 0.9.14.1
|
||||||
Release: 2%{?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
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -11,18 +11,15 @@ URL: http://prelude-ids.org/
|
|||||||
Source0: http://prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
|
Source0: http://prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Patch0: %{name}-x86_64-sqlite3.patch
|
Patch0: %{name}-x86_64-sqlite3.patch
|
||||||
|
BuildRequires: libprelude-devel >= 0.9.16
|
||||||
BuildRequires: libprelude, libprelude-devel, mysql-devel, postgresql-devel, python-devel, sqlite-devel
|
BuildRequires: mysql-devel, postgresql-devel, python-devel, sqlite-devel, perl-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
|
||||||
format
|
format of the database used to store IDMEF alerts. It allows developers
|
||||||
of the database used to store IDMEF alerts.
|
to use the Prelude IDMEF database easily and efficiently without
|
||||||
It allows developers to use the Prelude IDMEF database easily and
|
worrying about SQL, and to access the database independently of the
|
||||||
efficiently wi
|
type/format of the database.
|
||||||
thout worrying about SQL,
|
|
||||||
and to access the database independently of the type/format of the
|
|
||||||
database.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and headers for PreludeDB
|
Summary: Libraries and headers for PreludeDB
|
||||||
@ -129,6 +126,7 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_libdir}/%{name}/plugins/sql/
|
%dir %{_libdir}/%{name}/plugins/sql/
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%dir %{_datadir}/%{name}/classic/
|
%dir %{_datadir}/%{name}/classic/
|
||||||
|
%{_mandir}/man1/preludedb-admin.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -165,6 +163,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 14 2008 Steve Grubb <sgrubb@redhat.com> 0.9.14.1-1
|
||||||
|
- new upstream version 0.9.14.1
|
||||||
|
|
||||||
* Fri Jan 05 2007 Thorsten Scherf <tscherf@redhat.com> 0.9.11.1-2
|
* Fri Jan 05 2007 Thorsten Scherf <tscherf@redhat.com> 0.9.11.1-2
|
||||||
- moved to new upstream version 0.9.11.1
|
- moved to new upstream version 0.9.11.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user