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

Iain Arnell iarnell at fedoraproject.org
Sun Feb 17 15:33:32 UTC 2013


commit 20e5d52af6040abf37a10462dc42db8b56697989
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Feb 17 08:33:24 2013 -0700

    pass skipdeps to Makefile.PL

 perl-MooseX-Workers.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-Workers.spec b/perl-MooseX-Workers.spec
index 6a7ebbf..dd99b7e 100644
--- a/perl-MooseX-Workers.spec
+++ b/perl-MooseX-Workers.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Workers
 Version:        0.16
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Provides a simple sub-process management for asynchronous tasks
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -25,7 +25,7 @@ POE and it's POE::Wheel::Run module.
 %setup -q -n MooseX-Workers-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 0.16-5
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list