diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec
index c9acabb..f37bd62 100644
--- a/perl-HTML-Format.spec
+++ b/perl-HTML-Format.spec
@@ -4,7 +4,7 @@ Release: 5%{?dist}
Summary: HTML formatter modules
Group: Development/Libraries
-License: GPL or Artistic
+License: GPL+ or Artistic
URL: http://search.cpan.org/dist/HTML-Format/
Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Format-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTML::Element) >= 3.15
BuildRequires: perl(Font::AFM) >= 1.17
@@ -63,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/HTML*
%changelog
+* Mon Sep 03 2007 Ralf Corsépius - 2.04-6
+- Update license tag.
+- BR: perl(ExtUtils::MakeMaker).
+
* Tue Sep 05 2006 Ralf Corsépius - 2.04-5
- Mass rebuild.