2013-05-02 16:46:37 +00:00
|
|
|
Name: perl-CPAN-Meta-Check
|
|
|
|
Summary: Verify requirements in a CPAN::Meta object
|
2016-11-26 15:28:46 +00:00
|
|
|
Version: 0.014
|
2017-07-27 02:46:35 +00:00
|
|
|
Release: 4%{?dist}
|
2013-05-02 16:46:37 +00:00
|
|
|
License: GPL+ or Artistic
|
|
|
|
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
|
2016-07-21 12:14:08 +00:00
|
|
|
BuildRequires: make
|
2017-07-12 12:39:40 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2016-06-24 07:42:53 +00:00
|
|
|
BuildRequires: perl-generators
|
2016-07-21 12:14:08 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
2013-05-02 16:46:37 +00:00
|
|
|
# Module
|
2015-06-19 11:19:08 +00:00
|
|
|
BuildRequires: perl(base)
|
2013-10-17 20:50:17 +00:00
|
|
|
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
2015-06-19 11:19:08 +00:00
|
|
|
BuildRequires: perl(Exporter)
|
2015-02-02 09:49:08 +00:00
|
|
|
BuildRequires: perl(Module::Metadata) >= 1.000023
|
2014-06-23 13:45:57 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2013-05-02 16:46:37 +00:00
|
|
|
# Test
|
2016-11-26 15:28:46 +00:00
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120920
|
2013-10-17 20:50:17 +00:00
|
|
|
BuildRequires: perl(Env)
|
2016-11-26 15:28:46 +00:00
|
|
|
BuildRequires: perl(lib)
|
2015-03-23 15:48:37 +00:00
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Extra tests
|
2016-07-21 12:14:08 +00:00
|
|
|
BuildRequires: perl(blib)
|
2013-10-17 20:50:17 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
2013-05-02 16:46:37 +00:00
|
|
|
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
|
2016-07-21 12:14:08 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
2013-05-02 16:46:37 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2016-07-21 12:14:08 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2013-05-02 16:46:37 +00:00
|
|
|
|
|
|
|
%check
|
2015-03-23 15:48:37 +00:00
|
|
|
make test
|
|
|
|
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
2013-05-02 16:46:37 +00:00
|
|
|
|
|
|
|
%files
|
2015-02-02 09:49:08 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README
|
2013-05-02 16:46:37 +00:00
|
|
|
%{perl_vendorlib}/CPAN/
|
2015-02-02 09:49:08 +00:00
|
|
|
%{_mandir}/man3/CPAN::Meta::Check.3*
|
2013-05-02 16:46:37 +00:00
|
|
|
|
|
|
|
%changelog
|
2017-07-27 02:46:35 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-05 02:32:56 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-3
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 01:51:36 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-26 15:28:46 +00:00
|
|
|
* Sat Nov 26 2016 Paul Howarth <paul@city-fan.org> - 0.014-1
|
|
|
|
- Update to 0.014
|
|
|
|
- Undef versions are now passed through to CPAN::Meta::Requirements for the
|
|
|
|
check, rather than failing with "Missing version" errors
|
|
|
|
|
2016-07-21 12:14:08 +00:00
|
|
|
* Thu Jul 21 2016 Paul Howarth <paul@city-fan.org> - 0.013-1
|
|
|
|
- Update to 0.013
|
|
|
|
- Make tests more resilient against dev versions of dependencies
|
|
|
|
- BR: perl-generators
|
|
|
|
- Drop legacy Group: tag
|
|
|
|
- Take advantage of features in recent EU::MM to simplify flow
|
|
|
|
|
2016-05-15 17:02:14 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.012-3
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 12:30:32 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 11:19:08 +00:00
|
|
|
* Fri Jun 19 2015 Paul Howarth <paul@city-fan.org> - 0.012-1
|
|
|
|
- Update to 0.012
|
|
|
|
- Drop dependency on Exporter 5.57
|
|
|
|
|
2015-06-18 01:33:54 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 04:20:45 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.011-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-03-23 15:48:37 +00:00
|
|
|
* 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
|
|
|
|
|
2015-02-02 09:49:08 +00:00
|
|
|
* 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)
|
|
|
|
- Consistently require same version of CPAN::Meta::Requirements
|
|
|
|
- Use %%license
|
|
|
|
|
2014-08-28 19:23:52 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-07-01 08:39:48 +00:00
|
|
|
* Tue Jul 1 2014 Paul Howarth <paul@city-fan.org> - 0.009-2
|
|
|
|
- Always run the release tests (#1114859)
|
|
|
|
|
2014-06-23 13:45:57 +00:00
|
|
|
* Mon Jun 23 2014 Paul Howarth <paul@city-fan.org> - 0.009-1
|
|
|
|
- Update to 0.009
|
|
|
|
- Various POD fixes
|
|
|
|
|
2014-06-07 01:11:12 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-17 20:50:17 +00:00
|
|
|
* Thu Oct 17 2013 Paul Howarth <paul@city-fan.org> - 0.008-1
|
|
|
|
- Update to 0.008
|
|
|
|
- Switch to using merged_requirements
|
|
|
|
- Test Env instead of Carp for version overshoot (CPAN RT#89591)
|
|
|
|
- Document $incdirs in the right function
|
|
|
|
|
2013-09-04 16:39:47 +00:00
|
|
|
* Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.007-3
|
|
|
|
- Skip the release tests when bootstrapping
|
|
|
|
|
2013-08-03 17:56:08 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-31 13:55:01 +00:00
|
|
|
* Wed Jul 31 2013 Paul Howarth <paul@city-fan.org> - 0.007-1
|
|
|
|
- Update to 0.007
|
|
|
|
- Swap conflicts test, as underscore versions broke it (CPAN RT#87438)
|
|
|
|
|
2013-07-27 14:13:53 +00:00
|
|
|
* Sat Jul 27 2013 Paul Howarth <paul@city-fan.org> - 0.006-1
|
|
|
|
- Update to 0.006
|
|
|
|
- Fixed bad dereference during conflicts checking
|
|
|
|
|
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
|