[perl-Parse-Method-Signatures] pass skipdeps to Makefile.PL

Iain Arnell iarnell at fedoraproject.org
Sun Feb 17 15:27:51 UTC 2013


commit 15af8094ec98ee5c5f54d1fff0372530c6c55cc7
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Feb 17 08:27:40 2013 -0700

    pass skipdeps to Makefile.PL

 perl-Parse-Method-Signatures.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Parse-Method-Signatures.spec b/perl-Parse-Method-Signatures.spec
index ac9cbf0..710e1da 100644
--- a/perl-Parse-Method-Signatures.spec
+++ b/perl-Parse-Method-Signatures.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parse-Method-Signatures
 Version:        1.003014
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Perl6 like method signature parser
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -35,7 +35,7 @@ deemed useful for TryCatch and MooseX::Method::Signatures.
 %setup -q -n Parse-Method-Signatures-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 1.003014-6
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.003014-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list