2007-11-21 22:46:12 +00:00
|
|
|
Name: perl-Perl-MinimumVersion
|
2021-05-06 05:07:40 +00:00
|
|
|
Version: 1.40
|
2022-01-21 04:33:43 +00:00
|
|
|
Release: 4%{?dist}
|
2007-11-21 22:46:12 +00:00
|
|
|
Summary: Find a minimum required version of perl for Perl code
|
|
|
|
License: GPL+ or Artistic
|
2018-06-04 12:21:06 +00:00
|
|
|
URL: https://metacpan.org/release/Perl-MinimumVersion
|
2021-05-06 05:07:40 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/Perl-MinimumVersion-%{version}.tar.gz
|
2007-11-21 22:46:12 +00:00
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2021-05-06 05:07:40 +00:00
|
|
|
BuildRequires: %{__make}
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
|
2016-06-24 08:48:54 +00:00
|
|
|
BuildRequires: perl-generators
|
2014-05-07 14:56:28 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
2012-10-24 15:07:27 +00:00
|
|
|
# Run-time and tests:
|
2014-05-07 14:56:28 +00:00
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
2011-06-17 10:31:07 +00:00
|
|
|
BuildRequires: perl(List::Util) >= 1.20
|
2012-10-24 15:07:27 +00:00
|
|
|
BuildRequires: perl(Params::Util) >= 0.25
|
|
|
|
BuildRequires: perl(Perl::Critic::Utils) >= 1.104
|
2011-06-17 10:31:07 +00:00
|
|
|
BuildRequires: perl(PPI) >= 1.215
|
2014-05-07 14:56:28 +00:00
|
|
|
BuildRequires: perl(PPI::Util)
|
2021-05-06 05:07:40 +00:00
|
|
|
BuildRequires: perl(PPIx::Utils)
|
2014-05-07 14:56:28 +00:00
|
|
|
BuildRequires: perl(PPIx::Regexp) >= 0.033
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(vars)
|
2010-03-01 13:17:26 +00:00
|
|
|
BuildRequires: perl(version) >= 0.76
|
2014-05-07 14:56:28 +00:00
|
|
|
BuildRequires: perl(warnings)
|
2011-06-28 11:56:33 +00:00
|
|
|
%if !%{defined perl_bootstrap}
|
2010-03-01 13:17:26 +00:00
|
|
|
BuildRequires: perl(File::Find::Rule) >= 0.32
|
2008-09-16 01:46:11 +00:00
|
|
|
BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
|
2007-11-21 22:46:12 +00:00
|
|
|
BuildRequires: perl(File::Spec) >= 0.80
|
2012-10-24 15:07:27 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
2007-11-21 22:46:12 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
2012-10-24 15:07:27 +00:00
|
|
|
BuildRequires: perl(Test::Script) >= 1.03
|
2011-06-28 11:56:33 +00:00
|
|
|
%endif
|
2007-11-21 22:46:12 +00:00
|
|
|
|
2014-08-28 07:54:14 +00:00
|
|
|
# Remove under-specified dependencies
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(version\\)$
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Params::Util\\)$
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl >= 0:5.005$
|
|
|
|
|
2007-11-21 22:46:12 +00:00
|
|
|
%description
|
|
|
|
Find a minimum required version of perl for Perl code
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Perl-MinimumVersion-%{version}
|
|
|
|
|
|
|
|
%build
|
2021-05-06 05:07:40 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
%{make_build}
|
2007-11-21 22:46:12 +00:00
|
|
|
|
|
|
|
%install
|
2021-05-06 05:07:40 +00:00
|
|
|
%{make_install} DESTDIR=$RPM_BUILD_ROOT
|
2014-05-07 14:56:28 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
2007-11-21 22:46:12 +00:00
|
|
|
|
|
|
|
%check
|
2011-06-28 11:56:33 +00:00
|
|
|
%if !%{defined perl_bootstrap}
|
2021-05-06 05:07:40 +00:00
|
|
|
%{__make} test
|
2011-06-28 11:56:33 +00:00
|
|
|
%endif
|
2007-11-21 22:46:12 +00:00
|
|
|
|
|
|
|
%files
|
2016-01-27 17:22:34 +00:00
|
|
|
%doc Changes
|
|
|
|
%license LICENSE
|
2007-11-21 22:46:12 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{perl_vendorlib}/Perl
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2022-01-21 04:33:43 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 23:08:28 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-24 08:15:03 +00:00
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-2
|
|
|
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
|
|
|
|
2021-05-23 00:13:09 +00:00
|
|
|
* Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-1
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-05-06 05:07:40 +00:00
|
|
|
* Thu May 06 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.40-1
|
|
|
|
- Upstream update to 1.40.
|
|
|
|
- Reflect Source0-URL having changed.
|
|
|
|
- Add BR: perl(PPIx::Utils).
|
|
|
|
- Modernize spec.
|
|
|
|
|
2021-01-27 03:59:58 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 18:12:35 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-26 15:15:54 +00:00
|
|
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-26
|
|
|
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
|
|
|
|
2020-06-23 09:55:10 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-25
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-01-30 03:40:36 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 05:56:01 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-02 21:00:53 +00:00
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-22
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
2019-05-31 14:55:39 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-21
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-01 23:31:28 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 19:21:53 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-01 07:06:27 +00:00
|
|
|
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-18
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
2018-06-29 11:49:32 +00:00
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-17
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-09 00:06:35 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 05:44:47 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-07 14:52:11 +00:00
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-14
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
2017-06-06 08:58:49 +00:00
|
|
|
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-13
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 04:51:40 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-18 16:14:52 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-11
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-16 12:36:17 +00:00
|
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-10
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 15:23:21 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-27 17:22:34 +00:00
|
|
|
* Wed Jan 27 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.38-8
|
|
|
|
- Add %%license.
|
|
|
|
- Modernize spec.
|
|
|
|
|
2015-06-18 05:30:34 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 13:23:54 +00:00
|
|
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-6
|
|
|
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
|
|
|
|
2015-06-06 18:08:37 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-5
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-09-08 20:26:31 +00:00
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-4
|
|
|
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
|
|
2014-08-29 16:58:53 +00:00
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-28 07:54:14 +00:00
|
|
|
* Thu Aug 28 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.38-2
|
|
|
|
- Filter underspecified deps.
|
|
|
|
|
2014-08-28 06:06:42 +00:00
|
|
|
* Thu Aug 28 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.38-1
|
|
|
|
- Upstream update.
|
|
|
|
|
2014-06-07 09:01:47 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-12 09:08:52 +00:00
|
|
|
* Mon May 12 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.37-1
|
|
|
|
- Upstream update.
|
|
|
|
|
2014-05-07 14:56:28 +00:00
|
|
|
* Wed May 07 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.35-1
|
|
|
|
- Upstream update.
|
|
|
|
- Reflect upstream BR:-changes.
|
|
|
|
- Reflect Source0: having changed.
|
|
|
|
- Minor spec file modernization.
|
|
|
|
|
2013-08-14 16:55:02 +00:00
|
|
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.32-5
|
|
|
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
|
|
|
|
2013-08-04 00:23:58 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-30 15:22:19 +00:00
|
|
|
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 1.32-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 14:42:04 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-18 09:09:39 +00:00
|
|
|
* Fri Jan 18 2013 Ralf Corsépius - 1.32-1
|
|
|
|
- Upstream update.
|
|
|
|
- Add BR: perl(PPIx::Regexp).
|
|
|
|
- Reflect upstream URL having changed.
|
|
|
|
|
2012-10-24 15:07:27 +00:00
|
|
|
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 1.28-8
|
|
|
|
- Specify all dependencies
|
|
|
|
|
2012-07-20 18:23:08 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 13:46:08 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.28-6
|
|
|
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
|
|
|
|
2012-06-20 06:40:35 +00:00
|
|
|
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.28-5
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 16:49:09 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-19 13:55:03 +00:00
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.28-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-28 11:56:33 +00:00
|
|
|
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.28-2
|
|
|
|
- use perl_bootstrap macro
|
|
|
|
|
2011-06-17 10:31:07 +00:00
|
|
|
* Fri Jun 17 2011 Ralf Corsépius <ralf.corsepius@fedoraproject.org> - 1.28-1
|
|
|
|
- Upstream update.
|
|
|
|
- Remove maintainer test (Upstream doesn't want us to find his bugs).
|
|
|
|
- Update BR's.
|
|
|
|
|
2011-02-09 05:46:27 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-21 13:25:57 +00:00
|
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.26-2
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-08-05 16:50:54 +00:00
|
|
|
* Thu Aug 05 2010 Ralf Corsépius <ralf.corsepius@fedoraproject.org> - 1.26-1
|
|
|
|
- Upstream update.
|
|
|
|
|
2010-05-04 18:42:10 +00:00
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-3
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-05-03 07:45:49 +00:00
|
|
|
* Mon May 3 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.24-2
|
|
|
|
- for the meantime apply changes from trunk. Other builds using
|
|
|
|
this package should succed with perl-5.12.
|
|
|
|
|
2010-03-01 13:17:26 +00:00
|
|
|
* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
|
|
|
|
- Upstream update.
|
|
|
|
- Adjust BR's.
|
|
|
|
|
2009-12-07 13:04:44 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.20-3
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 16:11:22 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-26 06:08:29 +00:00
|
|
|
* Sun Apr 26 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.20-1
|
|
|
|
- Upstream update.
|
|
|
|
|
2009-02-27 00:26:31 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-16 01:48:27 +00:00
|
|
|
* Tue Sep 16 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.19-1
|
2008-09-16 01:46:11 +00:00
|
|
|
- Upstream update.
|
|
|
|
|
2008-08-26 03:17:29 +00:00
|
|
|
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.18-1
|
|
|
|
- Upstream update.
|
|
|
|
|
2008-02-27 21:45:42 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.15-5
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-14 02:40:57 +00:00
|
|
|
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-4
|
|
|
|
- correct List::Util version, perl 5.10.0 has 1.19
|
|
|
|
|
2008-01-11 19:29:29 +00:00
|
|
|
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-3
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-01-10 16:49:17 +00:00
|
|
|
* Thu Jan 10 2008 Ralf Corsépius <rc040203@freenet.de> - 0.15.2
|
2008-01-10 16:54:38 +00:00
|
|
|
- Use unversioned BR: perl(version) to circumvent perl vs. rpm versioning
|
2008-01-10 16:49:17 +00:00
|
|
|
conflicts
|
|
|
|
|
2007-11-21 22:46:12 +00:00
|
|
|
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 0.15-1
|
|
|
|
- Initial version.
|