99 lines
3.2 KiB
RPMSpec
99 lines
3.2 KiB
RPMSpec
%global cpan_version 0.27
|
|
Name: perl-Config-Perl-V
|
|
Version: 0.28
|
|
Release: 394%{?dist}
|
|
Summary: Structured data retrieval of perl -V output
|
|
License: GPL+ or Artistic
|
|
URL: http://search.cpan.org/dist/Config-Perl-V/
|
|
Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{cpan_version}.tgz
|
|
# Unbundled from perl-5.25.12
|
|
Patch0: Config-Perl-V-0.27-Upgrade-to-0.28.patch
|
|
# Correct example
|
|
Patch1: Config-Perl-V-0.24-Remove-invalid-shellbang.patch
|
|
BuildArch: noarch
|
|
BuildRequires: coreutils
|
|
BuildRequires: make
|
|
BuildRequires: perl-interpreter
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
BuildRequires: perl(strict)
|
|
# Run-time:
|
|
BuildRequires: perl(Config)
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(vars)
|
|
BuildRequires: perl(warnings)
|
|
# Optional run-time:
|
|
# Digest::MD5 not used at tests
|
|
# Tests:
|
|
BuildRequires: perl(Test::More)
|
|
%if !%{defined perl_bootstrap}
|
|
# Building core modules must not require non-core modules when bootstrapping
|
|
BuildRequires: perl(Test::NoWarnings)
|
|
%endif
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Suggests: perl(Digest::MD5)
|
|
Conflicts: perl < 4:5.22.0-347
|
|
|
|
%description
|
|
The command "perl -V" will return you an excerpt from the %%Config::Config
|
|
hash combined with the output of "perl -V" that is not stored inside the hash,
|
|
but only available to the perl binary itself. This package provides Perl
|
|
module that will return you the output of "perl -V" in a structure.
|
|
|
|
%prep
|
|
%setup -q -n Config-Perl-V-%{cpan_version}
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
chmod -x examples/*
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
# Building core modules must not require non-core modules when bootstrapping
|
|
make test PERL_CORE=%{defined perl_bootstrap}
|
|
|
|
%files
|
|
%doc Changelog CONTRIBUTING.md examples README
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-394
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-393
|
|
- Perl 5.26 rebuild
|
|
|
|
* Fri May 12 2017 Petr Pisar <ppisar@redhat.com> - 0.28-2
|
|
- Building core modules must not require non-core modules when bootstrapping
|
|
|
|
* Thu May 11 2017 Petr Pisar <ppisar@redhat.com> - 0.28-1
|
|
- Upgrade to 0.28 as provided in perl-5.25.12
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Aug 12 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-1
|
|
- 0.27 bump
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-2
|
|
- Perl 5.24 rebuild
|
|
|
|
* Wed May 11 2016 Petr Pisar <ppisar@redhat.com> - 0.26-1
|
|
- 0.26 bump
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Nov 18 2015 Petr Pisar <ppisar@redhat.com> - 0.25-1
|
|
- 0.25 bump
|
|
|
|
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 0.24-348
|
|
- Specfile autogenerated by cpanspec 1.78.
|