On Wed, Oct 17, 2012 at 02:06:46PM +0200, Nico Kruber wrote:
On Tuesday 16 Oct 2012 17:12:06 you wrote:
On Tue, Oct 16, 2012 at 02:53:12PM +0200, Nico Kruber wrote:
How do I add these to my project configuration (what is the correct way to check for arch?)
You need to add a
Prefer: libgl jdk7-openjdk
line to the project config.
normally, I'm adding these only for specific distros, e.g.
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} Prefer: java-1.6.0-openjdk-devel java-1.6.0-openjdk %endif
-> so what is the correct check for arch? I couldn't find one in http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
We don't have a macro yet. How about %arch_linux ? I don't think there's an arch "version". Or should we can set the "arch_version" to 1? Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org