auto-import changelog data from gdbm-1.8.0-18.src.rpm

Wed Jul 24 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.8.0-18
- Remove cflags for large database support - not compatible with databases
    without it
This commit is contained in:
cvsdist 2004-09-09 05:02:07 +00:00
parent 4a62c23c69
commit b4ca14a7d1

View File

@ -3,7 +3,7 @@
Summary: A GNU set of database routines which use extensible hashing.
Name: gdbm
Version: 1.8.0
Release: 17
Release: 18
Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz
Patch0: gdbm-1.8.0-jbj.patch
Patch1: gdbm-1.8.0-fhs.patch
@ -47,7 +47,6 @@ gdbm database library. You'll also need to install the gdbm package.
%patch3 -p1 -b .offset
%build
export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
libtoolize --force --copy
aclocal
@ -95,6 +94,10 @@ fi
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-18
- Remove cflags for large database support - not compatible
with databases without it
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild