]> git.pld-linux.org Git - packages/gd.git/commitdiff
- run test suite (1 test of 91 fails)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Jul 2013 16:04:38 +0000 (18:04 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Jul 2013 16:04:38 +0000 (18:04 +0200)
gd.spec

diff --git a/gd.spec b/gd.spec
index 65f4c57b9db09277da215058c41464a7050cc705..7bfbade09385664e9921206951ff6b2fee6e8546 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_without fontconfig      # without fontconfig support
 %bcond_without xpm             # without XPM support (requires X11 libs)
+%bcond_without tests
 #
 Summary:       Library for PNG, JPEG creation
 Summary(es.UTF-8):     Biblioteca para manipulación de imágenes
@@ -170,6 +171,8 @@ para uso pelos programas que usam a libgd.
        %{!?with_xpm:--without-xpm}
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.068958 seconds and 4 git commands to generate.