SPECS: mpfr.spec - added bcond_without tests

qboosh qboosh at pld-linux.org
Thu Jun 14 20:54:12 CEST 2007


Author: qboosh                       Date: Thu Jun 14 18:54:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond_without tests

---- Files affected:
SPECS:
   mpfr.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/mpfr.spec
diff -u SPECS/mpfr.spec:1.6 SPECS/mpfr.spec:1.7
--- SPECS/mpfr.spec:1.6	Tue Feb 13 08:16:48 2007
+++ SPECS/mpfr.spec	Thu Jun 14 20:54:07 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	test	# don't perform make check
+#
 Summary:	Multiple-precision floating-point computations library
 Summary(pl.UTF-8):	Biblioteka obliczeń zmiennoprzecinkowych wielokrotnej precyzji
 Name:		mpfr
@@ -76,7 +80,10 @@
 
 # make -j4 creates truncated .lo files
 %{__make} -j1 all
+
+%if %{with tests}
 %{__make} check
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -121,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/06/14 18:54:07  qboosh
+- added bcond_without tests
+
 Revision 1.6  2007/02/13 07:16:48  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpfr.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list