diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 29647d1..71c1459 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}.1 +Release: 2%{?dist} Summary: Perl interface to the libxml2 library Group: Development/Libraries @@ -14,8 +14,7 @@ Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print 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::NamespaceSupport) -# Break dependency loop -# BuildRequires: perl(XML::SAX) +BuildRequires: perl(XML::SAX) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) BuildRequires: libxml2-devel @@ -47,7 +46,7 @@ for i in Changes; do done %check -# make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -73,6 +72,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Mon Jan 28 2008 Tom "spot" Callaway - 1.65-2 +- disable hacks, build normally + * Thu Jan 24 2008 Tom "spot" Callaway - 1.65-1.1 - rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests