packages: db5.0/db5.0.spec - oops, too much; DB_DBM_HSEARCH should control it

qboosh qboosh at pld-linux.org
Wed May 12 22:32:58 CEST 2010


Author: qboosh                       Date: Wed May 12 20:32:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- oops, too much; DB_DBM_HSEARCH should control it

---- Files affected:
packages/db5.0:
   db5.0.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/db5.0/db5.0.spec
diff -u packages/db5.0/db5.0.spec:1.6 packages/db5.0/db5.0.spec:1.7
--- packages/db5.0/db5.0.spec:1.6	Wed May 12 21:05:40 2010
+++ packages/db5.0/db5.0.spec	Wed May 12 22:32:52 2010
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8):	Biblioteka C do obsługi baz Berkeley DB
 Name:		db5.0
 Version:	%{ver}.%{patchlevel}
-Release:	1.3
+Release:	1.4
 License:	BSD-like (see LICENSE)
 Group:		Libraries
 Source0:	http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
@@ -446,7 +446,7 @@
 cd -
 
 # this should be done by configure, but is not
-sed -i -e 's/if DB_DBM_HSEARCH != 0/if 1/;s/ifdef HAVE_DBM/if 1/' $RPM_BUILD_ROOT%{_includedir}/db.h
+sed -i -e 's/ifdef HAVE_DBM/if DB_DBM_HSEARCH != 0/' $RPM_BUILD_ROOT%{_includedir}/db.h
 
 rm -f examples_c*/tags
 install -d $RPM_BUILD_ROOT%{_examplesdir}/db-%{version}
@@ -651,6 +651,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2010/05/12 20:32:52  qboosh
+- oops, too much; DB_DBM_HSEARCH should control it
+
 Revision 1.6  2010/05/12 19:05:40  qboosh
 - hack db.h for unset HAVE_DBM and DB_DBM_HSEARCH
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db5.0/db5.0.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list