Change in check part.

This commit is contained in:
Marcela Mašláňová 2008-06-02 08:51:06 +00:00
parent 586820743e
commit f7e525241d

View File

@ -2,7 +2,7 @@
Name: perl-XML-XPath
Version: 1.13
Release: 6%{?dist}
Release: 7%{?dist}
Summary: XPath parser and evaluator for Perl
@ -41,7 +41,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
%check
make test
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 2 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.13-7
- rebuild and remove ||: from check part
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.13-6
- Rebuild for perl 5.10 (again)