- Build with javac as gcj is getting deprecated and 1.8 java should

bootstrap itself

OBS-URL: https://build.opensuse.org/package/show/Java:packages/regexp?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2017-01-05 16:03:07 +00:00 committed by Git OBS Bridge
parent 325b11297b
commit f190f295d3
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 5 16:02:34 UTC 2017 - tchvatal@suse.com
- Build with javac as gcj is getting deprecated and 1.8 java should
bootstrap itself
-------------------------------------------------------------------
Wed Mar 18 09:46:19 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package regexp
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
@ -35,14 +35,13 @@ BuildRequires: javapackages-tools
Requires(pre): javapackages-tools
Requires(postun): javapackages-tools
BuildRequires: ant >= 1.6
BuildRequires: java-1_5_0-gcj-compat-devel
BuildRequires: java-devel
BuildRequires: xml-commons-apis-bootstrap
#!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2
#!BuildIgnore: xml-commons-jaxp-1.3-apis
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ant
BuildRequires: java-1_5_0-gcj-compat-devel
BuildRequires: xml-commons-apis-bootstrap
%description