temporarily disable BR against XML-LibXML

This commit is contained in:
Tom Callaway 2008-01-28 21:03:03 +00:00
parent 150e3f37be
commit f75ce8b482

View File

@ -1,7 +1,7 @@
Summary: XML-SAX Perl module Summary: XML-SAX Perl module
Name: perl-XML-SAX Name: perl-XML-SAX
Version: 0.16 Version: 0.16
Release: 3%{?dist} Release: 3%{?dist}.1
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -11,7 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(XML::NamespaceSupport) BuildRequires: perl(XML::NamespaceSupport)
BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) # BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::LibXML::Common)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}'))
@ -104,6 +105,9 @@ fi
%changelog %changelog
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-3.1
- temporarily disable BR against perl-XML-LibXML
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-3 * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.16-3
- rebuild for new perl - rebuild for new perl