commit 24e9667b7719cd9e5aac0fec5842b6a1bc5a60bd
Author: Petr Písař <ppi...@redhat.com>
Date:   Thu Oct 10 14:02:55 2013 +0200

    0.010 bump

 .gitignore                |    1 +
 perl-Perl-Critic-Lax.spec |   24 ++++++++++++++++--------
 sources                   |    2 +-
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c080920..b5dad53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Perl-Critic-Lax-0.008.tar.gz
 /Perl-Critic-Lax-0.009.tar.gz
+/Perl-Critic-Lax-0.010.tar.gz
diff --git a/perl-Perl-Critic-Lax.spec b/perl-Perl-Critic-Lax.spec
index 4539ded..c46a5b8 100644
--- a/perl-Perl-Critic-Lax.spec
+++ b/perl-Perl-Critic-Lax.spec
@@ -1,25 +1,30 @@
 Name:           perl-Perl-Critic-Lax
-Version:        0.009
-Release:        4%{?dist}
+Version:        0.010
+Release:        1%{?dist}
 Summary:        Policies that let you slide on common exceptions
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Perl-Critic-Lax/
 Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-Critic-Lax-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(parent)
+# This is plug-in into Perl::Critic
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Critic::Utils)
 BuildRequires:  perl(Perl::Critic::Policy)
-# Tests only:
-BuildRequires:  perl(File::Temp)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Perl::Critic::TestUtils)
 BuildRequires:  perl(Test::More)
-# Optional tests:
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# This is plug-in into Perl::Critic
 Requires:       perl(Perl::Critic)
 Requires:       perl(Perl::Critic::Policy)
 
@@ -33,7 +38,7 @@ reasonable, maybe there's a Lax policy. If there isn't, send 
one in!
 %setup -q -n Perl-Critic-Lax-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -50,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 10 2013 Petr Pisar <ppi...@redhat.com> - 0.010-1
+- 0.010 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.009-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ac25952..48208c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b6e3cd6fb21f0a710980844d96d036e  Perl-Critic-Lax-0.009.tar.gz
+34b2deb01e16d4d31b587782afd0c1c8  Perl-Critic-Lax-0.010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to