2.14 bump
This commit is contained in:
parent
f1b27158cc
commit
10cae6f8e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ExtUtils-Install-2.04.tar.gz
|
||||
/ExtUtils-Install-2.14.tar.gz
|
||||
|
||||
@ -1,17 +1,19 @@
|
||||
Name: perl-ExtUtils-Install
|
||||
Version: 2.04
|
||||
Release: 393%{?dist}
|
||||
Version: 2.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Install Perl files from here to there
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/ExtUtils-Install/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: sed
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoSplit)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -25,7 +27,9 @@ BuildRequires: perl(File::Copy)
|
||||
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:
|
||||
BuildRequires: perl(diagnostics)
|
||||
@ -43,7 +47,10 @@ BuildRequires: perl(Test::Pod) >= 1.14
|
||||
# Pod::Coverage 0.17 not used
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(AutoSplit)
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(File::Compare)
|
||||
Recommends: perl(POSIX)
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -58,12 +65,11 @@ rm -rf t/lib/Test
|
||||
sed -i -e '/^t\/lib\/Test\//d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -75,6 +81,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 05 2017 Petr Pisar <ppisar@redhat.com> - 2.14-1
|
||||
- 2.14 bump
|
||||
|
||||
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-393
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user