Compare commits

..

No commits in common. "a8-portable" and "c8" have entirely different histories.

2 changed files with 5464 additions and 6 deletions

View File

@ -1,4 +1,3 @@
%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
@ -1151,8 +1150,8 @@ function packagejdk() {
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
# Rename directories for packaging
cp -r %{jdkimage} ${jdkname}
cp -r %{jreimage} ${jrename}
mv %{jdkimage} ${jdkname}
mv %{jreimage} ${jrename}
# Release images have external debug symbols
if [ "x$suffix" = "x" ] ; then
@ -1211,8 +1210,8 @@ function packagejdk() {
# Revert directory renaming so testing will run
# TODO: testing should run on the packaged JDK
rm -rf ${jdkname} %{jdkimage}
rm -rf ${jrename} %{jreimage}
mv ${jdkname} %{jdkimage}
mv ${jrename} %{jreimage}
popd #images
}

View File

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

File diff suppressed because it is too large Load Diff