rpms/cernlib/devel cernlib.spec,1.53,1.54

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon May 14 12:03:14 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30682

Modified Files:
	cernlib.spec 
Log Message:
* Mon May 14 2007 Patrice Dumas <pertusus at free.fr> 2006-11
- disable the same tests on ppc64 than on x86_64



Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- cernlib.spec	14 May 2007 10:19:33 -0000	1.53
+++ cernlib.spec	14 May 2007 12:02:40 -0000	1.54
@@ -17,7 +17,7 @@
 
 Name:          %{?compat}cernlib%{?compiler}
 Version:       2006
-Release:       10%{?dist}.1
+Release:       11%{?dist}
 Summary:       General purpose CERN library and associated binaries
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -291,9 +291,8 @@
 # don't recurse in eurodec for tests because the testcase segfaults
 Patch1210: cernlib-segf_eudtest.patch
 # kernlib/kernnum packlib/{ffread hbook kuip zbook zebra} test error on 64 bit
+# packlib/{ffread hbook kuip} segfaults on ppc64
 Patch1211: cernlib-64test.patch
-# packlib/{ffread hbook} segfaults on ppc64
-Patch1212: cernlib-ppc64test.patch
 
 
 # patchy 4
@@ -668,14 +667,10 @@
 %patch -P 1208 -p2 -b .test
 %patch -P 1210 -p2 -b .segf_eudtest
 
-%ifarch x86_64
+%ifarch x86_64 ppc64
 %patch -P 1211 -p2 -b .64test
 %endif
 
-%ifarch ppc64
-%patch -P 1212 -p2 -b .ppc64test
-%endif
-
 # remove CVS directories
 find . -depth -type d -name CVS -exec rm -rf {} ';' 
 
@@ -995,7 +990,7 @@
 # no test in code_motif paw_motif scripts patchy pawlib
 test_dirs='graflib mclibs kernlib mathlib packlib phtools'
 
-%ifnarch x86_64
+%ifnarch x86_64 ppc64
 test_dirs="$test_dirs geant321"
 %endif
 
@@ -1138,6 +1133,9 @@
 
 
 %changelog
+* Mon May 14 2007 Patrice Dumas <pertusus at free.fr> 2006-11
+- disable the same tests on ppc64 than on x86_64
+
 * Mon May 14 2007 Patrice Dumas <pertusus at free.fr> 2006-10.1
 - packlib/{ffread,hbook} test segfaults on ppc64
 




More information about the fedora-extras-commits mailing list