56aad3
%global base_version 0.31
56aad3
56aad3
Name:           perl-Config-Perl-V
56aad3
Version:        0.32
56aad3
Release:        441%{?dist}
56aad3
Summary:        Structured data retrieval of perl -V output
56aad3
License:        GPL+ or Artistic
56aad3
URL:            https://metacpan.org/release/Config-Perl-V
56aad3
Source0:        https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{base_version}.tgz
56aad3
# Correct example
56aad3
Patch0:         Config-Perl-V-0.24-Remove-invalid-shellbang.patch
56aad3
# Unbundled from perl 5.29.10
56aad3
Patch1:         Config-Perl-V-0.31-Upgrade-to-0.32.patch
56aad3
BuildArch:      noarch
56aad3
BuildRequires:  coreutils
56aad3
BuildRequires:  make
56aad3
BuildRequires:  perl-generators
56aad3
BuildRequires:  perl-interpreter
56aad3
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
56aad3
BuildRequires:  perl(strict)
56aad3
# Run-time:
56aad3
BuildRequires:  perl(Config)
56aad3
BuildRequires:  perl(Exporter)
56aad3
BuildRequires:  perl(vars)
56aad3
BuildRequires:  perl(warnings)
56aad3
# Optional run-time:
56aad3
BuildRequires:  perl(Digest::MD5)
56aad3
# Tests:
56aad3
BuildRequires:  perl(Test::More)
56aad3
%if !%{defined perl_bootstrap}
56aad3
# Building core modules must not require non-core modules when bootstrapping
56aad3
BuildRequires:  perl(Test::NoWarnings)
56aad3
%endif
56aad3
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
56aad3
Suggests:       perl(Digest::MD5)
56aad3
Conflicts:      perl < 4:5.22.0-347
56aad3
56aad3
%description
56aad3
The command "perl -V" will return you an excerpt from the %%Config::Config
56aad3
hash combined with the output of "perl -V" that is not stored inside the hash,
56aad3
but only available to the perl binary itself. This package provides Perl
56aad3
module that will return you the output of "perl -V" in a structure.
56aad3
56aad3
%prep
56aad3
%setup -q -n Config-Perl-V-%{base_version}
56aad3
%patch0 -p1
56aad3
%patch1 -p1
56aad3
chmod -x examples/*
56aad3
56aad3
%build
56aad3
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
56aad3
%{make_build}
56aad3
56aad3
%install
56aad3
%{make_install}
56aad3
%{_fixperms} $RPM_BUILD_ROOT/*
56aad3
56aad3
%check
56aad3
# Building core modules must not require non-core modules when bootstrapping
56aad3
make test PERL_CORE=%{defined perl_bootstrap}
56aad3
56aad3
%files
56aad3
%doc Changelog CONTRIBUTING.md examples README
56aad3
%{perl_vendorlib}/*
56aad3
%{_mandir}/man3/*
56aad3
56aad3
%changelog
56aad3
* Fri Sep 27 2019 Petr Pisar <ppisar@redhat.com> - 0.32-441
56aad3
- Indeed upgrade to 0.32
56aad3
56aad3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-440
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
56aad3
56aad3
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-439
56aad3
- Perl 5.30 re-rebuild of bootstrapped packages
56aad3
56aad3
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-438
56aad3
- Increase release to favour standalone package
56aad3
56aad3
* Fri May 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-1
56aad3
- Upgrade to 0.32 as provided in perl-5.29.10
56aad3
56aad3
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-2
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
56aad3
56aad3
* Wed Dec 19 2018 Petr Pisar <ppisar@redhat.com> - 0.31-1
56aad3
- 0.31 bump
56aad3
56aad3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
56aad3
56aad3
* Mon Jul 09 2018 Petr Pisar <ppisar@redhat.com> - 0.30-1
56aad3
- 0.30 bump
56aad3
56aad3
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-417
56aad3
- Perl 5.28 re-rebuild of bootstrapped packages
56aad3
56aad3
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-416
56aad3
- Increase release to favour standalone package
56aad3
56aad3
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-2
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
56aad3
56aad3
* Mon Oct 16 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-1
56aad3
- 0.29 bump
56aad3
56aad3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-395
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
56aad3
56aad3
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-394
56aad3
- Perl 5.26 re-rebuild of bootstrapped packages
56aad3
56aad3
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-393
56aad3
- Perl 5.26 rebuild
56aad3
56aad3
* Fri May 12 2017 Petr Pisar <ppisar@redhat.com> - 0.28-2
56aad3
- Building core modules must not require non-core modules when bootstrapping
56aad3
56aad3
* Thu May 11 2017 Petr Pisar <ppisar@redhat.com> - 0.28-1
56aad3
- Upgrade to 0.28 as provided in perl-5.25.12
56aad3
56aad3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
56aad3
56aad3
* Fri Aug 12 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-1
56aad3
- 0.27 bump
56aad3
56aad3
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-2
56aad3
- Perl 5.24 rebuild
56aad3
56aad3
* Wed May 11 2016 Petr Pisar <ppisar@redhat.com> - 0.26-1
56aad3
- 0.26 bump
56aad3
56aad3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-2
56aad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
56aad3
56aad3
* Wed Nov 18 2015 Petr Pisar <ppisar@redhat.com> - 0.25-1
56aad3
- 0.25 bump
56aad3
56aad3
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 0.24-348
56aad3
- Specfile autogenerated by cpanspec 1.78.