- fix buildconf with autoconf 2.60
This commit is contained in:
parent
688fa24fea
commit
24f0e58958
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.2.7
|
Version: 1.2.7
|
||||||
Release: 2.1
|
Release: 3
|
||||||
License: Apache Software License 2.0
|
License: Apache Software License 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -12,6 +12,7 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
Patch0: apr-util-1.2.2-exports.patch
|
Patch0: apr-util-1.2.2-exports.patch
|
||||||
Patch1: apr-util-1.2.6-ldap.patch
|
Patch1: apr-util-1.2.6-ldap.patch
|
||||||
Patch2: apr-util-1.2.7-pkgconf.patch
|
Patch2: apr-util-1.2.7-pkgconf.patch
|
||||||
|
Patch3: apr-util-1.2.7-ac260.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
|
BuildRequires: autoconf, doxygen, apr-devel >= 1.2.0
|
||||||
BuildRequires: openldap-devel, db4-devel, expat-devel
|
BuildRequires: openldap-devel, db4-devel, expat-devel
|
||||||
@ -43,6 +44,7 @@ library of C data structures and routines.
|
|||||||
%patch0 -p1 -b .exports
|
%patch0 -p1 -b .exports
|
||||||
%patch1 -p1 -b .ldap
|
%patch1 -p1 -b .ldap
|
||||||
%patch2 -p1 -b .pkgconf
|
%patch2 -p1 -b .pkgconf
|
||||||
|
%patch3 -p1 -b .ac260
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoheader && autoconf
|
autoheader && autoconf
|
||||||
@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc --parents html
|
%doc --parents html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
|
||||||
|
- fix buildconf with autoconf 2.60
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-2.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-2.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user