[perl-Authen-CAS-Client] Pass --skipdeps to prevent ExtUtils::AutoInstall from accessing CPAN.

corsepiu corsepiu at fedoraproject.org
Sat Feb 23 05:07:54 UTC 2013


commit a5c65eb81dc50b3c8f6bd29f59efeb014f702799
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Feb 23 06:07:48 2013 +0100

    Pass --skipdeps to prevent ExtUtils::AutoInstall from accessing CPAN.
    
      (Fix FTBFS #914242).

 perl-Authen-CAS-Client.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Authen-CAS-Client.spec b/perl-Authen-CAS-Client.spec
index 43ffd8c..4c85c5a 100644
--- a/perl-Authen-CAS-Client.spec
+++ b/perl-Authen-CAS-Client.spec
@@ -1,6 +1,6 @@
 Name:           perl-Authen-CAS-Client
 Version:        0.05
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Interface for authentication via JA-SIG's Central Authentication Service
 License:        BSD
 Group:          Development/Libraries
@@ -24,7 +24,8 @@ are supported.
 %setup -q -n Authen-CAS-Client-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+# --skipdeps causes ExtUtils::AutoInstall not to try auto-installing
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -45,6 +46,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 23 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.05-6
+- Pass --skipdeps to prevent ExtUtils::AutoInstall from accessing CPAN.
+  (Fix FTBFS #914242).
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list