SPECS: php.spec - rel 3; don't use check section for now

arekm arekm at pld-linux.org
Wed May 30 22:22:54 CEST 2007


Author: arekm                        Date: Wed May 30 20:22:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3; don't use check section for now

---- Files affected:
SPECS:
   php.spec (1.672 -> 1.673) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.672 SPECS/php.spec:1.673
--- SPECS/php.spec:1.672	Wed May 30 20:33:09 2007
+++ SPECS/php.spec	Wed May 30 22:22:45 2007
@@ -47,6 +47,7 @@
 %bcond_without	apache2		# disable building apache 2.x module
 %bcond_without	fcgi		# disable building FCGI SAPI
 %bcond_without	zts		# disable experimental-zts
+%bcond_without	tests
 %bcond_with	versioning	# build with experimental versioning (to load php4/php5 into same apache)
 
 %define apxs1		/usr/sbin/apxs1
@@ -71,7 +72,7 @@
 %undefine	with_filter
 %endif
 
-%define	_rel 2
+%define	_rel 3
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -1821,12 +1822,13 @@
 cp -af php_config.h.cli main/php_config.h
 %{__make} sapi/cli/php -f Makefile.cli LDFLAGS=-lpthread
 
-%check
+%if %{with tests}
 # Run tests, using the CLI SAPI
 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
 unset TZ LANG LC_ALL || :
 %{__make} test
 unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -2723,6 +2725,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.673  2007/05/30 20:22:45  arekm
+- rel 3; don't use check section for now
+
 Revision 1.672  2007/05/30 18:33:09  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.672&r2=1.673&f=u



More information about the pld-cvs-commit mailing list