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

Iain Arnell iarnell at fedoraproject.org
Sun Feb 17 15:35:26 UTC 2013


commit 8e077604eeb6705fff7d08a3350ff1144013c32e
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Feb 17 08:35:20 2013 -0700

    pass skipdeps to Makefile.PL

 perl-MooseX-LogDispatch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-LogDispatch.spec b/perl-MooseX-LogDispatch.spec
index 7e4a4e3..5c20bcf 100644
--- a/perl-MooseX-LogDispatch.spec
+++ b/perl-MooseX-LogDispatch.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-LogDispatch
 Version:        1.2002
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Logging Role for Moose
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -38,7 +38,7 @@ EOF
 chmod +x %{__perl_requires}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 1.2002-6
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2002-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list