commit c4b3f0a40a343a17db0413bea51d17464d335632 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Tue Nov 11 13:28:13 2014 +0100 2.142690 bump perl-CPAN-Meta.spec | 25 +++++++++++++++---------- sources | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) --- diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec index 7c5678e..4779309 100644 --- a/perl-CPAN-Meta.spec +++ b/perl-CPAN-Meta.spec @@ -1,7 +1,7 @@ Name: perl-CPAN-Meta Summary: Distribution metadata for a CPAN dist -Version: 2.142060 -Release: 2%{?dist} +Version: 2.142690 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz @@ -10,6 +10,8 @@ BuildArch: noarch # Build BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Module BuildRequires: perl(Carp) BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121 @@ -22,21 +24,21 @@ BuildRequires: perl(version) >= 0.88 BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) -BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) >= 0.20 BuildRequires: perl(IO::Dir) BuildRequires: perl(List::Util) BuildRequires: perl(overload) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(utf8) # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %{?perl_default_filter} %description -Software distributions released to the CPAN include a META.json or, for -older distributions, META.yml, which describes the distribution, its -contents, and the requirements for building and installing the +Software distributions released to the CPAN include a META.json or, +for older distributions, META.yml, which describes the distribution, +its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. @@ -51,9 +53,9 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -%{_fixperms} $RPM_BUILD_ROOT +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +%{_fixperms} %{buildroot} %check make test @@ -72,6 +74,9 @@ make test %{_mandir}/man3/CPAN::Meta::Validator.3* %changelog +* Tue Nov 11 2014 Petr Šabata <contyk@xxxxxxxxxx> - 2.142690-1 +- 2.142690 bump + * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 2.142060-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 8d09749..4f7a0de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38eb74e2b598a6c2dba20c2f800095a2 CPAN-Meta-2.142060.tar.gz +753bcb213e794e1e39e5a1c6ed8ddf02 CPAN-Meta-2.142690.tar.gz -- 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