[perl-Perl-Critic/el6/master: 3/4] Rebuilt for EPEL-6

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 4 12:39:53 UTC 2010


commit c2732d518f29cdc8271ffe4ec69dde6e136510c3
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Aug 4 13:33:39 2010 +0100

    Rebuilt for EPEL-6
    
    This package is included in RHEL-6 but not for all architectures
    (e.g. ppc64). It is needed to satisfy dependencies in EPEL-6 and
    so the RHEL-6 package from Beta 2 is being cloned for EPEL-6.
    
    See also:
    http://bugzilla.redhat.com/620423
    http://www.redhat.com/archives/epel-devel-list/2010-August/msg00004.html

 .cvsignore => .gitignore |    0
 Makefile                 |   21 ---------------------
 perl-Perl-Critic.spec    |   17 +++++++++++------
 3 files changed, 11 insertions(+), 27 deletions(-)
---
diff --git a/.cvsignore b/.gitignore
similarity index 100%
rename from .cvsignore
rename to .gitignore
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index 808bb05..7081384 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:           perl-Perl-Critic
 Version:        1.105
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Critique Perl source code for best-practices
 
 Group:          Development/Libraries
@@ -24,13 +24,13 @@ BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Test::Memory::Cycle)
 BuildRequires:  perl(Readonly) >= 1.03
 BuildRequires:  perl(Exception::Class) >= 1.23
-BuildRequires:  perl(Email::Address)
+# BuildRequires:  perl(Email::Address)
 # BuildRequires:  perl(Regexp::Parser)
 BuildRequires:  perl(Test::Deep)
 # Author tests
 BuildRequires:  perl(Test::Perl::Critic)
-BuildRequires:  perl(Test::Kwalitee)
-BuildRequires:  aspell-en
+# BuildRequires:  perl(Test::Kwalitee)
+# BuildRequires:  aspell-en
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::Pod)
@@ -101,8 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %check
 # Additional requirements of author tests:
 #   Test::Perl::Critic, Test::Kwalitee
-#TEST_AUTHOR=1 ./Build test
-./Build test
+TEST_AUTHOR=0 ./Build test
 
 
 %clean
@@ -119,6 +118,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May  3 2010 Marcela Mašláňová <mmaslano at redhat.com> - 1.105-2
+- remove optional BR, and switch off author tests. aspell is here only for
+ author test.
+- rhbz#586154
+- Related: rhbz#543948
+
 * Wed Oct  7 2009 Stepan Kasal <skasal at redhat.com> - 1.105-1
 - new upstream version
 - update build requires


More information about the scm-commits mailing list