[perl] Require Software::License at perl-Module-Build

Petr Pisar ppisar at fedoraproject.org
Wed Oct 15 13:13:08 UTC 2014


commit 3f95d39ec42bfe2effbd501af8ae6261028ab0ee
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 15 15:12:00 2014 +0200

    Require Software::License at perl-Module-Build

 perl.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 21dd39c..a841852 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1167,6 +1167,11 @@ Requires:       perl(ExtUtils::CBuilder) >= 0.15
 Requires:       perl(ExtUtils::ParseXS) >= 1.02
 Requires:       perl-devel
 Requires:       %perl_compat
+%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)



More information about the perl-devel mailing list