Accepting request 247351 from home:coolo:branches:openSUSE:Factory
- on 13.2 and Factory build against bootstrap java OBS-URL: https://build.opensuse.org/request/show/247351 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=16
This commit is contained in:
parent
928f5fefbd
commit
17d1c2f8cc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 05:42:52 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- on 13.2 and Factory build against bootstrap java
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 11:05:39 UTC 2013 - tchvatal@suse.com
|
Mon Sep 9 11:05:39 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
6
ecj.spec
6
ecj.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ecj
|
# spec file for package ecj
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -49,7 +49,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
%if %suse_version < 1320
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: java-devel >= 1.6.0
|
||||||
|
%else
|
||||||
|
BuildRequires: java-1_7_0-openjdk-bootstrap-devel
|
||||||
|
%endif
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user