forked from pool/java-1_8_0-openjdk
Accepting request 536758 from Java:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/536758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=53
This commit is contained in:
commit
dba7687b0d
@ -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
|
||||
|
||||
|
@ -49,6 +49,11 @@
|
||||
%global cacerts %{_jvmdir}/%{jredir}/lib/security/cacerts
|
||||
# real file made by update-ca-certificates
|
||||
%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
|
||||
%global with_pulseaudio 1
|
||||
%else
|
||||
@ -206,9 +211,8 @@ BuildRequires: automake
|
||||
BuildRequires: binutils
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fastjar
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: giflib-devel
|
||||
@ -221,7 +225,6 @@ BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: wget
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zip
|
||||
@ -528,6 +531,11 @@ sh autogen.sh
|
||||
--enable-system-kerberos \
|
||||
%else
|
||||
--disable-system-kerberos \
|
||||
%endif
|
||||
%if %{with_improved_font_rendering}
|
||||
--enable-improved-font-rendering \
|
||||
%else
|
||||
--disable-improved-font-rendering \
|
||||
%endif
|
||||
--with-openjdk-src-zip=%{SOURCE2} \
|
||||
--with-corba-src-zip=%{SOURCE3} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user