From 6260da970e07683bc97cafb8e3c318f9e57a4990 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Oct 2007 04:06:22 +0000 Subject: [PATCH] Test::Simple --- perl-Text-CharWidth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index 0e9904c..95aaf40 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -1,7 +1,7 @@ Summary: Get number of occupied columns of a string on terminal Name: perl-Text-CharWidth Version: 0.04 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-CharWidth/ @@ -9,6 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{ver BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +46,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Text::CharWidth.3pm* %changelog +* Wed Oct 17 2007 Tom "spot" Callaway - 0.04-2.2 +- add BR: perl(Test::Simple) + * Tue Oct 16 2007 Tom "spot" Callaway - 0.04-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)