- add support for BDB 4.5 from upstream, rebuild
This commit is contained in:
parent
24f0e58958
commit
e88a34f1b9
@ -4,7 +4,7 @@
|
||||
Summary: Apache Portable Runtime Utility library
|
||||
Name: apr-util
|
||||
Version: 1.2.7
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: Apache Software License 2.0
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
@ -13,6 +13,7 @@ Patch0: apr-util-1.2.2-exports.patch
|
||||
Patch1: apr-util-1.2.6-ldap.patch
|
||||
Patch2: apr-util-1.2.7-pkgconf.patch
|
||||
Patch3: apr-util-1.2.7-ac260.patch
|
||||
Patch4: apr-util-1.2.7-bdb45.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
|
||||
BuildRequires: openldap-devel, db4-devel, expat-devel
|
||||
@ -45,6 +46,7 @@ library of C data structures and routines.
|
||||
%patch1 -p1 -b .ldap
|
||||
%patch2 -p1 -b .pkgconf
|
||||
%patch3 -p1 -b .ac260
|
||||
%patch4 -p1 -b .bdb45
|
||||
|
||||
%build
|
||||
autoheader && autoconf
|
||||
@ -108,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc --parents html
|
||||
|
||||
%changelog
|
||||
* Sat Nov 11 2006 Joe Orton <jorton@redhat.com> 1.2.7-4
|
||||
- add support for BDB 4.5 from upstream, rebuild
|
||||
|
||||
* Wed Jul 19 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
|
||||
- fix buildconf with autoconf 2.60
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user