]> git.pld-linux.org Git - packages/gdbm18.git/commitdiff
- release 3, gdbm-1_8_0-3
authorkloczek <kloczek@pld-linux.org>
Tue, 9 Nov 1999 14:11:38 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added jbj patch from rawhide (make sure created database header is
  initialized).

Changed files:
    gdbm18.spec -> 1.28

gdbm18.spec

index 1098b0fa2ff71637142eae56f688c8719edbd2b1..9148559797d042c987ddf4b8e31f39020dcb0e0c 100644 (file)
@@ -11,14 +11,17 @@ Group(pl):  Biblioteki
 Source:                ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
 Patch0:                gdbm-info.patch
 Patch1:                gdbm-DESTDIR.patch
+Patch2:                gdbm-jbj.patch
 BuildRequires: libtool
 BuildRequires: autoconf
 Buildroot:     /tmp/%{name}-%{version}-root
 
 %description
-This is a database indexing library. It is useful for those who need 
-to write C applications and need access to a simple and efficient
-database or build C applications which use it.
+Gdbm is a GNU database indexing library, including routines which use
+extensible hashing. Gdbm works in a similar way to standard UNIX dbm
+routines. Gdbm is useful for developers who write C applications and need
+access to a simple and efficient database or who are building C applications
+which will use such a database.
 
 %description -l de
 Dies ist eine Datenbank-Index-Library für Programmierer, die 
@@ -89,6 +92,7 @@ Static gdbm library.
 %setup  -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 libtoolize --copy --force
This page took 0.090369 seconds and 4 git commands to generate.