Disable Perl(Tk) tests temporarily until Perl-Tk works with perl-5.20

This commit is contained in:
Petr Písař 2014-09-09 08:22:42 +02:00
parent 6868c69a57
commit d941bdbce6

View File

@ -1,3 +1,6 @@
# Disable Perl(Tk) tests temporarily until Perl-Tk works with perl-5.20
%bcond_with tk
%global cpan_version 3.24
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
@ -46,11 +49,13 @@ BuildRequires: perl(Test::More)
# Optional tests:
%if !%{defined perl_bootstrap}
%if !( 0%{?rhel} >= 7 )
%if %{with tk}
BuildRequires: perl(Tk)
# Tk::FcyEntry is optional
BuildRequires: perl(Tk::Pod)
%endif
%endif
%endif
# Pod::Perldoc::ToMan executes roff
Requires: groff-base
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -103,6 +108,7 @@ make test
%changelog
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.24-3
- Perl 5.20 re-rebuild of bootstrapped packages
- Disable Perl(Tk) tests temporarily until Perl-Tk works with perl-5.20
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.24-2
- Perl 5.20 rebuild