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 - 0.02-2 +- Correct dependencies + * Mon Apr 22 2013 Petr Ĺ abata - 0.02-1 - 0.02 bump