While rebuilding the fcdevel tree for AlphaCore, I recognized, that x86_64 and ppc64 are excluded in warzone2100. Well when I rebuild it on alpha, at some point (http://buildsys.zero42.at/koji/getfile?taskID=47748&name=build.log), gcc gets invoked with -m32; Well that might be the ExcludeArch reason for x86_64 and ppc64... So either fix the -m32, or use ExclusiveArch: ppc i386. What does upstream say? Does it only work on 32 bit archs!?
warzone2100 is prepared only for 32-bit archs. Upstream works on it and the new version from cvs compiles correctly on 64-bit. *** This bug has been marked as a duplicate of 223992 ***
Can you please update or use ExclusiveArch until the code is clean and in cvs!?
Ok, I've changed the ExcludeArch: x86_64 ppc64 to ExclusiveArch: ppc i386