commit 2ef76b5c5df5474877b843f2c4aff732322920fd Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Oct 15 14:45:07 2014 +0200 Require Software::License to recognize more license identifiers perl-Module-Build.spec | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) --- diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 5f235c8..d98e0e6 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -5,7 +5,7 @@ Name: perl-Module-Build Epoch: 2 Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -79,6 +79,11 @@ Requires: perl(Module::Metadata) >= 1.000002 # Keep PAR support optional (PAR::Dist) Requires: perl(Perl::OSType) >= 1 Requires: perl(Test::Harness) +%if !%{defined perl_bootstrap} +# Optional run-time needed for Software::License license identifier, +# bug #1152319 +Requires: perl(Software::License) +%endif # Optional run-time needed for generating documentation from POD: Requires: perl(Pod::Html) Requires: perl(Pod::Man) >= 2.17 @@ -123,6 +128,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test %{_mandir}/man3/* %changelog +* Wed Oct 15 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 2:0.40.07-4 +- Require Software::License to recognize more license identifiers (bug #1152319) + * Wed Aug 14 2013 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 2:0.40.07-3 - Perl 5.18 re-rebuild of bootstrapped packages -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel