We have to compile binary RPMs for both architectures (i386 and x86_64) for centos. When we want to install both, we have conflicts on common files (like in /usr/include, /bin, ...)
Is there .spec creation rules that help avoiding these conflicts ?
We have to compile binary RPMs for both architectures (i386 and x86_64) for centos. When we want to install both, we have conflicts on common files (like in /usr/include, /bin, ...)
Is there .spec creation rules that help avoiding these conflicts ?
I found a link (others sources seems to agree) :
As I understand it, the answer would be :
<binary>-32
and <binary>-64
;