|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-Distribution
|
|
|
|
|
Version: 1.26
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Perform tests on all modules of a distribution
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -49,7 +49,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# these will cause problems otherwise...
|
|
|
|
|
rm debug*list
|
|
|
|
|
rm -f debug*list
|
|
|
|
|
|
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
|
@ -63,6 +63,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- bump
|
|
|
|
|
|
|
|
|
|