forked from pool/java-1_8_0-openjdk
improved font rendering
OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=261
This commit is contained in:
parent
a5f970e7ac
commit
1c510002a4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 8 12:44:35 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Enable improved font rendering on systems where it applies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 2 07:40:41 UTC 2017 - fstrba@suse.com
|
Mon Oct 2 07:40:41 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -49,6 +49,11 @@
|
|||||||
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
||||||
# real file made by update-ca-certificates
|
# real file made by update-ca-certificates
|
||||||
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
|
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
|
||||||
|
%if 0%{?suse_version} >= 1330
|
||||||
|
%global with_improved_font_rendering 1
|
||||||
|
%else
|
||||||
|
%global with_improved_font_rendering 0
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
%global with_pulseaudio 1
|
%global with_pulseaudio 1
|
||||||
%else
|
%else
|
||||||
@ -253,7 +258,7 @@ Provides: jre1.6.x
|
|||||||
Provides: jre1.7.x
|
Provides: jre1.7.x
|
||||||
Provides: jre1.8.x
|
Provides: jre1.8.x
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: java-devel >= 1.7
|
BuildRequires: java-1.8.0-devel >= 1.7
|
||||||
BuildConflicts: java-devel >= 1.9
|
BuildConflicts: java-devel >= 1.9
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{name}-devel
|
BuildRequires: %{name}-devel
|
||||||
@ -528,6 +533,11 @@ sh autogen.sh
|
|||||||
--enable-system-kerberos \
|
--enable-system-kerberos \
|
||||||
%else
|
%else
|
||||||
--disable-system-kerberos \
|
--disable-system-kerberos \
|
||||||
|
%endif
|
||||||
|
%if %{with_improved_font_rendering}
|
||||||
|
--enable-improved-font-rendering \
|
||||||
|
%else
|
||||||
|
--disable-improved-font-renderingd \
|
||||||
%endif
|
%endif
|
||||||
--with-openjdk-src-zip=%{SOURCE2} \
|
--with-openjdk-src-zip=%{SOURCE2} \
|
||||||
--with-corba-src-zip=%{SOURCE3} \
|
--with-corba-src-zip=%{SOURCE3} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user