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