Compare commits

..

8 Commits

2 changed files with 6 additions and 5464 deletions

View File

@ -1,3 +1,4 @@
%define _lto_cflags %{nil}
# RPM conditionals so as to be able to dynamically produce
# slowdebug/release builds. See:
# http://rpm.org/user_doc/conditional_builds.html
@ -1150,8 +1151,8 @@ function packagejdk() {
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
# Rename directories for packaging
mv %{jdkimage} ${jdkname}
mv %{jreimage} ${jrename}
cp -r %{jdkimage} ${jdkname}
cp -r %{jreimage} ${jrename}
# Release images have external debug symbols
if [ "x$suffix" = "x" ] ; then
@ -1210,8 +1211,8 @@ function packagejdk() {
# Revert directory renaming so testing will run
# TODO: testing should run on the packaged JDK
mv ${jdkname} %{jdkimage}
mv ${jrename} %{jreimage}
rm -rf ${jdkname} %{jdkimage}
rm -rf ${jrename} %{jreimage}
popd #images
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
../SOURCES/java-1.8.0-openjdk-portable.specfile