- update to 0.9.5
This commit is contained in:
parent
9a4e45a9e3
commit
64cb6eea8c
@ -1 +1,3 @@
|
|||||||
apr-util-0.9.4.tar.gz
|
apr-util-0.9.5.tar.gz
|
||||||
|
clog
|
||||||
|
*.rpm
|
||||||
|
1
Makefile
1
Makefile
@ -2,5 +2,6 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
NAME := apr-util
|
NAME := apr-util
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
UPSTREAM_CHECKS = asc
|
||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
@ -3,21 +3,13 @@
|
|||||||
|
|
||||||
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.5
|
||||||
Release: 19
|
Release: 1
|
||||||
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
|
|
||||||
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
|
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, db4-devel, expat-devel
|
BuildPrereq: openldap-devel, db4-devel, expat-devel
|
||||||
@ -45,14 +37,6 @@ library of C data structures and routines.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .deplibs
|
%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
|
%build
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
@ -73,7 +57,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the less verbose tests
|
# 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
|
cd test; make %{?_smp_mflags} %{tests} testdbm
|
||||||
for t in %{tests}; do ./${t} || exit 1; done
|
for t in %{tests}; do ./${t} || exit 1; done
|
||||||
./testdbm auto tsdbm
|
./testdbm auto tsdbm
|
||||||
@ -88,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES LICENSE
|
%doc CHANGES LICENSE NOTICE
|
||||||
%{_libdir}/libaprutil-%{apuver}.so.*
|
%{_libdir}/libaprutil-%{apuver}.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -100,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc --parents html
|
%doc --parents html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 0.9.4-19
|
||||||
- actually explicitly check for and detect db-4.3.
|
- actually explicitly check for and detect db-4.3.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
909ff60d9efb3f158d33e4569af57874 apr-util-0.9.4.tar.gz
|
5d9effcdd7c1b84d5af4a29be29936b9 apr-util-0.9.5.tar.gz
|
||||||
|
1069
upstream-key.gpg
Normal file
1069
upstream-key.gpg
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user