update license tag and BuildRequires.

This commit is contained in:
Robin Norwood 2007-08-29 19:41:54 +00:00
parent 77286505d3
commit e42f883a3b
1 changed files with 7 additions and 2 deletions

View File

@ -1,15 +1,16 @@
Name: perl-HTML-Tagset
Version: 3.10
Release: 5%{?dist}
Release: 6%{?dist}
Summary: HTML::Tagset - data tables useful in parsing HTML
Group: Development/Libraries
License: Artistic or GPL
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/HTML-Tagset/
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -46,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Aug 29 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-6
- Update license tag
- Add BuildRequires
* Mon Feb 05 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-5
- perl(Test::Pod) doesn't exist in our buildroots because it isn't in
core. Removing for now.