Consider Filter::Util::Call dependency as mandatory
This commit is contained in:
parent
6be65ea361
commit
ae6ab5a0f9
@ -1,7 +1,7 @@
|
||||
Name: perl-Encode
|
||||
Epoch: 2
|
||||
Version: 2.64
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -18,7 +18,7 @@ BuildRequires: perl(bytes)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
# Filter::Util::Call is optional
|
||||
BuildRequires: perl(Filter::Util::Call)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
# I18N::Langinfo is optional
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
@ -49,6 +49,8 @@ BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Tie::Scalar)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Consider Filter::Util::Call as mandatory, bug #1165183, CPAN RT#100427
|
||||
Requires: perl(Filter::Util::Call)
|
||||
Requires: perl(parent) >= 0.221
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -113,6 +115,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Tue Nov 18 2014 Petr Pisar <ppisar@redhat.com> - 2:2.64-2
|
||||
- Consider Filter::Util::Call dependency as mandatory (bug #1165183)
|
||||
|
||||
* Mon Nov 03 2014 Petr Pisar <ppisar@redhat.com> - 2:2.64-1
|
||||
- 2.64 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user