From bc879c00c1ef8067878b554c529c46418769cb66 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Sun, 4 Feb 2007 21:25:48 +0000 Subject: [PATCH] bugzilla: 226261 - add BuildRequires suggested by Jose. --- perl-HTML-Tagset.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-HTML-Tagset.spec b/perl-HTML-Tagset.spec index 14ed26b..3f981b8 100644 --- a/perl-HTML-Tagset.spec +++ b/perl-HTML-Tagset.spec @@ -1,6 +1,6 @@ Name: perl-HTML-Tagset Version: 3.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTML::Tagset - data tables useful in parsing HTML Group: Development/Libraries @@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 04 2007 Robin Norwood - 3.10-4 +- Also add BuildRequires suggested by Jose. + * Sat Feb 3 2007 Jose Pedro Oliveira - 3.10-3 - Minor corrections.