Description of problem: Version-Release number of selected component (if applicable): 4.1.4-12 How reproducible: Rebuild gmp 4.1.4-12 on alpha and try to use gmp.h Additional info: Please include the following patch: cvs diff: Diffing . Index: gmp-mparam.h =================================================================== RCS file: /cvs/dist/devel/gmp/gmp-mparam.h,v retrieving revision 1.3 diff -r1.3 gmp-mparam.h 50a51,52 > #elif defiend(__alpha__) > #include "gmp-mparam-alpha.h" Index: gmp.h =================================================================== RCS file: /cvs/dist/devel/gmp/gmp.h,v retrieving revision 1.3 diff -r1.3 gmp.h 51a52,53 > #elfif defined(__alpha__) > #include "gmp-alpha.h"
Fixed in rawhide in package gmp-4.1.4-12.1.
It should be elif not elfif in gmp.h. Sorry.
And please add %{?dist} to release tag.