- bumb target to 1.6
OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=7
This commit is contained in:
parent
44be38b779
commit
e7ccdd8c1b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 18 12:39:28 UTC 2012 - mvyskocil@suse.cz
|
||||
|
||||
- bumb target to 1.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 14:19:33 UTC 2012 - mvyskocil@suse.cz
|
||||
|
||||
|
@ -13,6 +13,9 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
%define ver 1.46
|
||||
%define archivever jdk16-%(echo %{ver}|sed 's|\\\.||')
|
||||
@ -74,7 +77,7 @@ unzip -qq src.zip -d src/
|
||||
%build
|
||||
pushd src
|
||||
export CLASSPATH=$(build-classpath junit4)
|
||||
%javac -g -target 1.5 -encoding UTF-8 $(find . -type f -name "*.java")
|
||||
%javac -g -source 1.6 -target 1.6 -encoding UTF-8 $(find . -type f -name "*.java")
|
||||
jarfile="../bcprov-%{version}.jar"
|
||||
# Exclude all */test/* files except org.bouncycastle.util.test, cf. upstream
|
||||
files="$(find . -type f \( -name '*.class' -o -name '*.properties' \) -not -path '*/test/*')"
|
||||
|
Loading…
Reference in New Issue
Block a user