[packages/gdbm] - updated to 1.11 - updated info patch
qboosh
qboosh at pld-linux.org
Thu Dec 26 20:04:32 CET 2013
commit 11a242e877e180a459af456e6dd264e55efcf60f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 26 20:04:47 2013 +0100
- updated to 1.11
- updated info patch
gdbm-info.patch | 12 ++++++++----
gdbm.spec | 13 +++++++++----
2 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/gdbm.spec b/gdbm.spec
index 73c5ae8..6ae1e0b 100644
--- 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)
diff --git a/gdbm-info.patch b/gdbm-info.patch
index f680167..0c48fd3 100644
--- a/gdbm-info.patch
+++ b/gdbm-info.patch
@@ -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
- at dircategory Programming & development tools
+ at 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gdbm.git/commitdiff/11a242e877e180a459af456e6dd264e55efcf60f
More information about the pld-cvs-commit
mailing list