8 Feb
2012
8 Feb
'12
08:36
On Fri, Jan 27, 2012 at 06:57:58PM -0500, Greg Freemyer wrote:
All,
I'm trying to package a app that says it needs 32-bit Java.
How do I say that in the spec file.
Hi, We don't produce -32bit packages for openjdk. In such case just build your application with ExclusiveArch: %{ix86} and disable x86_64 build in package config. Then just add i586 repository and zypper will pick up i586 openjdk for you. What would not be possible is having both x86_64 and i586 version of openjdk installed in parallel. Does it work for you? Michal Vyskocil -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org