diff --git a/perl-GD.spec b/perl-GD.spec index 08484a5..700daf5 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,6 +1,13 @@ +# +# Rebuild option: +# +# --with testsuite - run the test suite +# + + Name: perl-GD Version: 2.35 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries @@ -46,7 +53,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -make test +%{?_with_testsuite:make test} # Remove duplicate file rm bdf_scripts/bdf2gdfont.PLS @@ -68,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 2.35-7 +- tests work fine locally, one fails in mock, maybe needs a desktop? + conditionalized them, default off. + * Fri Apr 4 2008 Tom "spot" Callaway - 2.35-6 - license fix