>From 1ef7fc5af535b42b06fe2eca225e871619404d71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 15 Dec 2015 09:43:28 +0100
Subject: Require make package

CPAN client executes make program when a distribution is driven by
ExtUtils::MakeMaker.
---
 perl-CPAN.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/perl-CPAN.spec b/perl-CPAN.spec
index 9dd688b..e6b3da9 100644
--- a/perl-CPAN.spec
+++ b/perl-CPAN.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-CPAN
 Version:        2.11
-Release:        347%{?dist}
+Release:        348%{?dist}
 Summary:        Query, download and build perl modules from CPAN sites
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,6 +15,9 @@ Patch1:         
CPAN-2.11-Attemp-to-create-site-library-directories-on-first-t.p
 # Change configuration directory name
 Patch2:         
CPAN-2.11-Replace-configuration-directory-string-with-a-marke.patch
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -22,6 +25,7 @@ BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
+BuildRequires:  sed
 # Optional:
 BuildRequires:  perl(File::Spec)
 %if !%{defined perl_bootstrap}
@@ -118,6 +122,7 @@ BuildRequires:  perl(Test::Pod::Coverage) >= 0.18
 BuildRequires:  perl(YAML) >= 0.60
 %endif
 
+Requires:       make
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Archive::Tar) >= 1.50
 Requires:       perl(CPAN::Meta::Requirements) >= 2.121
@@ -207,6 +212,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 15 2015 Petr Pisar <ppi...@redhat.com> - 2.11-348
+- Require make package
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.11-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-CPAN.git/commit/?h=master&id=1ef7fc5af535b42b06fe2eca225e871619404d71
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to