This commit is contained in:
parent
44bfdc3d24
commit
39cb4d3839
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 10:21:44 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build with source/target levels 8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 20:09:31 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmldb-api
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ Release: 0
|
||||
Summary: XML:DB API for Java
|
||||
License: Apache-1.1
|
||||
Group: Development/Libraries/Java
|
||||
Url: http://xmldb-org.sourceforge.net
|
||||
URL: http://xmldb-org.sourceforge.net
|
||||
# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xmldb-org login
|
||||
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xmldb-org export -D 2004-10-10 xapi
|
||||
Source0: xmldb-xapi-%{cvs_version}-src.tar.bz2
|
||||
@ -102,7 +102,7 @@ rm src/common/org/xmldb/common/xml/queries/xt/XPathQueryFactoryImpl.java
|
||||
export CLASSPATH=$(build-classpath junit xalan-j2)
|
||||
export OPT_JAR_LIST=:
|
||||
ant \
|
||||
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
|
||||
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
|
||||
-Djarname=%{name} -Dsdk.jarname=%{name}-sdk \
|
||||
dist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user