83dfdb
%bcond_with largefile
83dfdb
83dfdb
Summary: A GNU set of database routines which use extensible hashing
83dfdb
Name: gdbm
83dfdb
Version: 1.19
83dfdb
Release: 4%{?dist}
83dfdb
Epoch: 1
83dfdb
License: GPLv3+
83dfdb
URL: http://www.gnu.org/software/gdbm/
83dfdb
83dfdb
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
83dfdb
83dfdb
BuildRequires: gcc
83dfdb
BuildRequires: libtool
83dfdb
BuildRequires: gettext
83dfdb
BuildRequires: readline-devel
83dfdb
BuildRequires: make
83dfdb
83dfdb
# when -libs subpkg was introduced
83dfdb
Obsoletes: gdbm < 1:1.14.1-4
83dfdb
83dfdb
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
83dfdb
83dfdb
%description
83dfdb
Gdbm is a GNU database indexing library, including routines which use
83dfdb
extensible hashing.  Gdbm works in a similar way to standard UNIX dbm
83dfdb
routines.  Gdbm is useful for developers who write C applications and
83dfdb
need access to a simple and efficient database or who are building C
83dfdb
applications which will use such a database.
83dfdb
83dfdb
If you're a C developer and your programs need access to simple
83dfdb
database routines, you should install gdbm.  You'll also need to
83dfdb
install gdbm-devel.
83dfdb
83dfdb
%package libs
83dfdb
Summary: Libraries files for gdbm
83dfdb
# when -libs subpkg was introduced
83dfdb
Obsoletes: gdbm < 1:1.14.1-4
83dfdb
83dfdb
%description libs
83dfdb
Libraries for the Gdbm GNU database indexing library
83dfdb
83dfdb
%package devel
83dfdb
Summary: Development libraries and header files for the gdbm library
83dfdb
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
83dfdb
Requires(post): info
83dfdb
Requires(preun): info
83dfdb
83dfdb
%description devel
83dfdb
Gdbm-devel contains the development libraries and header files for
83dfdb
gdbm, the GNU database system.  These libraries and header files are
83dfdb
necessary if you plan to do development using the gdbm database.
83dfdb
83dfdb
Install gdbm-devel if you are developing C programs which will use the
83dfdb
gdbm database library.  You'll also need to install the gdbm package.
83dfdb
83dfdb
%prep
83dfdb
%setup -q
83dfdb
83dfdb
%build
83dfdb
%configure \
83dfdb
    --disable-static \
83dfdb
%{!?with_largefile: --disable-largefile} \
83dfdb
    --disable-rpath \
83dfdb
    --enable-libgdbm-compat
