BR perl(Test::More)

This commit is contained in:
Tom Callaway 2008-01-29 20:48:32 +00:00
parent 0d8d69f76e
commit 5362621699

View File

@ -1,6 +1,6 @@
Name: perl-XML-Filter-BufferText
Version: 1.01
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Filter to put all characters() in one event
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(XML::SAX::Base)
BuildRequires: perl(XML::SAX::Base), perl(ExtUtils::MakeMaker)
BuildRequires: perl(XML::SAX::Base), perl(ExtUtils::MakeMaker), perl(Test::More)
%description
This is a very simple filter. One common cause of grief (and programmer
@ -50,6 +50,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Tue Jan 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-4
- BR perl(Test::More)
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-3
- rebuild for new perl