use better workaround until rhbz#769537 is resolved
This commit is contained in:
parent
7a3f7030d9
commit
c2f1bdcf82
@ -4,7 +4,7 @@ Name: perl-XML-LibXML
|
|||||||
# it might not be needed anymore
|
# it might not be needed anymore
|
||||||
# this module is maintained, the other is not
|
# this module is maintained, the other is not
|
||||||
Version: 1.88
|
Version: 1.88
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
|
|
||||||
@ -48,10 +48,11 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} ';' 2>/dev/null
|
|||||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# ppc buildmachines have only 2GB, tests run out of memory
|
%ifarch ppc64 s390x
|
||||||
%ifnarch ppc64
|
# see rhbz#769537
|
||||||
make test
|
rm t/12html.t
|
||||||
%endif
|
%endif
|
||||||
|
make test
|
||||||
|
|
||||||
%triggerin -- perl-XML-SAX
|
%triggerin -- perl-XML-SAX
|
||||||
for p in XML::LibXML::SAX::Parser XML::LibXML::SAX ; do
|
for p in XML::LibXML::SAX::Parser XML::LibXML::SAX ; do
|
||||||
@ -74,11 +75,13 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 20 2011 Karsten Hopp <karsten@redhat.com> 1.88-2
|
* Wed Dec 21 2011 Dan Horák <dan[at]danny.cz> - 1:1.88-3
|
||||||
|
- use better workaround until rhbz#769537 is resolved
|
||||||
|
|
||||||
|
* Tue Dec 20 2011 Karsten Hopp <karsten@redhat.com> - 1:1.88-2
|
||||||
- disable tests on ppc as most ppc buildmachines have only 2Gb
|
- disable tests on ppc as most ppc buildmachines have only 2Gb
|
||||||
and the tests run out of memory
|
and the tests run out of memory
|
||||||
|
|
||||||
|
|
||||||
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 1:1.88-1
|
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 1:1.88-1
|
||||||
- update to 1.88
|
- update to 1.88
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user