diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..c1c7d10 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +gdbm +gdbm-devel diff --git a/gdbm.changes b/gdbm.changes index b8b2bb3..f7d1a4a 100644 --- a/gdbm.changes +++ b/gdbm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Thu Feb 28 13:05:02 CET 2008 - pth@suse.de diff --git a/gdbm.spec b/gdbm.spec index 2ea054d..91e2ce5 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -19,7 +19,7 @@ License: GPL v2 or later Group: System/Libraries AutoReqProv: on Version: 1.8.3 -Release: 327 +Release: 335 Summary: GNU Database Routines Source: ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-%{version}.tar.bz2 Patch: gdbm-%{version}.dif @@ -34,6 +34,7 @@ A static and dynamic library for the GNU database routines. %package devel +License: GPL v2 or later; LGPL v2.1 or later Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Requires: gdbm = %{version} @@ -118,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Thu Feb 28 2008 pth@suse.de - Add ANSI prototypes to dbm.h and ndbm.h (protected by macros) - Provide full prototype for static function.