Require Software::License to recognize more license identifiers
This commit is contained in:
parent
df3850a281
commit
57bc2492c2
@ -5,7 +5,7 @@
|
|||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Build and install Perl modules
|
Summary: Build and install Perl modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -82,6 +82,11 @@ Requires: perl(Module::Metadata) >= 1.000002
|
|||||||
# Keep PAR support optional (PAR::Dist)
|
# Keep PAR support optional (PAR::Dist)
|
||||||
Requires: perl(Perl::OSType) >= 1
|
Requires: perl(Perl::OSType) >= 1
|
||||||
Requires: perl(Test::Harness)
|
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:
|
# Optional run-time needed for generating documentation from POD:
|
||||||
Requires: perl(Pod::Html)
|
Requires: perl(Pod::Html)
|
||||||
Requires: perl(Pod::Man) >= 2.17
|
Requires: perl(Pod::Man) >= 2.17
|
||||||
@ -133,6 +138,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-2
|
||||||
|
- Require Software::License to recognize more license identifiers (bug #1152319)
|
||||||
|
|
||||||
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-1
|
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-1
|
||||||
- 0.4210 bump
|
- 0.4210 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user