Accepting request 124673 from Java:packages

- bumb target to 1.6

OBS-URL: https://build.opensuse.org/request/show/124673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bouncycastle?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-06-13 20:46:52 +00:00 committed by Git OBS Bridge
commit b67e4d5d7a
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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/*')"