947 lines
33 KiB
RPMSpec
947 lines
33 KiB
RPMSpec
#
|
||
# spec file
|
||
#
|
||
# Copyright (c) 2023 SUSE LLC
|
||
#
|
||
# All modifications and additions to the file contributed by third parties
|
||
# remain the property of their copyright owners, unless otherwise agreed
|
||
# upon. The license for this file, and modifications and additions to the
|
||
# file, is the same license as for the pristine package itself (unless the
|
||
# license for the pristine package is not an Open Source License, in which
|
||
# case the license is the MIT License). An "Open Source License" is a
|
||
# license that conforms to the Open Source Definition (Version 1.9)
|
||
# published by the Open Source Initiative.
|
||
|
||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||
#
|
||
|
||
|
||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
||
%global debug 0
|
||
%global is_release 1
|
||
# Convert an absolute path to a relative path. Each symbolic link is
|
||
# specified relative to the directory in which it is installed so that
|
||
# it will resolve properly within chrooted installations.
|
||
%global script 'use File::Spec; print File::Spec->abs2rel($ARGV[0], $ARGV[1])'
|
||
%global abs2rel perl -e %{script}
|
||
%global syslibdir %{_libdir}
|
||
%global archname %{name}
|
||
# Standard JPackage naming and versioning defines.
|
||
%global featurever 17
|
||
%global interimver 0
|
||
%global updatever 5
|
||
%global buildver 8
|
||
%global root_repository https://github.com/ibmruntimes/openj9-openjdk-jdk17/archive
|
||
%global root_revision 927b34f84c8c5ff380df16f2df8dd84a44b8c79e
|
||
%global root_branch v0.36.0-release
|
||
%global omr_repository https://github.com/eclipse/openj9-omr/archive
|
||
%global omr_revision f491bbf6f6f3f87bfd38a65055589125c13de555
|
||
%global omr_branch v0.36.1-release
|
||
%global openj9_repository https://github.com/eclipse/openj9/archive
|
||
%global openj9_revision 0592661e480dd108a708689dc56bf1a427677645 |