Disable author tests

This commit is contained in:
Petr Sabata 2011-07-22 14:03:28 +02:00
parent dcef624753
commit a3afed8633

View File

@ -1,6 +1,6 @@
Name: perl-Perl-Critic
Version: 1.116
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Critique Perl source code for best-practices
Group: Development/Libraries
@ -132,7 +132,7 @@ find . -type f -exec chmod -c -x {} +
%check
LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
LC_ALL=en_US ./Build test
%files
@ -151,6 +151,9 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
%changelog
* Fri Jul 22 2011 Petr Sabata <contyk@redhat.com> - 1.116-5
- Completely disable author tests to avoid Kwalitee META complaints
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.116-4
- Perl mass rebuild