rebuild for new perl, first pass, tests and BR disabled

This commit is contained in:
Tom Callaway 2008-01-25 03:33:49 +00:00
parent 76d137fbe8
commit f43f1feaef

View File

@ -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 <tcallawa@redhat.com> - 1.65-1.1
- rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 1.65-1
- Update to latest CPAN release: 1.65
- patch0 no longer needed