From 1ebfbcf10fdf9e06c6ba67f2bd32afed2fef2e9f Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 16 Nov 2006 17:31:13 +0000 Subject: [PATCH] add new conditional br's for tests --- perl-Moose.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Moose.spec b/perl-Moose.spec index 7bdcdcb..8b7c329 100644 --- a/perl-Moose.spec +++ b/perl-Moose.spec @@ -1,6 +1,6 @@ Name: perl-Moose Version: 0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Complete modern object system for Perl 5 License: GPL or Artistic Group: Development/Libraries @@ -27,6 +27,8 @@ BuildRequires: perl(HTTP::Headers), perl(Params::Coerce), perl(URI) # commented out as Locale::US's license is ambiguous at the moment, precluding # packaging it. #BuildRequires: perl(Regexp::Common), perl(Locale::US) +# optional test #4 (yes, I know IO::File is core) +BuildRequires: perl(IO::File), perl(IO::String) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -75,6 +77,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Nov 16 2006 Chris Weyl 0.17-2 +- add IO::File and IO::String to br's for testing + * Thu Nov 16 2006 Chris Weyl 0.17-1 - update to 0.17