From a58b50d64e3c0003129f75447e4201ca9e134ae5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Oct 2007 04:51:28 +0000 Subject: [PATCH] Test::More --- perl-XML-LibXML.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index bf5ad6d..fae28a6 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -3,7 +3,7 @@ Summary: XML-LibXML Perl module Name: perl-XML-LibXML Version: 1.62001 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-LibXML/ @@ -17,6 +17,7 @@ Source0: http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-1.62001.tar.gz BuildRequires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport BuildRequires: libxml2-devel BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport %description @@ -70,6 +71,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Wed Oct 17 2007 Tom "spot" Callaway - 1.62001-2.2 +- add BR: perl(Test::More) + * Wed Oct 17 2007 Tom "spot" Callaway - 1.62001-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)