2013-05-02 16:46:37 +00:00
|
|
|
Name: perl-CPAN-Meta-Check
|
|
|
|
Summary: Verify requirements in a CPAN::Meta object
|
|
|
|
Version: 0.005
|
2013-07-23 03:37:50 +00:00
|
|
|
Release: 3%{?dist}
|
2013-05-02 16:46:37 +00:00
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: https://metacpan.org/release/CPAN-Meta-Check
|
|
|
|
Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
# Module
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120920
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120920
|
|
|
|
BuildRequires: perl(Exporter) >= 5.57
|
|
|
|
BuildRequires: perl(Module::Metadata)
|
|
|
|
# Test
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Release tests
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
# Runtime
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module verifies if requirements described in a CPAN::Meta object are
|
|
|
|
present.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n CPAN-Meta-Check-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test RELEASE_TESTING=1
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%{perl_vendorlib}/CPAN/
|
|
|
|
%{_mandir}/man3/CPAN::Meta::Check.3pm*
|
|
|
|
|
|
|
|
%changelog
|
2013-07-23 03:37:50 +00:00
|
|
|
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.005-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-05-02 16:46:37 +00:00
|
|
|
* Wed May 1 2013 Paul Howarth <paul@city-fan.org> - 0.005-2
|
|
|
|
- Sanitize for Fedora submission
|
|
|
|
|
|
|
|
* Sat Apr 27 2013 Paul Howarth <paul@city-fan.org> - 0.005-1
|
|
|
|
- Initial RPM version
|