[perl-CatalystX-SimpleLogin] pass skipdeps to Makefile.PL

Iain Arnell iarnell at fedoraproject.org
Thu Feb 21 16:42:51 UTC 2013


commit ec2ebb4a9050a2e6b5f22a2eabf2ac3223127a36
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Feb 21 09:42:43 2013 -0700

    pass skipdeps to Makefile.PL

 perl-CatalystX-SimpleLogin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-CatalystX-SimpleLogin.spec b/perl-CatalystX-SimpleLogin.spec
index cc73e90..c104df6 100644
--- a/perl-CatalystX-SimpleLogin.spec
+++ b/perl-CatalystX-SimpleLogin.spec
@@ -1,6 +1,6 @@
 Name:           perl-CatalystX-SimpleLogin
 Version:        0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Provide a simple Login controller which can be reused
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -67,7 +67,7 @@ your application.
 %setup -q -n CatalystX-SimpleLogin-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -86,6 +86,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 0.18-3
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list