On Mon, Feb 4, 2013 at 10:33 PM, Andreas Schwab <schwab@suse.de> wrote:
You need to put that in baselibs.conf. See gtk3/baselibs.conf for an example.
Hi, Andreas, Very helpful! That's just what I need! There's still one question: How to add "Requires: libfcitx-4_2_7-32bit" for fcitx package built for x86_64? I mean: %package -n fcitx Requires: libfcitx-4_2_7 %ifarch x86_64 Requires: libfcitx-4_2_7-32bit %endif something similar. There's no fcitx-32bit package, all the libs needs to be 32bit are already split to libfcitx-4_2_7. so I can't write anything like: fcitx requires "libfcitx-4_2_7-<targettype> = <version>" in baselibs.conf Is it possible? Thanks Marguerite -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org