2.142690 bump

This commit is contained in:
Petr Šabata 2014-11-11 13:28:13 +01:00
parent eaf29b6569
commit c4b3f0a40a
2 changed files with 16 additions and 11 deletions

View File

@ -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@redhat.com> - 2.142690-1
- 2.142690 bump
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.142060-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
38eb74e2b598a6c2dba20c2f800095a2 CPAN-Meta-2.142060.tar.gz
753bcb213e794e1e39e5a1c6ed8ddf02 CPAN-Meta-2.142690.tar.gz