auto-import changelog data from apr-util-0.9.4-6.src.rpm
Thu Jan 29 2004 Joe Orton <jorton@redhat.com> 0.9.4-6 - drop gdbm support Thu Jan 08 2004 Joe Orton <jorton@redhat.com> 0.9.4-5 - fix DB library detection Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-4 - rebuild against db-4.2.52. Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-3 - rebuild against db-4.2.42.
This commit is contained in:
parent
f3c349b1ed
commit
d4faa319e3
@ -1,17 +1,20 @@
|
|||||||
|
|
||||||
|
%define apuver 0
|
||||||
|
|
||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 2
|
Release: 6
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: apr-util-0.9.3-deplibs.patch
|
Patch0: apr-util-0.9.3-deplibs.patch
|
||||||
Patch1: apr-util-0.9.3-config.patch
|
Patch1: apr-util-0.9.3-config.patch
|
||||||
|
Patch2: apr-util-0.9.4-db4.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:0.9.4-1
|
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
|
Conflicts: subversion < 0.20.1-2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,7 +27,7 @@ for XML, LDAP, database interfaces, URI parsing and more.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: APR utility library development kit
|
Summary: APR utility library development kit
|
||||||
Requires: apr-util = %{version}, apr-devel
|
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
|
Conflicts: subversion-devel < 0.20.1-2
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -37,14 +40,13 @@ library of C data structures and routines.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .deplibs
|
%patch0 -p1 -b .deplibs
|
||||||
%patch1 -p1 -b .config
|
%patch1 -p1 -b .config
|
||||||
|
%patch2 -p1 -b .db4
|
||||||
%define apuver 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
%configure --with-apr=%{_prefix} \
|
%configure --with-apr=%{_prefix} \
|
||||||
--includedir=%{_includedir}/apr-%{apuver} \
|
--includedir=%{_includedir}/apr-%{apuver} \
|
||||||
--with-ldap
|
--with-ldap --without-gdbm
|
||||||
make %{?_smp_mflags} && make dox
|
make %{?_smp_mflags} && make dox
|
||||||
|
|
||||||
# Run the less verbose tests
|
# Run the less verbose tests
|
||||||
@ -83,6 +85,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc --parents html
|
%doc --parents html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 29 2004 Joe Orton <jorton@redhat.com> 0.9.4-6
|
||||||
|
- drop gdbm support
|
||||||
|
|
||||||
|
* Thu Jan 8 2004 Joe Orton <jorton@redhat.com> 0.9.4-5
|
||||||
|
- fix DB library detection
|
||||||
|
|
||||||
|
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-4
|
||||||
|
- rebuild against db-4.2.52.
|
||||||
|
|
||||||
|
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.9.4-3
|
||||||
|
- rebuild against db-4.2.42.
|
||||||
|
|
||||||
* Mon Oct 6 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
|
* Mon Oct 6 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
|
||||||
- fix 'apu-config --apu-la-file' output
|
- fix 'apu-config --apu-la-file' output
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user