Test::Simple

This commit is contained in:
Tom Callaway 2007-10-17 04:23:30 +00:00
parent 019afe2483
commit c7c83a2404

View File

@ -1,7 +1,7 @@
Summary: Line wrapping with support for several locale setups
Name: perl-Text-WrapI18N
Version: 0.06
Release: 2%{?dist}.1
Release: 2%{?dist}.2
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-WrapI18N/
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
BuildRequires: perl(Text::CharWidth) >= 0.02
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Simple)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -52,6 +53,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Text::WrapI18N.3pm*
%changelog
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.06-2.2
- add BR: perl(Test::Simple)
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.06-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)