[perl-Probe-Perl] Correct dependencies

Petr Pisar ppisar at fedoraproject.org
Fri May 24 11:56:18 UTC 2013


commit 2bcc59a13bc46fd7fd2de7a24aa411d3be0e1f57
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 24 13:56:08 2013 +0200

    Correct dependencies

 perl-Probe-Perl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Probe-Perl.spec b/perl-Probe-Perl.spec
index 4aa8c43..0083b59 100644
--- a/perl-Probe-Perl.spec
+++ b/perl-Probe-Perl.spec
@@ -1,6 +1,6 @@
 Name:           perl-Probe-Perl
 Version:        0.02
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Information about the currently running perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,14 +8,14 @@ URL:            http://search.cpan.org/dist/Probe-Perl/
 Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Spec)
 # Tests:
-BuildRequires:  perl(English)
+# English not used
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 24 2013 Petr Pisar <ppisar at redhat.com> - 0.02-2
+- Correct dependencies
+
 * Mon Apr 22 2013 Petr Šabata <contyk at redhat.com> - 0.02-1
 - 0.02 bump
 



More information about the perl-devel mailing list