Accepting request 962888 from Java:packages
Build with source/target levels 8 OBS-URL: https://build.opensuse.org/request/show/962888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis?expand=0&rev=4
This commit is contained in:
commit
05fd5ce027
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 16:27:31 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 8 11:37:06 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Mon Apr 8 11:37:06 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xml-commons-apis
|
# spec file for package xml-commons-apis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -33,7 +33,7 @@ Source3: http://repo1.maven.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2
|
|||||||
Source4: http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
|
Source4: http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
#!BuildIgnore: xerces-j2 xml-apis xml-resolver
|
#!BuildIgnore: xerces-j2 xml-apis xml-resolver
|
||||||
@ -88,7 +88,7 @@ sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom
|
|||||||
%pom_remove_parent xml-apis-ext*.pom
|
%pom_remove_parent xml-apis-ext*.pom
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant -Dant.build.javac.source=6 -Dant.build.javac.target=6 jar javadoc
|
ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadoc
|
||||||
|
|
||||||
# inject OSGi manifests
|
# inject OSGi manifests
|
||||||
jar ufm build/xml-apis.jar %{SOURCE1}
|
jar ufm build/xml-apis.jar %{SOURCE1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user