[Fedora-packaging] %bits macro?

Rex Dieter rdieter at math.unl.edu
Sat Mar 1 01:28:05 UTC 2008


Orion Poplawski wrote:
> It might me useful to have a %bits macro automatically set to 32 or 64 
> as appropriate.  Does this seem useful or is there a better way?

shrug, I usually use something like:
%define bits 32
%if "%{_lib}" == "lib64"
%define bits 64
%endif




More information about the Fedora-packaging mailing list