[perlbrew] BR perl(Test::Spec)

Iain Arnell iarnell at fedoraproject.org
Sun Jun 12 06:49:19 UTC 2011


commit b0870e36991178c5ed1f9b46508a54da49862546
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jun 12 08:47:38 2011 +0200

    BR perl(Test::Spec)

 perlbrew.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perlbrew.spec b/perlbrew.spec
index 9bd2d61..c5d3bb6 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,6 +1,6 @@
 Name:           perlbrew
 Version:        0.24
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
 Group:          Development/Libraries
@@ -15,6 +15,7 @@ BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Output)
+BuildRequires:  perl(Test::Spec)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Devel::PatchPerl) >= 0.26
@@ -49,8 +50,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-# no Test::Spec (yet)
-rm t/installation2.t
 make test
 
 %files
@@ -61,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jun 12 2011 Iain Arnell <iarnell at gmail.com> 0.24-2
+- BR perl(Test::Spec) and reinstate t/installation2.t
+
 * Wed Jun 08 2011 Iain Arnell <iarnell at gmail.com> 0.24-1
 - update to latest upstream version
 



More information about the perl-devel mailing list