|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-List-SomeUtils
|
|
|
|
Name: perl-List-SomeUtils
|
|
|
|
Version: 0.54
|
|
|
|
Version: 0.56
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Provide the stuff missing in List::Util
|
|
|
|
Summary: Provide the stuff missing in List::Util
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -8,8 +8,8 @@ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-%{ver
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::HasCompiler) >= 0.014
|
|
|
|
BuildRequires: perl(ExtUtils::HasCompiler) >= 0.014
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
@ -20,6 +20,7 @@ BuildRequires: sed
|
|
|
|
# Run-time
|
|
|
|
# Run-time
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Module::Implementation)
|
|
|
|
BuildRequires: perl(Module::Implementation)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
# Tests
|
|
|
|
# Tests
|
|
|
@ -65,6 +66,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 24 2017 Petr Pisar <ppisar@redhat.com> - 0.56-1
|
|
|
|
|
|
|
|
- 0.56 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 08 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-1
|
|
|
|
* Thu Jun 08 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-1
|
|
|
|
- 0.54 bump
|
|
|
|
- 0.54 bump
|
|
|
|
|
|
|
|
|
|
|
|