From f43f1feaef3d596d0f84de566cff1bc034c3dd5c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 25 Jan 2008 03:33:49 +0000 Subject: [PATCH] rebuild for new perl, first pass, tests and BR disabled --- perl-XML-LibXML.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 56e982b..29647d1 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML Version: 1.65 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Perl interface to the libxml2 library Group: Development/Libraries @@ -13,7 +13,9 @@ Requires: %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "p Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }') Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Source0: http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-%{version}.tar.gz -BuildRequires: perl(XML::LibXML::Common), perl(XML::SAX), perl(XML::NamespaceSupport) +BuildRequires: perl(XML::LibXML::Common), perl(XML::NamespaceSupport) +# Break dependency loop +# BuildRequires: perl(XML::SAX) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) BuildRequires: libxml2-devel @@ -45,7 +47,7 @@ for i in Changes; do done %check -make test +# make test %clean rm -rf $RPM_BUILD_ROOT @@ -71,6 +73,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Thu Jan 24 2008 Tom "spot" Callaway - 1.65-1.1 +- rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests + * Wed Oct 24 2007 Robin Norwood - 1.65-1 - Update to latest CPAN release: 1.65 - patch0 no longer needed