2012-04-02 13:57:17 +00:00
|
|
|
Name: perl-CPAN-Meta-Requirements
|
2014-11-14 10:51:43 +00:00
|
|
|
Version: 2.129
|
2014-09-18 08:49:50 +00:00
|
|
|
Release: 1%{?dist}
|
2012-04-02 13:57:17 +00:00
|
|
|
Summary: Set of version requirements for a CPAN dist
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/CPAN-Meta-Requirements/
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
2014-03-28 11:18:27 +00:00
|
|
|
# Build
|
|
|
|
BuildRequires: perl
|
2014-11-14 10:51:43 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
2014-03-28 11:18:27 +00:00
|
|
|
# Module
|
2014-09-18 08:49:50 +00:00
|
|
|
# B not used at tests
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Carp)
|
2012-04-02 13:57:17 +00:00
|
|
|
BuildRequires: perl(Scalar::Util)
|
2014-07-31 11:30:58 +00:00
|
|
|
BuildRequires: perl(strict)
|
2014-09-18 08:49:50 +00:00
|
|
|
BuildRequires: perl(version) >= 0.88
|
2014-07-31 11:30:58 +00:00
|
|
|
BuildRequires: perl(warnings)
|
2014-03-28 11:18:27 +00:00
|
|
|
# Test
|
2014-09-18 08:49:50 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
2014-07-31 11:30:58 +00:00
|
|
|
BuildRequires: perl(Scalar::Util)
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Extra Tests (not run when bootstrapping due to circular build dependencies)
|
2012-07-20 14:01:08 +00:00
|
|
|
%if !%{defined perl_bootstrap} && ! ( 0%{?rhel} )
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(English)
|
2014-07-31 11:30:58 +00:00
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
2012-04-02 16:12:26 +00:00
|
|
|
BuildRequires: perl(Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire)
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Perl::Critic::Policy::Miscellanea::RequireRcsKeywords)
|
2012-04-02 16:12:26 +00:00
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
BuildRequires: perl(Pod::Wordlist::hanekomu)
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta)
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Test::MinimumVersion)
|
2012-04-02 16:12:26 +00:00
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
2012-04-02 16:12:26 +00:00
|
|
|
BuildRequires: perl(Test::Portability::Files)
|
2014-03-28 11:18:27 +00:00
|
|
|
BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en
|
|
|
|
BuildRequires: perl(Test::Version) >= 0.04
|
2012-06-01 12:38:15 +00:00
|
|
|
%endif
|
2014-03-28 11:18:27 +00:00
|
|
|
# Runtime
|
2014-07-31 11:30:58 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2014-09-18 08:49:50 +00:00
|
|
|
Requires: perl(B)
|
|
|
|
Requires: perl(version)
|
2012-04-02 13:57:17 +00:00
|
|
|
|
2012-04-03 14:00:57 +00:00
|
|
|
%{?perl_default_filter}
|
|
|
|
|
2012-04-02 13:57:17 +00:00
|
|
|
# CPAN-Meta-Requirements was split from CPAN-Meta
|
|
|
|
Conflicts: perl-CPAN-Meta < 2.120921
|
2012-04-03 14:00:57 +00:00
|
|
|
# and used to have six decimal places
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(CPAN::Meta::Requirements\\)
|
|
|
|
Provides: perl(CPAN::Meta::Requirements) = %{version}000
|
2012-04-02 13:57:17 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A CPAN::Meta::Requirements object models a set of version constraints like
|
2014-03-28 11:18:27 +00:00
|
|
|
those specified in the META.yml or META.json files in CPAN distributions. It
|
|
|
|
can be built up by adding more and more constraints, and it will reduce them
|
|
|
|
to the simplest representation.
|
|
|
|
|
|
|
|
Logically impossible constraints will be identified immediately by thrown
|
|
|
|
exceptions.
|
2012-04-02 13:57:17 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n CPAN-Meta-Requirements-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-07-31 11:30:58 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor UNINST=0
|
2012-04-02 13:57:17 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
2014-03-28 11:18:27 +00:00
|
|
|
%{_fixperms} %{buildroot}
|
2012-04-02 13:57:17 +00:00
|
|
|
|
|
|
|
%check
|
2014-03-28 11:18:27 +00:00
|
|
|
make test AUTHOR_TESTING=1
|
|
|
|
%if !%{defined perl_bootstrap} && ! ( 0%{?rhel} )
|
|
|
|
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
2012-06-01 12:38:15 +00:00
|
|
|
%endif
|
2012-04-02 13:57:17 +00:00
|
|
|
|
|
|
|
%files
|
2014-07-31 11:30:58 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc Changes CONTRIBUTING.mkdn perlcritic.rc README
|
2014-03-28 11:18:27 +00:00
|
|
|
%{perl_vendorlib}/CPAN/
|
2014-11-14 10:51:43 +00:00
|
|
|
%{_mandir}/man3/CPAN::Meta::Requirements.3*
|
2012-04-02 13:57:17 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-11-14 10:51:43 +00:00
|
|
|
* Fri Nov 14 2014 Paul Howarth <paul@city-fan.org> - 2.129-1
|
|
|
|
- Update to 2.129
|
|
|
|
- from_string_hash can now accept v-strings as hash values
|
|
|
|
|
2014-09-18 08:49:50 +00:00
|
|
|
* Thu Sep 18 2014 Petr Pisar <ppisar@redhat.com> - 2.128-1
|
|
|
|
- 2.128 bump
|
|
|
|
|
2014-09-08 20:10:17 +00:00
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.126-3
|
|
|
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
|
|
2014-08-26 12:06:58 +00:00
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.126-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-07-31 11:30:58 +00:00
|
|
|
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 2.126-1
|
|
|
|
- Update to 2.126
|
|
|
|
- Fixed compatibility with version.pm 0.77
|
|
|
|
- Minor documentation fixes
|
|
|
|
- Modernized distribution meta files
|
|
|
|
- Use %%license
|
|
|
|
|
2014-06-07 01:11:35 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.125-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-28 11:18:27 +00:00
|
|
|
* Fri Mar 28 2014 Paul Howarth <paul@city-fan.org> - 2.125-1
|
|
|
|
- Update to 2.125
|
|
|
|
- On Perls prior to v5.12, CPAN::Meta::Requirements will force UNINST=1 when
|
|
|
|
necessary to remove stale copies from ExtUtils::MakeMaker
|
|
|
|
- Updated Makefile.PL logic to support PERL_NO_HIGHLANDER
|
|
|
|
- README.PATCHING renamed to CONTRIBUTING
|
|
|
|
- Classify buildreqs by usage
|
|
|
|
- Add note about logically-impossible constraints to %%description
|
|
|
|
|
2013-08-14 16:11:56 +00:00
|
|
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.122-292
|
|
|
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
|
|
|
|
2013-08-03 17:56:27 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.122-291
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-15 11:06:19 +00:00
|
|
|
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 2.122-290
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
2013-07-12 14:01:22 +00:00
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.122-8
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 10:35:31 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.122-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 14:01:08 +00:00
|
|
|
* Fri Jul 20 2012 Marcela Mašláňová <mmaslano@redhat.com> - 2.122-6
|
|
|
|
- Conditionalize Test::*
|
|
|
|
|
2012-07-20 11:28:46 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.122-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 13:08:44 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.122-4
|
|
|
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
|
|
|
|
2012-06-06 21:27:03 +00:00
|
|
|
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.122-3
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-06-01 12:38:15 +00:00
|
|
|
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com>
|
|
|
|
- Skip some tests on bootstrap
|
|
|
|
|
2012-05-08 00:06:05 +00:00
|
|
|
* Mon May 07 2012 Iain Arnell <iarnell@gmail.com> 2.122-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2012-04-03 14:00:57 +00:00
|
|
|
* Tue Apr 03 2012 Iain Arnell <iarnell@gmail.com> 2.121-3
|
|
|
|
- provide perl(CPAN::Meta::Requirements) with six decimal places
|
|
|
|
|
2012-04-02 14:31:58 +00:00
|
|
|
* Mon Apr 02 2012 Iain Arnell <iarnell@gmail.com> 2.121-2
|
|
|
|
- clean up spec following review
|
2012-04-02 16:12:26 +00:00
|
|
|
- run release/author tests too
|
2012-04-02 14:31:58 +00:00
|
|
|
|
2012-04-02 13:57:17 +00:00
|
|
|
* Sun Apr 01 2012 Iain Arnell <iarnell@gmail.com> 2.121-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.79.
|