From 10cae6f8e75257d2fa6890fa35a30beb774d62ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Thu, 1 Jun 2017 13:26:12 +0200
Subject: 2.14 bump
---
.gitignore | 1 +
perl-ExtUtils-Install.spec | 21 +++++++++++++++------
sources | 2 +-
3 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index 39eec19..a7f3f37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ExtUtils-Install-2.04.tar.gz
+/ExtUtils-Install-2.14.tar.gz
diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec
index 0daea29..ba49e84 100644
--- a/perl-ExtUtils-Install.spec
+++ b/perl-ExtUtils-Install.spec
@@ -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 <[email protected]> - 2.14-1
+- 2.14 bump
+
* Sat Jun 03 2017 Jitka Plesnikova <[email protected]> - 2.04-393
- Perl 5.26 rebuild
diff --git a/sources b/sources
index c296104..0bc95f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5784c74271dcb5f85dd9564e3d3cb726 ExtUtils-Install-2.04.tar.gz
+SHA512 (ExtUtils-Install-2.14.tar.gz) =
10f8b7e8bbd11c0860c9df72f8eb074eb329f889707788c7a1e81463022e4366173fa2681ddcb9c61514a075ddf3a63534a4758b47b259c84948bc633ddd78f5
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-ExtUtils-Install.git/commit/?h=master&id=10cae6f8e75257d2fa6890fa35a30beb774d62ea
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]