83dfdb
83dfdb
# get rid of rpath (as per https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath)
83dfdb
# currently --disable-rpath doesn't work for gdbm_dump|load, gdbmtool and libgdbm_compat.so.4
83dfdb
# https://puszcza.gnu.org.ua/bugs/index.php?359
83dfdb
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
83dfdb
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
83dfdb
83dfdb
%make_build
83dfdb
83dfdb
%install
83dfdb
%make_install
83dfdb
83dfdb
%find_lang %{name}
83dfdb
83dfdb
# create symlinks for compatibility
83dfdb
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/gdbm
83dfdb
ln -sf ../gdbm.h $RPM_BUILD_ROOT/%{_includedir}/gdbm/gdbm.h
83dfdb
ln -sf ../ndbm.h $RPM_BUILD_ROOT/%{_includedir}/gdbm/ndbm.h
83dfdb
ln -sf ../dbm.h $RPM_BUILD_ROOT/%{_includedir}/gdbm/dbm.h
83dfdb
83dfdb
# Remove libtool archives
83dfdb
find %{buildroot} -type f -name "*.la" -delete
83dfdb
83dfdb
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
83dfdb
83dfdb
%check
83dfdb
export LD_LIBRARY_PATH=`pwd`/src/.libs/:`pwd`/compat/.libs/
83dfdb
make check
83dfdb
83dfdb
%ldconfig_scriptlets libs
83dfdb
83dfdb
%files -f %{name}.lang
83dfdb
%doc NEWS README THANKS AUTHORS NOTE-WARNING
83dfdb
%{_bindir}/gdbm*
83dfdb
%{_mandir}/man1/gdbm*
83dfdb
83dfdb
%files libs
83dfdb
%license COPYING
83dfdb
%{_libdir}/libgdbm.so.6*
83dfdb
%{_libdir}/libgdbm_compat.so.4*
83dfdb
83dfdb
%files devel
83dfdb
%{_libdir}/libgdbm.so
83dfdb
%{_libdir}/libgdbm_compat.so
83dfdb
%{_includedir}/*
83dfdb
%{_infodir}/*.info*
83dfdb
%{_mandir}/man3/*
83dfdb
83dfdb
%changelog
83dfdb
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.19-4
83dfdb
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
83dfdb
  Related: rhbz#1991688
83dfdb
83dfdb
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.19-3
83dfdb
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
83dfdb
83dfdb
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.19-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
83dfdb
83dfdb
* Tue Jan 5 2021 Filip Januš <fjanus@redhat.com> - 1.19-1
83dfdb
- Rebase to latest release 1.19
83dfdb
- Remove gdbm_gcc_10.patch no more necessary
83dfdb
83dfdb
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.18.1-5
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
83dfdb
83dfdb
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1:1.18.1-4
83dfdb
- Use make macros
83dfdb
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
83dfdb
83dfdb
* Fri Feb 7 2020 Filip Januš <fjanus@redhat.com> - 1.18.1-3
83dfdb
- Resolves: #1799391
83dfdb
- After upgrade GCC to version gcc version 10.0.1 build fails
83dfdb
- Patch gdbm_gcc_10.patch was added
83dfdb
83dfdb
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.18.1-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
83dfdb
83dfdb
* Sun Oct 13 2019 Christian Stadelmann <genodeftest@fedoraproject.org>
83dfdb
- Remove outdated comments from spec file
83dfdb
83dfdb
* Mon Sep 23 2019 Filip Janus <fjanus@redhat.com> - 1.18.1-1
83dfdb
- Upstream released 1.18.1 bug(#1706639)
83dfdb
- Remove old patches
83dfdb
83dfdb
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.18-5
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
83dfdb
83dfdb
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.18-4
83dfdb
- Rebuild for readline 8.0
83dfdb
83dfdb
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.18-3
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
83dfdb
83dfdb
* Mon Oct 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.18-2
83dfdb
- Add Obsoletes to better handle upgrade path from before -libs was introduced
83dfdb
83dfdb
* Tue Sep 25 2018 mskalick@redhat.com
83dfdb
- Rebase to latest release 1.18
83dfdb
- Fix issues found by coverity
83dfdb
83dfdb
* Tue Aug 21 2018 mskalick@redhat.com - 1:1.17-2
83dfdb
- Fix directory entry validation - fails qsf test suite
83dfdb
83dfdb
* Tue Aug 07 2018 mskalick@redhat.com - 1:1.17-1
83dfdb
- Rebase to upstream release 1.17
83dfdb
83dfdb
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.16-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
83dfdb
83dfdb
* Thu Jun 28 2018 mskalick@redhat.com - 1:1.16-1
83dfdb
- Rebase to latest release 1.16
83dfdb
83dfdb
* Wed Jun 20 2018 mskalick@redhat.com - 1:1.15-1
83dfdb
- Rebase to latest upstream relase 1.15
83dfdb
83dfdb
* Mon Mar 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>a 1:1.14.1-4
83dfdb
- Split libraries out to separate libs subpackage
83dfdb
- Minor spec cleanups
83dfdb
83dfdb
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.14.1-3
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
83dfdb
83dfdb
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.14.1-2
83dfdb
- Switch to %%ldconfig_scriptlets
83dfdb
83dfdb
* Mon Jan 29 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14.1-1
83dfdb
- Rebase to latest upstream release
83dfdb
  (soname bump for ABI breakage in 1.14)
83dfdb
83dfdb
* Tue Jan 16 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14-3
83dfdb
- Fix -devel require to include also epoch
83dfdb
83dfdb
* Tue Jan 16 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14-2
83dfdb
- Introduce epoch to not to break upgrade path from F27
83dfdb
83dfdb
* Wed Jan 03 2018 Petr Kubat <pkubat@redhat.com> - 1.14-1
83dfdb
- Upgrade to gdbm 1.14
83dfdb
- Resolves #1467431
83dfdb
83dfdb
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-3
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
83dfdb
83dfdb
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
83dfdb
83dfdb
* Thu Mar 23 2017 Marek Skalický <mskalick@redhat.com> - 1.13-1
83dfdb
- Upgrade to gdbm 1.13
83dfdb
83dfdb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
83dfdb
83dfdb
* Thu Mar 17 2016 Marek Skalicky <mskalick@redhat.com> - 1.12-1
83dfdb
- Upgrade to gdbm-1.12 (#1336604)
83dfdb
83dfdb
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
83dfdb
83dfdb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-6
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
83dfdb
83dfdb
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.11-5
83dfdb
- Rebuilt for Fedora 23 Change
83dfdb
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
83dfdb
83dfdb
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
83dfdb
83dfdb
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.11-3
83dfdb
- fix license handling
83dfdb
83dfdb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
83dfdb
83dfdb
* Wed Mar 05 2014 Honza Horak <hhorak@redhat.com> - 1.11-1
83dfdb
- Upgrade to gdbm-1.11
83dfdb
  Resolves: #1046643
83dfdb
83dfdb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-7
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
83dfdb
83dfdb
* Mon Mar 25 2013 Honza Horak <hhorak@redhat.com> - 1.10-6
83dfdb
- Fixed some issues found by Coverity
83dfdb
- Add support of aarch64
83dfdb
83dfdb
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
83dfdb
83dfdb
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.10-4
83dfdb
- Spec file cleanup
83dfdb
- Use make DESTDIR=... install instead of %%make_install
83dfdb
83dfdb
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
83dfdb
83dfdb
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
83dfdb
83dfdb
* Mon Nov 14 2011 Honza Horak <hhorak@redhat.com> - 1.10-1
83dfdb
- Updated to new upstream release 1.10
83dfdb
- Dropped -shortread patch, which has been already applied by upstream
83dfdb
- Disable large file support, that is enabled by default since 1.9, 
83dfdb
  but not compatible with db files created using gdbm-1.8.3 and lower
83dfdb
- License change to GPLv3+
83dfdb
- Add doc files THANKS AUTHORS NOTE-WARNING
83dfdb
- Changed text in NOTE-WARNING to correspond with build settings
83dfdb
83dfdb
* Tue Sep 20 2011 Honza Horak <hhorak@redhat.com> - 1.9.1-1
83dfdb
- Updated to new upstream release 1.9.1
83dfdb
- Dropped -filestruct, -ndbmlock and -fhs patches, they are not 
83dfdb
  needed anymore and GDBM_NOLOCK is used always
83dfdb
- Run testsuite
83dfdb
83dfdb
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-9
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
83dfdb
83dfdb
* Thu Jan 13 2011 Jan Horak <hhorak@redhat.com> - 1.8.3-8
83dfdb
- Added filestruct patch (#668178)
83dfdb
83dfdb
* Mon Jan 03 2011 Karel Klic <kklic@redhat.com> - 1.8.3-7
83dfdb
- Removed BuildRoot tag
83dfdb
- Removed %%clean section
83dfdb
- Added ndbmlock patch (#663932)
83dfdb
83dfdb
* Mon Apr 12 2010 Karel Klic <kklic@redhat.com> - 1.8.3-6
83dfdb
- Use fcntl instead of flock for locking to make nfs safe (#477300)
83dfdb
83dfdb
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-5
83dfdb
- Removed fake Provides: libgdbm.so.2 and corresponding symlinks
83dfdb
- Moved autoconf, libtoolize from %%build to %%prep section
83dfdb
- Remove static builds from the devel package (#556050)
83dfdb
83dfdb
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-4
83dfdb
- Provides: libgdbm.so.2()(64bit) for x86_64 architecture
83dfdb
83dfdb
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-3
83dfdb
- Added temporary symlinks to retain compatibility with gdbm 1.8.0
83dfdb
83dfdb
* Wed Mar 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.8.3-2
83dfdb
- %%files: track shlib sonames, so abi breaks are less of a surprise
83dfdb
83dfdb
* Tue Mar 09 2010 Karel Klic <kklic@redhat.com> - 1.8.3-1
83dfdb
- Newer upstream release
83dfdb
- Removed gdbm-1.8.0-64offset.patch, because it was merged by the upstream
83dfdb
- `jbj' patch extended and renamed to `zeroheaders'
83dfdb
- Added shortread patch from Debian
83dfdb
83dfdb
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-33
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83dfdb
83dfdb
* Fri Apr 17 2009 Stepan Kasal <skasal@redhat.com> - 1.8.0-32
83dfdb
- Clean up the spec, for merge review.
83dfdb
83dfdb
* Fri Feb 27 2009 Stepan Kasal <skasal@redhat.com> - 1.8.0-31
83dfdb
- drop *-cflags.patch, move all makefile fixes to *-fhs.patch
83dfdb
- propagate libdir to Makefile; no need to set it on cmdline
83dfdb
83dfdb
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-30
83dfdb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
83dfdb
83dfdb
* Mon Jul 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.0-29
83dfdb
- fix license tag
83dfdb
83dfdb
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.8.0-28
83dfdb
- Autorebuild for GCC 4.3
83dfdb
83dfdb
* Tue Apr 3 2007 Ondrej Dvoracek <odvorace@redhat.com> - 1.8.0-27
83dfdb
- made install-info use in scriptlets safe (#223688)
83dfdb
83dfdb
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.8.0-26.2.1
83dfdb
- rebuild
83dfdb
83dfdb
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.0-26.2
83dfdb
- bump again for double-long bug on ppc(64)
83dfdb
83dfdb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.0-26.1
83dfdb
- rebuilt for new gcc4.1 snapshot and glibc changes
83dfdb
83dfdb
* Tue Jan 24 2006 Warren Togami <wtogami@redhat.com> 1.8.0-26
83dfdb
- remove .la (#171535)
83dfdb
83dfdb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Sat Apr 09 2005 Florian La Roche <laroche@redhat.com>
83dfdb
- rebuild
83dfdb
83dfdb
* Sun Aug  8 2004 Alan Cox <alan@redhat.com> 1.8.0-24
83dfdb
- Close bug #125319
83dfdb
83dfdb
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
83dfdb
- rebuilt
83dfdb
83dfdb
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-19
83dfdb
- rebuild
83dfdb
83dfdb
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-18.1
83dfdb
- run make with libdir overridden so that it has the value passed to configure
83dfdb
  instead of $(prefix)/lib
83dfdb
83dfdb
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-18
83dfdb
- Remove cflags for large database support - not compatible 
83dfdb
  with databases without it
83dfdb
83dfdb
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
83dfdb
- automated rebuild
83dfdb
83dfdb
* Thu May 23 2002 Tim Powers <timp@redhat.com>
83dfdb
- automated rebuild
83dfdb
83dfdb
* Thu Apr 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-15
83dfdb
- Use 64bit offset
83dfdb
- Patch to make the above not break from downsj@downsj.com (#63980) 
83dfdb
83dfdb
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-14
83dfdb
- Rebuild
83dfdb
83dfdb
* Fri Jan 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-13
83dfdb
- Update location
83dfdb
- auto* changes to make it build
83dfdb
83dfdb
* Wed Oct 17 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-11
83dfdb
- Add URL (# 54607)
83dfdb
83dfdb
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
83dfdb
- s/Copyright:/License:/g
83dfdb
- include text docs in binary package
83dfdb
83dfdb
* Tue Jun 12 2001 Than Ngo <than@redhat.com>
83dfdb
- fix to build against new libtool
83dfdb
83dfdb
* Mon Mar 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
83dfdb
- Make it respect RPM_OPT_FLAGS/CFLAGS - #32242. 
83dfdb
  Patch from dan@D00M.cmc.msu.ru
83dfdb
83dfdb
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
83dfdb
- automatic rebuild
83dfdb
83dfdb
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
83dfdb
- FHS packaging.
83dfdb
83dfdb
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
83dfdb
- handle compressed manpages
83dfdb
83dfdb
* Tue Aug 10 1999 Jeff Johnson <jbj@redhat.com>
83dfdb
- make sure created database header is initialized (#4457).
83dfdb
83dfdb
* Tue Jun  1 1999 Jeff Johnson <jbj@redhat.com>
83dfdb
- update to 1.8.0.
83dfdb
- repackage to include /usr/include/gdbm/*dbm.h compatibility includes.
83dfdb
83dfdb
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
83dfdb
- auto rebuild in the new build environment (release 19)
83dfdb
83dfdb
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
83dfdb
- build against glibc 2.1
83dfdb
83dfdb
* Thu May 07 1998 Prospector System <bugs@redhat.com>
83dfdb
- translations modified for de, fr, tr
83dfdb
83dfdb
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
83dfdb
- gdbm-devel moved to Development/Libraries
83dfdb
83dfdb
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
83dfdb
- buildroot and built for Manhattan
83dfdb
83dfdb
* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
83dfdb
- spec file cleanups
83dfdb
83dfdb
* Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
83dfdb
- built against glibc