Add BR. XML::SAX::Base live in independent package. It's needed

for tests.
This commit is contained in:
Marcela Mašláňová 2011-10-17 14:45:57 +02:00
parent 1cf765e22d
commit 2cdf2d0959

View File

@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(XML::NamespaceSupport) >= 0.03 BuildRequires: perl(XML::NamespaceSupport) >= 0.03
# The following creates circular dependency, but they are not needed for build. # The following creates circular dependency, but they are not needed for build.
#BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) #BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
# XML::SAX::Base became independent package, BR just for test
BuildRequires: perl(XML::SAX::Base)
Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}'))
Requires: perl(XML::LibXML) perl(XML::LibXML::Common) Requires: perl(XML::LibXML) perl(XML::LibXML::Common)