Blender 2.37, spec and srpms

Michael A. Peters mpeters at mac.com
Wed Jun 8 04:52:56 UTC 2005


On Tue, 2005-06-07 at 20:42 -0800, luya at jpopmail.com wrote:
> For some reasons, the compilation will ask for files to patch in x86_64 although
> the system I use is i386. I think creating a condition to detect if the architecture is a x86_64
> or a i386. Unfortunately, I have limited knowledge how make a condition
> inside spec file.

inside %prep
%ifarch x86_64
%patch (that is x86_64 only)
%endif

(not sure x86_64 is the correct syntax, but ...)




More information about the fedora-extras-list mailing list