[perl] Specify all dependencies for perl-ExtUtils-Install

Petr Pisar ppisar at fedoraproject.org
Fri Oct 24 11:45:51 UTC 2014


commit b932611c65431dc14cad299f295ef165c012e2f5
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Oct 23 16:31:19 2014 +0200

    Specify all dependencies for perl-ExtUtils-Install

 perl.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 8199c69..23ceffa 100644
--- a/perl.spec
+++ b/perl.spec
@@ -817,13 +817,14 @@ Utilities for embedding Perl in C/C++ applications.
 
 %package ExtUtils-Install
 Summary:        Install files from here to there
-Group:          Development/Languages
+Group:          Development/Libraries
 License:        GPL+ or Artistic
 Epoch:          0
 Version:        1.67
+BuildArch:      noarch
 Requires:       perl-devel
 Requires:       %perl_compat
-BuildArch:      noarch
+Requires:       perl(Data::Dumper)
 
 %description ExtUtils-Install
 Handles the installing and uninstalling of perl modules, scripts, man
@@ -3561,6 +3562,7 @@ sed \
 - Sub-package Devel-PPPort (bug #1143999)
 - Sub-package B-Debug (bug #1142952)
 - Use native version for perl-ExtUtils-CBuilder
+- Specify all dependencies for perl-ExtUtils-Install (bug #1144068)
 
 * Tue Sep 16 2014 Petr Šabata <contyk at redhat.com> - 4:5.20.1-309
 - Provide 5.20.0 MODULE_COMPAT



More information about the perl-devel mailing list