- And actually build against db4-4.7 (#455170)

This commit is contained in:
Jeremy Katz 2008-07-17 13:39:58 +00:00
parent 2d954f71f2
commit 0495debe93
2 changed files with 5 additions and 2 deletions

View File

@ -248,7 +248,7 @@
-#DBINC=$(DB)/include
-#DBLIB=$(DB)/lib
-#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
+DBLIBVER=4.6
+DBLIBVER=4.7
+DBINC=/usr/include/db4
+DBLIB=/usr/lib
+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)

View File

@ -20,7 +20,7 @@
Summary: An interpreted, interactive, object-oriented programming language.
Name: %{python}
Version: 2.5.1
Release: 27%{?dist}
Release: 28%{?dist}
License: Python
Group: Development/Languages
Provides: python-abi = %{pybasever}
@ -508,6 +508,9 @@ rm -fr $RPM_BUILD_ROOT
%{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
%changelog
* Thu Jul 17 2008 Jeremy Katz <katzj@redhat.com> - 2.5.1-28
- And actually build against db4-4.7 (#455170)
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-27
- fix license tag
- enable support for db4-4.7