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