Updated aarch64 hotpost srctarball to latest tag u40b12-aarch64

This commit is contained in:
Jiri Vanek 2014-11-05 16:56:02 +01:00
parent 808e2ebe0d
commit 26b1c68622
4 changed files with 15 additions and 8 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/aarch64-hotspot-jdk8u40-b02.tar.xz /aarch64-hotspot-jdk8u40-b02.tar.xz
/aarch64-hotspot-jdk8u40-b02-c6375c27cbfa.tar.xz /aarch64-hotspot-jdk8u40-b02-c6375c27cbfa.tar.xz
/aarch64-hotspot-jdk8u40-b04-a6df78e590bb.tar.xz /aarch64-hotspot-jdk8u40-b04-a6df78e590bb.tar.xz
/jdk8-jdk8u40-b12-aarch64.tar.xz

View File

@ -46,7 +46,12 @@ rm "${VERSION}.tar.gz"
mv "${REPO_NAME}-${VERSION}" jdk8 mv "${REPO_NAME}-${VERSION}" jdk8
pushd jdk8 pushd jdk8
for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn repos="corba hotspot jdk jaxws jaxp langtools nashorn"
if [ aarch64-port = $PROJECT_NAME ] ; then
repos="hotspot"
fi;
for subrepo in $repos
do do
wget "${REPO_ROOT}/${subrepo}/archive/${VERSION}.tar.gz" wget "${REPO_ROOT}/${subrepo}/archive/${VERSION}.tar.gz"
tar xf "${VERSION}.tar.gz" tar xf "${VERSION}.tar.gz"
@ -54,8 +59,9 @@ do
mv "${subrepo}-${VERSION}" "${subrepo}" mv "${subrepo}-${VERSION}" "${subrepo}"
done done
if [ -e jdk ] ; then
rm -vr jdk/src/share/native/sun/security/ec/impl rm -vr jdk/src/share/native/sun/security/ec/impl
fi
popd popd
tar cJf ${REPO_NAME}-${VERSION}.tar.xz jdk8 tar cJf ${REPO_NAME}-${VERSION}.tar.xz jdk8

View File

@ -117,8 +117,8 @@
%global updatever 40 %global updatever 40
%global buildver b02 %global buildver b02
%global aarch64_updatever 40 %global aarch64_updatever 40
%global aarch64_buildver b04 %global aarch64_buildver b12
%global aarch64_changesetid a6df78e590bb %global aarch64_changesetid aarch64
# priority must be 6 digits in total # priority must be 6 digits in total
%global priority 18000%{updatever} %global priority 18000%{updatever}
%global javaver 1.8.0 %global javaver 1.8.0
@ -654,7 +654,7 @@ URL: http://openjdk.java.net/
# ./generate_source_tarball.sh jdk8u jdk8u jdk8u%%{updatever}-%%{buildver} # ./generate_source_tarball.sh jdk8u jdk8u jdk8u%%{updatever}-%%{buildver}
# ./generate_source_tarball.sh aarch64-port jdk8 %%{aarch64_hg_tag} # ./generate_source_tarball.sh aarch64-port jdk8 %%{aarch64_hg_tag}
Source0: jdk8u-jdk8u%{updatever}-%{buildver}.tar.xz Source0: jdk8u-jdk8u%{updatever}-%{buildver}.tar.xz
Source1: aarch64-hotspot-jdk8u%{aarch64_updatever}-%{aarch64_buildver}-%{aarch64_changesetid}.tar.xz Source1: jdk8-jdk8u%{aarch64_updatever}-%{aarch64_buildver}-%{aarch64_changesetid}.tar.xz
# Custom README for -src subpackage # Custom README for -src subpackage
Source2: README.src Source2: README.src
@ -944,7 +944,7 @@ else
exit 12 exit 12
fi fi
if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 ] ; then if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 ] ; then
echo "you have disabled both include_debug_build and enclude_debug_build. no go." echo "you have disabled both include_debug_build and include_debug_build. no go."
exit 13 exit 13
fi fi
%setup -q -c -n %{uniquesuffix ""} -T -a 0 %setup -q -c -n %{uniquesuffix ""} -T -a 0

View File

@ -1,3 +1,3 @@
78d96904ad6d9a7cee76849b0e49b6f0 jdk8u-jdk8u40-b02.tar.xz 78d96904ad6d9a7cee76849b0e49b6f0 jdk8u-jdk8u40-b02.tar.xz
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz 94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
8a9d561065f55762cafd9f475b26cf68 aarch64-hotspot-jdk8u40-b04-a6df78e590bb.tar.xz 569aec261b39eff9e282792fb35cfb57 jdk8-jdk8u40-b12-aarch64.tar.xz