2.16 bump
This commit is contained in:
parent
3ee50b24f9
commit
892827bb0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/ExtUtils-Install-2.04.tar.gz
|
||||
/ExtUtils-Install-2.14.tar.gz
|
||||
/ExtUtils-Install-2.16.tar.gz
|
||||
|
||||
@ -1,13 +1,6 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_ExtUtils_Install_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_ExtUtils_Install_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-ExtUtils-Install
|
||||
Version: 2.14
|
||||
Release: 456%{?dist}
|
||||
Version: 2.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Install Perl files from here to there
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/ExtUtils-Install
|
||||
@ -15,12 +8,11 @@ Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Instal
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: sed
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoSplit)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -39,7 +31,6 @@ BuildRequires: perl(vars)
|
||||
# VMS::Filespec not used
|
||||
# Win32API::File not used
|
||||
# Tests:
|
||||
BuildRequires: perl(diagnostics)
|
||||
# ExtUtils::CBuilder not used
|
||||
BuildRequires: perl(ExtUtils::MM)
|
||||
BuildRequires: perl(File::Temp)
|
||||
@ -47,14 +38,10 @@ BuildRequires: perl(Test::More)
|
||||
# VMS::DCLsymnot used
|
||||
# Unbundled tests:
|
||||
# Test::Builder not used
|
||||
%if %{with perl_ExtUtils_Install_enables_optional_test}
|
||||
# Optional testes:
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
# Optional tests:
|
||||
# Test::Pod 1.14 not used
|
||||
# Test::Pod::Coverage 1.08 not used
|
||||
# Pod::Coverage 0.17 not used
|
||||
%endif
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(AutoSplit)
|
||||
Requires: perl(Data::Dumper)
|
||||
@ -64,24 +51,25 @@ Recommends: perl(POSIX)
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
Handles the installing and uninstalling of Perl modules, scripts, man
|
||||
Handles the installing and uninstalling of Perl modules, scripts, manual
|
||||
pages, etc.
|
||||
|
||||
%prep
|
||||
%setup -q -n ExtUtils-Install-%{version}
|
||||
# Remove bundled modules
|
||||
rm -rf t/lib/Test
|
||||
sed -i -e '/^t\/lib\/Test\//d' MANIFEST
|
||||
perl -i -ne 'print $_ unless m{^t/lib/Test/}' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING PERL_CORE
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -90,6 +78,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2020 Petr Pisar <ppisar@redhat.com> - 2.16-1
|
||||
- 2.16 bump
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ExtUtils-Install-2.14.tar.gz) = 10f8b7e8bbd11c0860c9df72f8eb074eb329f889707788c7a1e81463022e4366173fa2681ddcb9c61514a075ddf3a63534a4758b47b259c84948bc633ddd78f5
|
||||
SHA512 (ExtUtils-Install-2.16.tar.gz) = 5a35a69d0229d3a163fd728889be8d220d5d6d2c0451232217368ec6615be273a19f2cada4f344a71e942ead95a5caa252c0244e2d3d4ad376a9ce14e4d568de
|
||||
|
||||
Loading…
Reference in New Issue
Block a user