- restore db-4.3 detection lost in 0.9.5 upgrade

This commit is contained in:
jorton 2005-01-19 13:09:59 +00:00
parent 164a3ac9bb
commit 7d1adae07b

View File

@ -4,12 +4,13 @@
Summary: Apache Portable Runtime Utility library
Name: apr-util
Version: 0.9.5
Release: 2
Release: 3
License: Apache Software License
Group: System Environment/Libraries
URL: http://apr.apache.org/
Source0: %{name}-%{version}.tar.gz
Patch0: apr-util-0.9.3-deplibs.patch
Patch1: apr-util-0.9.5-db43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:0.9.4-1
BuildPrereq: openldap-devel, db4-devel, expat-devel
@ -37,6 +38,7 @@ library of C data structures and routines.
%prep
%setup -q
%patch0 -p1 -b .deplibs
%patch1 -p1 -b .db43
%build
autoheader && autoconf
@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%doc --parents html
%changelog
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-3
- restore db-4.3 detection lost in 0.9.5 upgrade
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 0.9.5-2
- rebuild