[perl-B-Lint] Do not build-require version module

Petr Pisar ppisar at fedoraproject.org
Wed Oct 29 08:17:55 UTC 2014


commit d718c3d3470d16d1af15512ac1429b438f7e6903
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 29 09:17:42 2014 +0100

    Do not build-require version module

 perl-B-Lint.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-B-Lint.spec b/perl-B-Lint.spec
index d93966a..ef5d14b 100644
--- a/perl-B-Lint.spec
+++ b/perl-B-Lint.spec
@@ -1,6 +1,6 @@
 Name:           perl-B-Lint
 Version:        1.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl lint
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,6 @@ Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/B-Lint-%{version}.tar.g
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(version)
 # Run-Time:
 BuildRequires:  perl(B) 
 BuildRequires:  perl(Carp)
@@ -61,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 1.20-2
+- Do not build-require version module
+
 * Mon Oct 27 2014 Petr Pisar <ppisar at redhat.com> - 1.20-1
 - 1.20 bump
 



More information about the perl-devel mailing list