Test::More

This commit is contained in:
Tom Callaway 2007-10-17 04:51:28 +00:00
parent d19924d5a6
commit a58b50d64e

View File

@ -3,7 +3,7 @@
Summary: XML-LibXML Perl module Summary: XML-LibXML Perl module
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 1.62001 Version: 1.62001
Release: 2%{?dist}.1 Release: 2%{?dist}.2
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/XML-LibXML/ 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: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport Requires: perl-XML-LibXML-Common perl-XML-SAX perl-XML-NamespaceSupport
%description %description
@ -70,6 +71,9 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.62001-2.2
- add BR: perl(Test::More)
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.62001-2.1 * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.62001-2.1
- correct license tag - correct license tag
- add BR: perl(ExtUtils::MakeMaker) - add BR: perl(ExtUtils::MakeMaker)