Enable perl(Tk) tests

This commit is contained in:
Petr Písař 2014-09-15 10:53:17 +02:00
parent d941bdbce6
commit 530a2de094
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,10 @@
# Disable Perl(Tk) tests temporarily until Perl-Tk works with perl-5.20
%bcond_with tk
%bcond_without tk
%global cpan_version 3.24
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
Version: %(echo '%{cpan_version}' | sed 's/_/./')
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
Group: Development/Libraries
@ -106,6 +105,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 15 2014 Petr Pisar <ppisar@redhat.com> - 3.24-4
- Enable perl(Tk) tests
* 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