- update to 0.9.6
This commit is contained in:
parent
25aeb22ecf
commit
5b71dca19f
@ -1,4 +1 @@
|
|||||||
*.src.rpm
|
apr-0.9.6.tar.gz
|
||||||
clog
|
|
||||||
apr-0.9.5
|
|
||||||
apr-0.9.5.tar.gz
|
|
||||||
|
19
apr.spec
19
apr.spec
@ -3,22 +3,19 @@
|
|||||||
|
|
||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 0.9.5
|
Version: 0.9.6
|
||||||
Release: 4
|
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
|
||||||
Patch2: apr-0.9.3-testrand.patch
|
|
||||||
Patch3: apr-0.9.3-noipv6.patch
|
Patch3: apr-0.9.3-noipv6.patch
|
||||||
Patch4: apr-0.9.4-trimlibs.patch
|
Patch4: apr-0.9.4-trimlibs.patch
|
||||||
Patch6: apr-0.9.4-tests.patch
|
Patch6: apr-0.9.4-tests.patch
|
||||||
Patch10: apr-0.9.4-cflags.patch
|
Patch10: apr-0.9.4-cflags.patch
|
||||||
Patch16: apr-0.9.4-mutextype.patch
|
Patch16: apr-0.9.4-mutextype.patch
|
||||||
Patch18: apr-0.9.4-stacksize.patch
|
Patch18: apr-0.9.4-stacksize.patch
|
||||||
Patch20: apr-0.9.4-nested.patch
|
|
||||||
Patch21: apr-0.9.4-lp64psem.patch
|
Patch21: apr-0.9.4-lp64psem.patch
|
||||||
Patch22: apr-0.9.5-sendfiles390.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,15 +40,12 @@ C data structures and routines.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p1 -b .testrand
|
|
||||||
%patch3 -p1 -b .noipv6
|
%patch3 -p1 -b .noipv6
|
||||||
%patch4 -p1 -b .trimlibs
|
%patch4 -p1 -b .trimlibs
|
||||||
%patch6 -p1 -b .tests
|
%patch6 -p1 -b .tests
|
||||||
%patch10 -p1 -b .cflags
|
%patch10 -p1 -b .cflags
|
||||||
%patch18 -p1 -b .stacksize
|
%patch18 -p1 -b .stacksize
|
||||||
%patch20 -p1 -b .nested
|
|
||||||
%patch21 -p1 -b .lp64psem
|
%patch21 -p1 -b .lp64psem
|
||||||
%patch22 -p1 -b .sendfiles390
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# regenerate configure script etc.
|
# regenerate configure script etc.
|
||||||
@ -65,13 +59,9 @@ make %{?_smp_mflags} CFLAGS=-Wall && make dox
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Run non-interactive tests
|
# Run non-interactive tests
|
||||||
%ifarch x86_64
|
|
||||||
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=97611
|
|
||||||
excludes=testlock
|
|
||||||
%endif
|
|
||||||
pushd test
|
pushd test
|
||||||
make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing
|
make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing
|
||||||
TZ=PST8PDT ./testall -v ${excludes+-x $excludes} || exit 1
|
TZ=PST8PDT ./testall -v || exit 1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -128,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 9 2005 Joe Orton <jorton@redhat.com> 0.9.6-1
|
||||||
|
- update to 0.9.6
|
||||||
|
|
||||||
* Wed Feb 2 2005 Joe Orton <jorton@redhat.com> 0.9.5-4
|
* Wed Feb 2 2005 Joe Orton <jorton@redhat.com> 0.9.5-4
|
||||||
- don't disable sendfile on s390 (IBM LTC, #146891)
|
- don't disable sendfile on s390 (IBM LTC, #146891)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f764a8f23c9ae58ca4726f2716a100e7 apr-0.9.5.tar.gz
|
b7e4c52cccb421b42a41b0bed5a9f9bc apr-0.9.6.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user