Compare commits

...

6 Commits
rawhide ... fc6

Author SHA1 Message Date
Fedora Release Engineering
cb874d275b dist-git conversion 2010-07-28 21:29:53 +00:00
Bill Nottingham
c84f08de68 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:52:29 +00:00
Thorsten Scherf
4db185feba auto-import libpreludedb-0.9.11.1-2 on branch FC-6 from
libpreludedb-0.9.11.1-2.src.rpm
2007-01-05 21:08:50 +00:00
Thorsten Scherf
395ab6a122 new patch name 2007-01-05 19:05:45 +00:00
Thorsten Scherf
3706e7782f moved to new upstream version 2007-01-05 18:58:35 +00:00
Warren Togami
a0db0cc9c2 Initialize branch FC-6 for libpreludedb 2007-01-02 20:18:15 +00:00
6 changed files with 8 additions and 26 deletions

View File

@ -1 +0,0 @@
libpreludedb-0.9.11.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libpreludedb-0.9.11.1.tar.gz

View File

@ -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)

View File

@ -2,15 +2,15 @@
%{!?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
Release: 4%{?dist}
Version: 0.9.11.1
Release: 2%{?dist}
Summary: Provide the framework for easy access to the Prelude database
Group: System Environment/Libraries
License: GPL
URL: http://prelude-ids.org/
Source0: http://prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: %{name}-%{version}-x86_64-sqlite3.patch
Patch0: %{name}-x86_64-sqlite3.patch
BuildRequires: libprelude, libprelude-devel, mysql-devel, postgresql-devel, python-devel, sqlite-devel
@ -165,6 +165,9 @@ rm -rf %{buildroot}
%changelog
* Fri Jan 05 2007 Thorsten Scherf <tscherf@redhat.com> 0.9.11.1-2
- moved to new upstream version 0.9.11.1
* Mon Jan 01 2007 Thorsten Scherf <tscherf@redhat.com> 0.9.11-4
- added x86_64-sqlite3.patch to resolve x86_86 build problems

View File

@ -1 +1 @@
f0b2a1229784419be1f9602f3f06d539 libpreludedb-0.9.11.tar.gz
e50b62ff520c25a48aac3577cc1f92f0 libpreludedb-0.9.11.1.tar.gz