[perl-Module-Build/f19] Require Software::License to recognize more license identifiers

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


commit 705d663b2c18d695458d1aec2b689afbe75acccb
Author: Petr Písař <ppisar at redhat.com>
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 05e0c11..903402d 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:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Build and install Perl modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -75,6 +75,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)
@@ -119,6 +124,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar <ppisar at redhat.com> - 2:0.40.04-2
+- Require Software::License to recognize more license identifiers (bug #1152319)
+
 * Wed Apr 03 2013 Petr Šabata <contyk at redhat.com> - 2:0.40.04-1
 - 0.4004 bump
 



More information about the perl-devel mailing list