This commit is contained in:
parent
09114b39ae
commit
782deef3e0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 27 09:13:05 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Fix build of script providers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 16 05:52:07 UTC 2018 - fstrba@suse.com
|
Wed May 16 05:52:07 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
3
bsf.spec
3
bsf.spec
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -93,6 +93,7 @@ rm -fr bsf
|
|||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
|
build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
|
||||||
|
export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2)
|
||||||
%{ant} -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadocs
|
%{ant} -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadocs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user