Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0f7620404f | ||
|
36fc043428 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ Module-Build-0.2808.tar.gz
|
||||
/Module-Build-0.4203.tar.gz
|
||||
/Module-Build-0.4204.tar.gz
|
||||
/Module-Build-0.4205.tar.gz
|
||||
/Module-Build-0.4206.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global cpan_version_major 0.42
|
||||
%global cpan_version_minor 05
|
||||
%global cpan_version_minor 06
|
||||
%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
|
||||
|
||||
Name: perl-Module-Build
|
||||
@ -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
|
||||
@ -130,6 +135,12 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.06-2
|
||||
- Require Software::License to recognize more license identifiers (bug #1152319)
|
||||
|
||||
* Wed Jul 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.06-1
|
||||
- 0.4206 bump
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.05-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user