2.18 bump
This commit is contained in:
parent
0375e758e9
commit
893c6177d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/ExtUtils-Install-2.04.tar.gz
|
||||
/ExtUtils-Install-2.14.tar.gz
|
||||
/ExtUtils-Install-2.16.tar.gz
|
||||
/ExtUtils-Install-2.18.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-ExtUtils-Install
|
||||
Version: 2.16
|
||||
Release: 3%{?dist}
|
||||
Version: 2.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Install Perl files from here to there
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/ExtUtils-Install
|
||||
@ -27,7 +27,6 @@ BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
# POSIX is optional
|
||||
BuildRequires: perl(vars)
|
||||
# VMS::Filespec not used
|
||||
# Win32API::File not used
|
||||
# Tests:
|
||||
@ -35,7 +34,6 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(ExtUtils::MM)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Test::More)
|
||||
# VMS::DCLsymnot used
|
||||
# Unbundled tests:
|
||||
# Test::Builder not used
|
||||
# Optional tests:
|
||||
@ -56,9 +54,6 @@ pages, etc.
|
||||
|
||||
%prep
|
||||
%setup -q -n ExtUtils-Install-%{version}
|
||||
# Remove bundled modules
|
||||
rm -rf t/lib/Test
|
||||
perl -i -ne 'print $_ unless m{^t/lib/Test/}' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
@ -78,6 +73,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-1
|
||||
- 2.18 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ExtUtils-Install-2.16.tar.gz) = 5a35a69d0229d3a163fd728889be8d220d5d6d2c0451232217368ec6615be273a19f2cada4f344a71e942ead95a5caa252c0244e2d3d4ad376a9ce14e4d568de
|
||||
SHA512 (ExtUtils-Install-2.18.tar.gz) = 3af42cd2b5f7b978552b03348184e734014a1e950fd48496089dd5ddfb2cab7d0193751bd6d8e1265f0cbd5a85dbd9c248ab38bb0ea41eaa4f1e70d37eaf2a1c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user