On Fri, Feb 09, 2018 at 09:48:30AM +0100, Rafal Luzynski wrote: > 9.02.2018 08:41 Kevin Kofler <kevin.kofler@xxxxxxxxx> wrote: > > > > > > Rafal Luzynski wrote: > > > Requires: libstdc++.so.6 > > > > That needs to be libstdc++.so.6()(64bit) on x86_64 and other 64-bit multilib > > architectures though. > > I know and this was going to be my next question: what magic > operator to use to generate the correct form for all architectures? > Or maybe there is no such operator and I should use some %if ... %else > to detect 32bit/64bit/multiarch? I believe there is none and in the compat-gcc-34 I've built yesterday I'm using %ifarch. Jakub _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx