[perl-XML-SAX] Add BR. XML::SAX::Base live in independent package. It's needed for tests.

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Oct 17 12:46:33 UTC 2011


commit 2cdf2d0959a674de5244270779128325b653592f
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Oct 17 14:45:57 2011 +0200

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

 perl-XML-SAX.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec
index e121b3a..d2045a7 100644
--- a/perl-XML-SAX.spec
+++ b/perl-XML-SAX.spec
@@ -14,6 +14,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(XML::NamespaceSupport) >= 0.03
 # The following creates circular dependency, but they are not needed for build.
 #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(XML::LibXML) perl(XML::LibXML::Common)


More information about the scm-commits mailing list