commit 3f95d39ec42bfe2effbd501af8ae6261028ab0ee
Author: Petr Písař <ppi...@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)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to