From d4faa319e3bd0dc3080038ce6aef72be92dd3082 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:02:33 +0000 Subject: auto-import changelog data from apr-util-0.9.4-6.src.rpm Thu Jan 29 2004 Joe Orton 0.9.4-6 - drop gdbm support Thu Jan 08 2004 Joe Orton 0.9.4-5 - fix DB library detection Sat Dec 13 2003 Jeff Johnson 0.9.4-4 - rebuild against db-4.2.52. Mon Oct 13 2003 Jeff Johnson 0.9.4-3 - rebuild against db-4.2.42. --- diff --git a/apr-util.spec b/apr-util.spec index 234f5ea..5b664dd 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -1,17 +1,20 @@ +%define apuver 0 + Summary: Apache Portable Runtime Utility library Name: apr-util Version: 0.9.4 -Release: 2 +Release: 6 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.3-config.patch +Patch2: apr-util-0.9.4-db4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:0.9.4-1 -BuildPrereq: openldap-devel, gdbm-devel, db4-devel, expat-devel +BuildPrereq: openldap-devel, db4-devel, expat-devel Conflicts: subversion < 0.20.1-2 %description @@ -24,7 +27,7 @@ for XML, LDAP, database interfaces, URI parsing and more. Group: Development/Libraries Summary: APR utility library development kit Requires: apr-util = %{version}, apr-devel -Requires: openldap-devel, gdbm-devel, db4-devel, expat-devel +Requires: openldap-devel, db4-devel, expat-devel Conflicts: subversion-devel < 0.20.1-2 %description devel @@ -37,14 +40,13 @@ library of C data structures and routines. %setup -q %patch0 -p1 -b .deplibs %patch1 -p1 -b .config - -%define apuver 0 +%patch2 -p1 -b .db4 %build autoheader && autoconf %configure --with-apr=%{_prefix} \ --includedir=%{_includedir}/apr-%{apuver} \ - --with-ldap + --with-ldap --without-gdbm make %{?_smp_mflags} && make dox # Run the less verbose tests @@ -83,6 +85,18 @@ rm -rf $RPM_BUILD_ROOT %doc --parents html %changelog +* Thu Jan 29 2004 Joe Orton 0.9.4-6 +- drop gdbm support + +* Thu Jan 8 2004 Joe Orton 0.9.4-5 +- fix DB library detection + +* Sat Dec 13 2003 Jeff Johnson 0.9.4-4 +- rebuild against db-4.2.52. + +* Mon Oct 13 2003 Jeff Johnson 0.9.4-3 +- rebuild against db-4.2.42. + * Mon Oct 6 2003 Joe Orton 0.9.4-2 - fix 'apu-config --apu-la-file' output