tweak %check.

epel9
Chris Weyl 18 years ago
parent 8ace332aca
commit 8c144ea5c4

@ -1,6 +1,6 @@
Name: perl-Test-Distribution Name: perl-Test-Distribution
Version: 1.26 Version: 1.26
Release: 2%{?dist} Release: 3%{?dist}
Summary: Perform tests on all modules of a distribution Summary: Perform tests on all modules of a distribution
License: GPL or Artistic License: GPL or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -49,7 +49,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check %check
# these will cause problems otherwise... # these will cause problems otherwise...
rm debug*list rm -f debug*list
./Build test ./Build test
@ -63,6 +63,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Mar 01 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.26-3
- cause rm to not fail on non-existance of debug*list in check.
* Wed Dec 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.26-2 * Wed Dec 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.26-2
- bump - bump

Loading…
Cancel
Save