This commit is contained in:
parent
e065bd7ca5
commit
eed27fad6b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 17:52:48 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 24 18:23:07 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
Sun Jan 24 18:23:07 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlgraphics-commons
|
# spec file for package xmlgraphics-commons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -31,6 +31,7 @@ BuildRequires: ant >= 1.6.5
|
|||||||
BuildRequires: commons-io >= 1.1
|
BuildRequires: commons-io >= 1.1
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
Requires: mvn(commons-io:commons-io) >= 1.1
|
Requires: mvn(commons-io:commons-io) >= 1.1
|
||||||
Requires: mvn(commons-logging:commons-logging)
|
Requires: mvn(commons-logging:commons-logging)
|
||||||
@ -61,7 +62,7 @@ find . -name "*.jar" | xargs rm
|
|||||||
%build
|
%build
|
||||||
export CLASSPATH=
|
export CLASSPATH=
|
||||||
build-jar-repository -s lib commons-io commons-logging
|
build-jar-repository -s lib commons-io commons-logging
|
||||||
ant -Djavac.source=1.6 -Djavac.target=1.6 package javadocs
|
ant -Djavac.source=1.8 -Djavac.target=1.8 package javadocs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user