Update to 0.011
- New upstream release 0.011 - Declare the minimum version required for the "merged_requirements" interface - Explicitly run the extra tests
This commit is contained in:
parent
ef6b04d597
commit
5931a9cb75
@ -1,6 +1,6 @@
|
||||
Name: perl-CPAN-Meta-Check
|
||||
Summary: Verify requirements in a CPAN::Meta object
|
||||
Version: 0.010
|
||||
Version: 0.011
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -19,12 +19,12 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test
|
||||
BuildRequires: perl(Env)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Extra tests
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
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
|
||||
@ -48,7 +48,8 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test RELEASE_TESTING=1
|
||||
make test
|
||||
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -57,6 +58,12 @@ make test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/CPAN::Meta::Check.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Paul Howarth <paul@city-fan.org> - 0.011-1
|
||||
- Update to 0.011
|
||||
- Declare the minimum version required for the "merged_requirements"
|
||||
interface
|
||||
- Explicitly run the extra tests
|
||||
|
||||
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 0.010-1
|
||||
- Update to 0.010
|
||||
- Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095)
|
||||
|
Loading…
Reference in New Issue
Block a user