[perl-Catalyst-Manual] disable M:I:AutoInstall

Iain Arnell iarnell at fedoraproject.org
Fri Nov 2 19:06:41 UTC 2012


commit d477a5e23e759fdafc6ff4be938acb529ea69d7f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Nov 2 13:06:34 2012 -0600

    disable M:I:AutoInstall

 perl-Catalyst-Manual.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Catalyst-Manual.spec b/perl-Catalyst-Manual.spec
index b03d731..9e682c5 100644
--- a/perl-Catalyst-Manual.spec
+++ b/perl-Catalyst-Manual.spec
@@ -25,7 +25,7 @@ This is the manual to the Catalyst web framework.
 find -name .gitignore -print0 | xargs -0 rm -f
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -46,6 +46,7 @@ make test
 %changelog
 * Fri Nov 02 2012 Iain Arnell <iarnell at gmail.com> 1:5.9005-1
 - update to latest upstream version
+- disable M:I:AutoInstall
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:5.9004-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild



More information about the perl-devel mailing list