2022-05-09 20:14:59 +02:00
|
|
|
|
#
|
|
|
|
|
# spec file
|
|
|
|
|
#
|
2023-02-17 22:09:09 +01:00
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2022-05-09 20:14:59 +02:00
|
|
|
|
#
|
|
|
|
|
# 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
|
2022-10-29 13:03:42 +02:00
|
|
|
|
%global updatever 5
|
2022-08-09 18:57:49 +02:00
|
|
|
|
%global buildver 8
|
2022-05-09 20:14:59 +02:00
|
|
|
|
%global root_repository https://github.com/ibmruntimes/openj9-openjdk-jdk17/archive
|
2023-03-03 17:09:05 +01:00
|
|
|
|
%global root_revision 927b34f84c8c5ff380df16f2df8dd84a44b8c79e
|
|
|
|
|
%global root_branch v0.36.0-release
|
2022-05-09 20:14:59 +02:00
|
|
|
|
%global omr_repository https://github.com/eclipse/openj9-omr/archive
|
2023-03-03 17:09:05 +01:00
|
|
|
|
%global omr_revision f491bbf6f6f3f87bfd38a65055589125c13de555
|
|
|
|
|
%global omr_branch v0.36.1-release
|
2022-05-09 20:14:59 +02:00
|
|
|
|
%global openj9_repository https://github.com/eclipse/openj9/archive
|
2023-03-03 17:09:05 +01:00
|
|
|
|
%global openj9_revision 0592661e480dd108a708689dc56bf1a427677645 |