[perl-MooseX-SimpleConfig] pass skipdeps to Makefile.PL

Iain Arnell iarnell at fedoraproject.org
Sun Feb 17 15:38:16 UTC 2013


commit b85178bddfbb93eb9932d69e799d1ab56a5ce90c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Feb 17 08:38:01 2013 -0700

    pass skipdeps to Makefile.PL

 perl-MooseX-SimpleConfig.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-SimpleConfig.spec b/perl-MooseX-SimpleConfig.spec
index de0061e..27b74f6 100644
--- a/perl-MooseX-SimpleConfig.spec
+++ b/perl-MooseX-SimpleConfig.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-SimpleConfig
 Version:        0.09
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Moose role for setting attributes from a simple configfile
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -31,7 +31,7 @@ details about supported formats.
 %setup -q -n MooseX-SimpleConfig-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 0.09-8
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list