2.142690 bump
This commit is contained in:
parent
eaf29b6569
commit
c4b3f0a40a
@ -1,7 +1,7 @@
|
|||||||
Name: perl-CPAN-Meta
|
Name: perl-CPAN-Meta
|
||||||
Summary: Distribution metadata for a CPAN dist
|
Summary: Distribution metadata for a CPAN dist
|
||||||
Version: 2.142060
|
Version: 2.142690
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
|
||||||
@ -10,6 +10,8 @@ BuildArch: noarch
|
|||||||
# Build
|
# Build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
||||||
@ -22,21 +24,21 @@ BuildRequires: perl(version) >= 0.88
|
|||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
|
||||||
BuildRequires: perl(File::Temp) >= 0.20
|
BuildRequires: perl(File::Temp) >= 0.20
|
||||||
BuildRequires: perl(IO::Dir)
|
BuildRequires: perl(IO::Dir)
|
||||||
BuildRequires: perl(List::Util)
|
BuildRequires: perl(List::Util)
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Software distributions released to the CPAN include a META.json or, for
|
Software distributions released to the CPAN include a META.json or,
|
||||||
older distributions, META.yml, which describes the distribution, its
|
for older distributions, META.yml, which describes the distribution,
|
||||||
contents, and the requirements for building and installing the
|
its contents, and the requirements for building and installing the
|
||||||
distribution. The data structure stored in the META.json file is described
|
distribution. The data structure stored in the META.json file is described
|
||||||
in CPAN::Meta::Spec.
|
in CPAN::Meta::Spec.
|
||||||
|
|
||||||
@ -51,9 +53,9 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
||||||
%{_fixperms} $RPM_BUILD_ROOT
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -72,6 +74,9 @@ make test
|
|||||||
%{_mandir}/man3/CPAN::Meta::Validator.3*
|
%{_mandir}/man3/CPAN::Meta::Validator.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.142060-2
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user