[perl-Moose/epel7] epel7: Bootstrap, without Devel::PartialDump runtime req

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jan 23 16:15:28 UTC 2014


commit 508022bd0de281c64ba8f1af98ea67ee74994f75
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Thu Jan 23 15:05:45 2014 +0100

    epel7: Bootstrap, without Devel::PartialDump runtime req
    
    It does is not available for EPEL-7 (yet?).

 perl-Moose.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Moose.spec b/perl-Moose.spec
index f17fa44..4b4eb5f 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,9 @@
+%global perl_bootstrap 1
+
 Name:           perl-Moose
 Summary:        Complete modern object system for Perl 5
 Version:        2.1005
-Release:        1%{?dist}
+Release:        0.2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-%{version}.tar.gz
@@ -79,7 +81,7 @@ Requires:       perl(Data::OptList) >= 0.107
 Requires:       perl(Dist::CheckConflicts) >= 0.02
 
 # recommended (note: this uses Moose itself)
-Requires:       perl(Devel::PartialDump) >= 0.14
+#Requires:       perl(Devel::PartialDump) >= 0.14
 
 # hidden from PAUSE
 Provides:       perl(Moose::Conflicts)


More information about the scm-commits mailing list