- switch off check for ppc64 and s390x

- remove the hack for "make test," it is no longer needed
This commit is contained in:
Štěpán Kasal 2009-12-04 00:10:52 +00:00
parent 748021e3d6
commit c0daf86870
1 changed files with 10 additions and 6 deletions

View File

@ -7,7 +7,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
Release: 101%{?dist} Release: 102%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -1175,11 +1175,11 @@ ln -s ../../../CORE/libperl.so $RPM_BUILD_ROOT%{_libdir}/perl5/5.10.0/%{perl_arc
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%check %check
%ifnarch sparc64 # one test fails on ppc64 and s390x:
# work around a bug in Module::Build tests by setting TMPDIR to a directory # ext/threads-shared/t/stress......FAILED--expected 1 tests, saw 0
# inside the source tree # I no longer remember what was failing on sparc64.
mkdir "$PWD/tmp" %ifnarch ppc64 s390x sparc64
TMPDIR="$PWD/tmp" make test make test
%endif %endif
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -1789,6 +1789,10 @@ TMPDIR="$PWD/tmp" make test
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Thu Dec 3 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-102
- switch off check for ppc64 and s390x
- remove the hack for "make test," it is no longer needed
* Thu Dec 3 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-101 * Thu Dec 3 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.1-101
- be more careful with the libperl.so compatibility symlink (#543936) - be more careful with the libperl.so compatibility symlink (#543936)