rpms/perl-GD/devel perl-GD.spec,1.22,1.23

Tom Callaway spot at fedoraproject.org
Fri Apr 4 20:59:12 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-GD/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24324

Modified Files:
	perl-GD.spec 
Log Message:
conditionalize tests


Index: perl-GD.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- perl-GD.spec	4 Apr 2008 20:38:32 -0000	1.22
+++ perl-GD.spec	4 Apr 2008 20:58:31 -0000	1.23
@@ -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 @@
 
 
 %check
-make test
+%{?_with_testsuite:make test}
 
 # Remove duplicate file
 rm bdf_scripts/bdf2gdfont.PLS
@@ -68,6 +75,10 @@
 
 
 %changelog
+* Fri Apr  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 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 <tcallawa at redhat.com> - 2.35-6
 - license fix
 




More information about the Fedora-perl-devel-list mailing list