commit e7d6490e40037d9c16c85098247775ee4e1e5859 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Jun 11 16:39:12 2013 +0200 Move CPAN-Meta-Requirements files from CPAN-Meta perl.spec | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) --- diff --git a/perl.spec b/perl.spec index e74f2c3..f5a2a28 100644 --- a/perl.spec +++ b/perl.spec @@ -468,6 +468,23 @@ in CPAN::Meta::Spec. %endif %if %{dual_life} || %{rebuild_from_scratch} +%package CPAN-Meta-Requirements +Summary: Set of version requirements for a CPAN dist +Epoch: 0 +Version: 2.120.630 +License: GPL+ or Artistic +Group: Development/Libraries +Requires: %perl_compat +BuildArch: noarch + +%description CPAN-Meta-Requirements +A CPAN::Meta::Requirements object models a set of version constraints like +those specified in the META.yml or META.json files in CPAN distributions. +It can be built up by adding more and more constraints, and it will reduce +them to the simplest representation. +%endif + +%if %{dual_life} || %{rebuild_from_scratch} %package CPAN-Meta-YAML Version: 0.007 Epoch: 0 @@ -1602,7 +1619,8 @@ Requires: perl-macros Requires: perl-Archive-Extract, perl-Archive-Tar, perl-autodie Requires: perl-B-Lint, perl-Compress-Raw-Bzip2, Requires: perl-Carp, perl-Compress-Raw-Zlib, perl-CGI, perl-CPAN, -Requires: perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS +Requires: perl-CPAN-Meta, perl-CPAN-Meta-Requirements +Requires: perl-CPAN-Meta-YAML, perl-CPANPLUS Requires: perl-CPANPLUS-Dist-Build, perl-Encode Requires: perl-Data-Dumper, perl-Digest, perl-Digest-MD5, perl-Digest-SHA, Requires: perl-ExtUtils-CBuilder, perl-ExtUtils-Embed, @@ -2024,6 +2042,10 @@ sed \ %exclude %{privlib}/CPAN/Meta/Validator.pm %exclude %{_mandir}/man3/CPAN::Meta* +# CPAN-Meta-Requirements +%exclude %{privlib}/CPAN/Meta/Requirements.pm +%exclude %{_mandir}/man3/CPAN::Meta::Requirements.3* + # CPAN-Meta-YAML %exclude %{privlib}/CPAN/Meta/YAML.pm %exclude %{_mandir}/man3/CPAN::Meta::YAML* @@ -2622,6 +2644,12 @@ sed \ %endif %if %{dual_life} || %{rebuild_from_scratch} +%files CPAN-Meta-Requirements +%{privlib}/CPAN/Meta/Requirements.pm +%{_mandir}/man3/CPAN::Meta::Requirements.3* +%endif + +%if %{dual_life} || %{rebuild_from_scratch} %files CPAN-Meta-YAML %{privlib}/CPAN/Meta/YAML.pm %{_mandir}/man3/CPAN::Meta::YAML* @@ -3197,6 +3225,7 @@ sed \ %changelog * Tue Jun 18 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 4:5.16.3-265 - Move CPANPLUS-Dist-Build files from perl-CPANPLUS +- Move CPAN-Meta-Requirements files from CPAN-Meta * Mon May 13 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 4:5.16.3-264 - Use lib64 directories on aarch64 architecture (bug #961900) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel