fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 04:38:34 +00:00
parent 6e4cb7eda3
commit 389f485560

View File

@ -1,10 +1,10 @@
Name: perl-XML-DOM
Version: 1.44
Release: 2%{?dist}
Release: 2%{?dist}.1
Summary: DOM extension to XML::Parser
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/XML-DOM/
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{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)
BuildArch: noarch
BuildRequires: perl(XML::Parser::PerlSAX)
BuildRequires: perl(XML::RegExp)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(XML::Parser)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Obsoletes: perl-libxml-enno <= 1.02
@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 1.44-2
- Bump for new perl version (#196667)