From d435979ecd32576eab180edb628212b3a19e395d Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Apr 18 2007 17:45:05 +0000 Subject: - BuildRequire perl(Test::More). --- diff --git a/perl-HTML-Encoding.spec b/perl-HTML-Encoding.spec index d89683a..9403ccf 100644 --- a/perl-HTML-Encoding.spec +++ b/perl-HTML-Encoding.spec @@ -1,6 +1,6 @@ Name: perl-HTML-Encoding Version: 0.52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Determine the encoding of HTML/XML/XHTML documents Group: Development/Libraries @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: perl(HTML::Parser) BuildRequires: perl(HTTP::Headers::Util) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 17 2007 Ville Skyttä - 0.52-2 +- BuildRequire perl(Test::More). + * Tue Apr 3 2007 Ville Skyttä - 0.52-1 - First Fedora build.