[perl-Perl-Critic] Reinstate author tests: META.yml creation issue fixed in perl-5.14.1-182

Paul Howarth pghmcfc at fedoraproject.org
Fri Jul 22 15:52:30 UTC 2011


commit 370bf786cde4a34186eb5f5bb2e81bbd51c387ed
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jul 22 16:08:30 2011 +0100

    Reinstate author tests: META.yml creation issue fixed in perl-5.14.1-182

 perl-Perl-Critic.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index e3f8a0c..6a6e847 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl-Critic
 Version:        1.116
-Release:        5%{?dist}
+Release:        6%{?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 test
+LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
 
 
 %files
@@ -151,8 +151,11 @@ LC_ALL=en_US ./Build test
 
 
 %changelog
+* Fri Jul 22 2011 Paul Howarth <paul at 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 at 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 at redhat.com> - 1.116-4
 - Perl mass rebuild


More information about the scm-commits mailing list