[perl] Sub-package ExtUtils-Command

Petr Pisar ppisar at fedoraproject.org
Wed Nov 12 14:13:29 UTC 2014


commit 5eb648190d04693503e7bdd69b03f06e3f6dcfc7
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 12 14:11:50 2014 +0100

    Sub-package ExtUtils-Command

 perl.spec |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index cd9cc69..f76f08a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -806,6 +806,21 @@ appropriate compilers and linkers in a cross-platform manner. It was motivated
 by the Module::Build project, but may be useful for other purposes as well.
 %endif
 
+%package ExtUtils-Command
+Summary:        Perl routines to replace common UNIX commands in Makefiles
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+Epoch:          0
+Version:        1.18
+BuildArch:      noarch
+Requires:       %perl_compat
+Conflicts:      perl < 4:5.20.1-312
+Requires:       perl(File::Find)
+
+%description ExtUtils-Command
+This Perl module is used to replace common UNIX commands. In all cases the
+functions work with @ARGV rather than taking arguments. This makes them
+easier to deal with in Makefiles.
 
 %package ExtUtils-Embed
 Summary:        Utilities for embedding Perl in C/C++ applications
@@ -1858,7 +1873,8 @@ Requires:       perl-CPAN-Meta-YAML, perl-Encode
 Requires:       perl-Data-Dumper, perl-DB_File, perl-Devel-PPPort,
 Requires:       perl-Digest, perl-Digest-MD5,
 Requires:       perl-Digest-SHA, perl-Env, perl-Exporter, perl-experimental
-Requires:       perl-ExtUtils-CBuilder, perl-ExtUtils-Embed,
+Requires:       perl-ExtUtils-CBuilder, perl-ExtUtils-Command,
+Requires:       perl-ExtUtils-Embed,
 Requires:       perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:       perl-ExtUtils-Manifest, perl-ExtUtils-Miniperl
 Requires:       perl-ExtUtils-ParseXS, perl-File-Fetch
@@ -2381,6 +2397,10 @@ sed \
 %exclude %{privlib}/ExtUtils/CBuilder.pm
 %exclude %{_mandir}/man3/ExtUtils::CBuilder*
 
+# ExtUtils-Command
+%exclude %{privlib}/ExtUtils/Command.pm
+%exclude %{_mandir}/man3/ExtUtils::Command.*
+
 # ExtUtils-Embed
 %exclude %{privlib}/ExtUtils/Embed.pm
 %exclude %{_mandir}/man3/ExtUtils::Embed*
@@ -3047,6 +3067,10 @@ sed \
 %{_mandir}/man3/ExtUtils::CBuilder*
 %endif
 
+%files ExtUtils-Command
+%{privlib}/ExtUtils/Command.pm
+%{_mandir}/man3/ExtUtils::Command.*
+
 %files ExtUtils-Embed
 %{privlib}/ExtUtils/Embed.pm
 %{_mandir}/man3/ExtUtils::Embed*
@@ -3567,6 +3591,7 @@ sed \
 * Wed Nov 12 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-312
 - Do not double-own perl-Pod-Usage' and perl-Pod-Checker' files by
   perl-Pod-Parser on bootstrap
+- Sub-package ExtUtils-Command (bug #1158536)
 
 * Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-311
 - Remove bundled perl-Devel-PPPort (bug #1143999)



More information about the perl-devel mailing list