From a03f941199f05970cdd45a72605783efc699c970 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:02:13 +0000 Subject: auto-import changelog data from gdbm-1.8.0-20.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Fri Oct 04 2002 Nalin Dahyabhai 1.8.0-19 - rebuild Fri Sep 13 2002 Nalin Dahyabhai 1.8.0-18.1 - run make with libdir overridden so that it has the value passed to configure instead of $(prefix)/lib --- diff --git a/gdbm.spec b/gdbm.spec index bcaf0e7..70a606c 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing. Name: gdbm Version: 1.8.0 -Release: 18 +Release: 20 Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz Patch0: gdbm-1.8.0-jbj.patch Patch1: gdbm-1.8.0-fhs.patch @@ -52,16 +52,17 @@ libtoolize --force --copy aclocal autoreconf %configure -make +# We need to override libdir, which for whatever reason is set to $(prefix)/lib +# instead of the value passed to configure above. +make libdir=%{_libdir} %install rm -rf ${RPM_BUILD_ROOT} %makeinstall install-compat -pushd $RPM_BUILD_ROOT -ln -sf gdbm/gdbm.h .%{_oldincludedir}/gdbm.h -ln -sf libgdbm.so.2.0.0 .%{_libdir}/libgdbm.so +ln -sf gdbm/gdbm.h $RPM_BUILD_ROOT/%{_oldincludedir}/gdbm.h +ln -sf libgdbm.so.2.0.0 $RPM_BUILD_ROOT/%{_libdir}/libgdbm.so %post -p /sbin/ldconfig @@ -94,6 +95,16 @@ fi rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Oct 4 2002 Nalin Dahyabhai 1.8.0-19 +- rebuild + +* Fri Sep 13 2002 Nalin Dahyabhai 1.8.0-18.1 +- run make with libdir overridden so that it has the value passed to configure + instead of $(prefix)/lib + * Wed Jul 24 2002 Trond Eivind Glomsr�d 1.8.0-18 - Remove cflags for large database support - not compatible with databases without it