rebuild for new perl, first pass, tests and BR disabled
This commit is contained in:
parent
76d137fbe8
commit
f43f1feaef
@ -1,6 +1,6 @@
|
|||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 1.65
|
Version: 1.65
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
|
|
||||||
Group: Development/Libraries
|
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 -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))
|
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
|
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: perl(ExtUtils::MakeMaker), perl(Test::More)
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
|
||||||
@ -45,7 +47,7 @@ for i in Changes; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
# make test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -71,6 +73,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 1.65-1
|
||||||
- Update to latest CPAN release: 1.65
|
- Update to latest CPAN release: 1.65
|
||||||
- patch0 no longer needed
|
- patch0 no longer needed
|
||||||
|
Loading…
Reference in New Issue
Block a user