forked from pool/java-1_8_0-openj9
Accepting request 768171 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/768171 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openj9?expand=0&rev=14
This commit is contained in:
3
freemarker-2.3.29.jar
Normal file
3
freemarker-2.3.29.jar
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce9ffbcd065cbce1d5bf295755965167cdbaea4d13039a09e842cea32f0d7655
|
||||||
|
size 1586948
|
@@ -38,6 +38,7 @@
|
|||||||
%global openj9_branch v0.18.1-release
|
%global openj9_branch v0.18.1-release
|
||||||
%global openj9_tag openj9-0.18.1
|
%global openj9_tag openj9-0.18.1
|
||||||
%global icedtea_sound_version 1.0.1
|
%global icedtea_sound_version 1.0.1
|
||||||
|
%global freemarker_version 2.3.29
|
||||||
# priority must be 6 digits in total
|
# priority must be 6 digits in total
|
||||||
%global priority 1801
|
%global priority 1801
|
||||||
%global javaver 1.8.0
|
%global javaver 1.8.0
|
||||||
@@ -85,6 +86,7 @@
|
|||||||
%global imagestarget images
|
%global imagestarget images
|
||||||
%endif
|
%endif
|
||||||
%global bits 64
|
%global bits 64
|
||||||
|
%bcond_without bootstrap
|
||||||
Name: java-1_8_0-openj9
|
Name: java-1_8_0-openj9
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -128,7 +130,6 @@ BuildRequires: cups-devel
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: freemarker
|
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: giflib-devel
|
BuildRequires: giflib-devel
|
||||||
@@ -194,6 +195,12 @@ Provides: jre1.6.x
|
|||||||
Provides: jre1.7.x
|
Provides: jre1.7.x
|
||||||
Provides: jre1.8.x
|
Provides: jre1.8.x
|
||||||
ExclusiveArch: x86_64 ppc64le s390x
|
ExclusiveArch: x86_64 ppc64le s390x
|
||||||
|
%if %{with bootstrap}
|
||||||
|
# When bootstrapping, use the freemarker jar from maven central
|
||||||
|
Source10: https://repo1.maven.org/maven2/org/freemarker/freemarker/%{freemarker_version}/freemarker-%{freemarker_version}.jar
|
||||||
|
%else
|
||||||
|
BuildRequires: freemarker
|
||||||
|
%endif
|
||||||
%if %{bootcycle}
|
%if %{bootcycle}
|
||||||
BuildRequires: java-devel >= 1.7
|
BuildRequires: java-devel >= 1.7
|
||||||
BuildConflicts: java >= 9
|
BuildConflicts: java >= 9
|
||||||
@@ -400,7 +407,11 @@ bash configure \
|
|||||||
--with-stdc++lib=dynamic \
|
--with-stdc++lib=dynamic \
|
||||||
--with-native-debug-symbols=internal \
|
--with-native-debug-symbols=internal \
|
||||||
--with-boot-jdk=%{_sysconfdir}/alternatives/java_sdk \
|
--with-boot-jdk=%{_sysconfdir}/alternatives/java_sdk \
|
||||||
|
%if %{with bootstrap}
|
||||||
|
--with-freemarker-jar=%{SOURCE10}
|
||||||
|
%else
|
||||||
--with-freemarker-jar=%{_javadir}/freemarker.jar
|
--with-freemarker-jar=%{_javadir}/freemarker.jar
|
||||||
|
%endif
|
||||||
|
|
||||||
# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
|
# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
|
||||||
# disables FDS for all build configs and reverts to pre-FDS make logic.
|
# disables FDS for all build configs and reverts to pre-FDS make logic.
|
||||||
|
Reference in New Issue
Block a user