fix br, license
This commit is contained in:
parent
6e4cb7eda3
commit
389f485560
@ -1,10 +1,10 @@
|
|||||||
Name: perl-XML-DOM
|
Name: perl-XML-DOM
|
||||||
Version: 1.44
|
Version: 1.44
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}.1
|
||||||
Summary: DOM extension to XML::Parser
|
Summary: DOM extension to XML::Parser
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/XML-DOM/
|
URL: http://search.cpan.org/dist/XML-DOM/
|
||||||
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(XML::Parser::PerlSAX)
|
BuildRequires: perl(XML::Parser::PerlSAX)
|
||||||
BuildRequires: perl(XML::RegExp)
|
BuildRequires: perl(XML::RegExp)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl(XML::Parser)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Obsoletes: perl-libxml-enno <= 1.02
|
Obsoletes: perl-libxml-enno <= 1.02
|
||||||
@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 1.44-2
|
||||||
- Bump for new perl version (#196667)
|
- Bump for new perl version (#196667)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user