Accepting request 964413 from Java:packages
Build with source and target levels 8 OBS-URL: https://build.opensuse.org/request/show/964413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jansi?expand=0&rev=4
This commit is contained in:
commit
33f7287da4
@ -14,7 +14,7 @@
|
|||||||
<property name="project.name" value="${project.artifactId}"/>
|
<property name="project.name" value="${project.artifactId}"/>
|
||||||
<property name="project.description" value="Jansi is a java library for generating and interpreting ANSI escape sequences."/>
|
<property name="project.description" value="Jansi is a java library for generating and interpreting ANSI escape sequences."/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.6"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 23:34:23 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 07:34:53 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Thu Jun 27 07:34:53 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jansi
|
# spec file for package jansi
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -84,7 +84,7 @@ popd
|
|||||||
%build
|
%build
|
||||||
mkdir -p jansi/lib
|
mkdir -p jansi/lib
|
||||||
build-jar-repository -s jansi/lib \
|
build-jar-repository -s jansi/lib \
|
||||||
hawtjni/hawtjni-runtime jansi-native/jansi-native
|
hawtjni/hawtjni-runtime jansi-native/jansi-native
|
||||||
%{ant} -f %{name}-build.xml \
|
%{ant} -f %{name}-build.xml \
|
||||||
%if %{without tests}
|
%if %{without tests}
|
||||||
-Dtest.skip=true \
|
-Dtest.skip=true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user