- update to 0.9.5

This commit is contained in:
jorton 2004-11-22 10:46:47 +00:00
parent 9a4e45a9e3
commit 64cb6eea8c
7 changed files with 1083 additions and 22 deletions

View File

@ -1 +1,3 @@
apr-util-0.9.4.tar.gz
apr-util-0.9.5.tar.gz
clog
*.rpm

View File

@ -2,5 +2,6 @@
# $Id$
NAME := apr-util
SPECFILE = $(firstword $(wildcard *.spec))
UPSTREAM_CHECKS = asc
include ../common/Makefile.common

View File

@ -3,21 +3,13 @@
Summary: Apache Portable Runtime Utility library
Name: apr-util
Version: 0.9.4
Release: 19
Version: 0.9.5
Release: 1
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-db43.patch
Patch3: apr-util-0.9.4-gcc34.patch
Patch4: apr-util-0.9.4-sdbm.patch
Patch5: apr-util-0.9.4-sdbmnames.patch
Patch6: apr-util-0.9.4-xlate.patch
Patch7: apr-util-0.9.4-shapass.patch
Patch8: apr-util-0.9.4-CAN-2004-0786.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
@ -45,14 +37,6 @@ library of C data structures and routines.
%prep
%setup -q
%patch0 -p1 -b .deplibs
%patch1 -p1 -b .config
%patch2 -p1 -b .db43
%patch3 -p1 -b .gcc34
%patch4 -p1 -b .sdbm
%patch5 -p1 -b .sdbmnames
%patch6 -p1 -b .xlate
%patch7 -p1 -b .shapass
%patch8 -p1 -b .can0786
%build
autoheader && autoconf
@ -73,7 +57,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp
%check
# Run the less verbose tests
%define tests testmd5 testrmm teststrmatch testuri testxlate
%define tests testmd5 testrmm teststrmatch testuri
cd test; make %{?_smp_mflags} %{tests} testdbm
for t in %{tests}; do ./${t} || exit 1; done
./testdbm auto tsdbm
@ -88,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE
%doc CHANGES LICENSE NOTICE
%{_libdir}/libaprutil-%{apuver}.so.*
%files devel
@ -100,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%doc --parents html
%changelog
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-1
- update to 0.9.5
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-19
- actually explicitly check for and detect db-4.3.

1
mirrors Normal file
View File

@ -0,0 +1 @@
http://www.apache.org/dist/apr/

View File

@ -1 +1 @@
909ff60d9efb3f158d33e4569af57874 apr-util-0.9.4.tar.gz
5d9effcdd7c1b84d5af4a29be29936b9 apr-util-0.9.5.tar.gz

1
upstream Normal file
View File

@ -0,0 +1 @@
apr-util-0.9.5.tar.gz

1069
upstream-key.gpg Normal file

File diff suppressed because it is too large Load Diff