- Re-activate tests.

This commit is contained in:
corsepiu 2008-07-09 08:35:08 +00:00
parent 276807ec9f
commit 55b77785b9

View File

@ -1,6 +1,6 @@
Name: perl-File-Slurp
Version: 9999.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Efficient Reading/Writing of Complete Files
License: GPL+ or Artistic
Group: Development/Libraries
@ -44,9 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
# This works fine, everywhere except the odd
# Fedora builder environment. :/
# make test
make test
%files
%defattr(-,root,root,-)
@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Jul 09 2008 Ralf Corsépius <rc040203@freenet.de> - 9999.13-4
- Re-activate tests.
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9999.13-3
- Rebuild for perl 5.10 (again)