SHA256
3
0
forked from pool/gdbm
OBS User unknown 2008-04-10 12:15:47 +00:00 committed by Git OBS Bridge
parent 2f84e1cf26
commit 7a3e1526ba
3 changed files with 13 additions and 1 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
gdbm
gdbm-devel

View File

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

View File

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