- update to 1.2.6
This commit is contained in:
parent
05f69ebdea
commit
3d244a2e8b
@ -1 +1,2 @@
|
|||||||
apr-0.9.7.tar.gz
|
apr-1.2.6.tar.gz
|
||||||
|
clog
|
||||||
|
22
apr.spec
22
apr.spec
@ -2,21 +2,16 @@
|
|||||||
|
|
||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 1.2.2
|
Version: 1.2.6
|
||||||
Release: 7.2
|
Release: 2
|
||||||
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
|
||||||
Patch1: apr-0.9.6-readdir64.patch
|
Patch1: apr-0.9.6-readdir64.patch
|
||||||
Patch2: apr-0.9.6-procexit.patch
|
|
||||||
Patch3: apr-0.9.7-deepbind.patch
|
Patch3: apr-0.9.7-deepbind.patch
|
||||||
Patch4: apr-1.2.2-chdirwarn.patch
|
|
||||||
Patch5: apr-1.2.2-reuseaddr.patch
|
|
||||||
Patch6: apr-1.2.2-locktimeout.patch
|
Patch6: apr-1.2.2-locktimeout.patch
|
||||||
Patch7: apr-1.2.2-libdir.patch
|
Patch7: apr-1.2.2-libdir.patch
|
||||||
Patch8: apr-1.2.2-seekflush.patch
|
|
||||||
Patch9: apr-1.2.2-random.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildPrereq: autoconf, libtool, doxygen
|
BuildPrereq: autoconf, libtool, doxygen
|
||||||
Conflicts: subversion < 0.20.1-2
|
Conflicts: subversion < 0.20.1-2
|
||||||
@ -43,14 +38,9 @@ C data structures and routines.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .readdir64
|
%patch1 -p1 -b .readdir64
|
||||||
%patch2 -p1 -b .procexit
|
|
||||||
%patch3 -p1 -b .deepbind
|
%patch3 -p1 -b .deepbind
|
||||||
%patch4 -p1 -b .chdirwarn
|
|
||||||
%patch5 -p1 -b .reuseaddr
|
|
||||||
%patch6 -p1 -b .locktimeout
|
%patch6 -p1 -b .locktimeout
|
||||||
%patch7 -p1 -b .libdir
|
%patch7 -p1 -b .libdir
|
||||||
%patch8 -p1 -b .seekflush
|
|
||||||
%patch9 -p1 -b .random
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# regenerate configure script etc.
|
# regenerate configure script etc.
|
||||||
@ -60,11 +50,6 @@ C data structures and routines.
|
|||||||
# does not use -lrt).
|
# does not use -lrt).
|
||||||
export ac_cv_search_shm_open=no
|
export ac_cv_search_shm_open=no
|
||||||
|
|
||||||
# Forcibly prevent detection of pthread_mutexattr_setrobust_np,
|
|
||||||
# which doesn't seem to work.
|
|
||||||
export ac_cv_func_pthread_mutexattr_setrobust_np=no
|
|
||||||
export apr_cv_setrobust_with_prio_inherit=no
|
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_includedir}/apr-%{aprver} \
|
--includedir=%{_includedir}/apr-%{aprver} \
|
||||||
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
||||||
@ -127,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 6 2006 Joe Orton <jorton@redhat.com> 1.2.6-2
|
||||||
|
- update to 1.2.6
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-7.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-7.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f96e3b04ccf86ed28a0734d7efc5bb65 apr-1.2.2.tar.gz
|
d36790357acd43224000a2e493d7c701 apr-1.2.6.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user