[perl] Re-add ExtUtils-Manifest back, because new release wasnt still realeased on cpan. It cant be updated

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 14 10:18:01 UTC 2012


commit c64ba529e4c3a90a22e3003aad23ef74355b5da1
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Aug 13 16:00:57 2012 +0200

    Re-add ExtUtils-Manifest back, because new release wasnt still realeased on cpan. It cant be updated in separated git.

 perl.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 221f9df..964beaa 100644
--- a/perl.spec
+++ b/perl.spec
@@ -560,7 +560,6 @@ BuildArch:      noarch
 Create a module Makefile.
 %endif
 
-%if %{dual_life} || %{rebuild_from_scratch}
 %package ExtUtils-Manifest
 Summary:        Utilities to write and check a MANIFEST file
 Group:          Development/Languages
@@ -573,7 +572,6 @@ BuildArch:      noarch
 
 %description ExtUtils-Manifest
 %{summary}.
-%endif
 
 %package ExtUtils-ParseXS
 Summary:        Module and a script for converting Perl XS code into C code
@@ -2241,12 +2239,12 @@ sed \
 %{_mandir}/man3/ExtUtils::Installed.3*
 %{_mandir}/man3/ExtUtils::Packlist.3*
 
-%if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-Manifest
 %{privlib}/ExtUtils/Manifest.pm
 %{privlib}/ExtUtils/MANIFEST.SKIP
 %{_mandir}/man3/ExtUtils::Manifest.3*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-MakeMaker
 %{_bindir}/instmodsh
 %{privlib}/ExtUtils/Command/


More information about the scm-commits mailing list