From 9f46ed5e3c4637ee9bca28ec32840318c1142e93 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sun, 17 Feb 2013 08:21:27 -0700 Subject: [PATCH] pass skipdeps to Makefile.PL --- perl-String-ToIdentifier-EN.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-String-ToIdentifier-EN.spec b/perl-String-ToIdentifier-EN.spec index f7ecc5d..19279fb 100644 --- a/perl-String-ToIdentifier-EN.spec +++ b/perl-String-ToIdentifier-EN.spec @@ -1,6 +1,6 @@ Name: perl-String-ToIdentifier-EN Version: 0.07 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Convert Strings to English Program Identifiers License: GPL+ or Artistic Group: Development/Libraries @@ -28,7 +28,7 @@ be easily inferred by a human just by reading the identifier. %setup -q -n String-ToIdentifier-EN-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install @@ -48,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Sun Feb 17 2013 Iain Arnell 0.07-5 +- pass skipdeps to Makefile.PL + * Thu Feb 14 2013 Fedora Release Engineering - 0.07-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild