re-enable tests

This commit is contained in:
Štěpán Kasal 2009-07-07 13:34:40 +00:00
parent c6c68f128b
commit 0844fc3b68

View File

@ -7,7 +7,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
Release: 72%{?dist} Release: 73%{?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
@ -1290,7 +1290,7 @@ rm -rf $RPM_BUILD_ROOT
# work around a bug in Module::Build tests by setting TMPDIR to a directory # work around a bug in Module::Build tests by setting TMPDIR to a directory
# inside the source tree # inside the source tree
mkdir "$PWD/tmp" mkdir "$PWD/tmp"
#TMPDIR="$PWD/tmp" make test TMPDIR="$PWD/tmp" make test
%endif %endif
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -1902,6 +1902,9 @@ mkdir "$PWD/tmp"
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Tue Jul 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-73
- re-enable tests
* Tue Jul 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-72 * Tue Jul 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-72
- move -DPERL_USE_SAFE_PUTENV to ccflags (#508496) - move -DPERL_USE_SAFE_PUTENV to ccflags (#508496)