]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- updated to 1.11 auto/th/gdbm-1.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Dec 2013 19:04:47 +0000 (20:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Dec 2013 19:04:47 +0000 (20:04 +0100)
- updated info patch

gdbm-info.patch
gdbm.spec

index f680167e49ab38b0e6d95424573bdf33e1d22ff1..0c48fd35d7271e1cbb0a12ae3fb38dc9ef8e8d6e 100644 (file)
@@ -1,14 +1,18 @@
---- gdbm-1.9.1/doc/gdbm.texinfo.orig   2011-08-11 14:07:32.000000000 +0200
-+++ gdbm-1.9.1/doc/gdbm.texinfo        2011-08-14 09:30:31.906384656 +0200
-@@ -6,9 +6,9 @@
- @settitle gdbm manual
+--- gdbm-1.11/doc/gdbm.texinfo.orig    2013-12-26 18:51:05.253855816 +0100
++++ gdbm-1.11/doc/gdbm.texinfo 2013-12-26 18:51:46.497187418 +0100
+@@ -6,11 +6,11 @@
+ @settitle GDBM manual
  
  @ifinfo
 -@dircategory Programming & development tools
 +@dircategory Libraries:
  @direntry
 -* GDBM: (gdbm).                 The GNU database manager.
+-* gdbm_dump: gdbm_dump(gdbm).   Dump the GDBM database into a flat file.
+-* gdbm_load: gdbm_load(gdbm).   Load the database from a flat file.
 +* GDBM: (gdbm).                               The GNU database manager
++* gdbm_dump: gdbm_dump(gdbm).         Dump the GDBM database into a flat file
++* gdbm_load: gdbm_load(gdbm).         Load the database from a flat file
  @end direntry
  @end ifinfo
  
index 73c5ae80e2fb241a0af739bf57937e17ccddfa70..6ae1e0b288b4e678e1e9f2c641fae1143f0b9bda 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -9,12 +9,12 @@ Summary(pl.UTF-8):    Biblioteka GNU bazy danych dla języka C
 Summary(ru.UTF-8):     Библиотека базы данных GNU для C
 Summary(uk.UTF-8):     Бібліотека бази даних GNU для C
 Name:          gdbm
-Version:       1.10
-Release:       3
+Version:       1.11
+Release:       1
 License:       GPL v3+
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/gdbm/%{name}-%{version}.tar.gz
-# Source0-md5: 88770493c2559dc80b561293e39d3570
+# Source0-md5: 72c832680cf0999caedbe5b265c8c1bd
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link-compat.patch
 BuildRequires: autoconf >= 2.63
@@ -190,11 +190,16 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS NOTE-WARNING README
-%attr(755,root,root) %{_bindir}/testgdbm
+%attr(755,root,root) %{_bindir}/gdbm_dump
+%attr(755,root,root) %{_bindir}/gdbm_load
+%attr(755,root,root) %{_bindir}/gdbmtool
 %attr(755,root,root) %{_libdir}/libgdbm.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgdbm.so.4
 %attr(755,root,root) %{_libdir}/libgdbm_compat.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgdbm_compat.so.4
+%{_mandir}/man1/gdbm_dump.1*
+%{_mandir}/man1/gdbm_load.1*
+%{_mandir}/man1/gdbmtool.1*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.04205 seconds and 4 git commands to generate.