bugzilla: 226261 - add BuildRequires suggested by Jose.

This commit is contained in:
Robin Norwood 2007-02-04 21:25:48 +00:00
parent 62e92e3cbe
commit bc879c00c1

View File

@ -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 <rnorwood@redhat.com> - 3.10-4
- Also add BuildRequires suggested by Jose.
* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.10-3
- Minor corrections.