[perl-Catalyst-Authentication-Credential-HTTP] pass skipdeps to Makefile.PL

Iain Arnell iarnell at fedoraproject.org
Sun Feb 17 17:54:49 UTC 2013


commit 84a9950edf2c6e13a2b0357980d1dab43430d86f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Feb 17 10:54:43 2013 -0700

    pass skipdeps to Makefile.PL

 perl-Catalyst-Authentication-Credential-HTTP.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Catalyst-Authentication-Credential-HTTP.spec b/perl-Catalyst-Authentication-Credential-HTTP.spec
index 0be46ca..07d0005 100644
--- a/perl-Catalyst-Authentication-Credential-HTTP.spec
+++ b/perl-Catalyst-Authentication-Credential-HTTP.spec
@@ -1,6 +1,6 @@
 Name:           perl-Catalyst-Authentication-Credential-HTTP
 Version:        1.015
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        HTTP Basic and Digest authentication for Catalyst
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,14 +36,13 @@ currently supported.
 %setup -q -n Catalyst-Authentication-Credential-HTTP-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -56,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 17 2013 Iain Arnell <iarnell at gmail.com> 1.015-3
+- pass skipdeps to Makefile.PL
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.015-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list