Compare commits
8 Commits
c8
...
a8-portabl
Author | SHA1 | Date | |
---|---|---|---|
a3df8cab75 | |||
91c0db19ce | |||
430ef938f2 | |||
429df79c14 | |||
2b6641679f | |||
6fd1f392d0 | |||
1db42e44cf | |||
bdb7f5498b |
@ -1,3 +1,4 @@
|
|||||||
|
%define _lto_cflags %{nil}
|
||||||
# RPM conditionals so as to be able to dynamically produce
|
# RPM conditionals so as to be able to dynamically produce
|
||||||
# slowdebug/release builds. See:
|
# slowdebug/release builds. See:
|
||||||
# http://rpm.org/user_doc/conditional_builds.html
|
# http://rpm.org/user_doc/conditional_builds.html
|
||||||
@ -1150,8 +1151,8 @@ function packagejdk() {
|
|||||||
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
|
jrearchive=${packagesdir}/%{jreportablearchive -- "$nameSuffix"}
|
||||||
|
|
||||||
# Rename directories for packaging
|
# Rename directories for packaging
|
||||||
mv %{jdkimage} ${jdkname}
|
cp -r %{jdkimage} ${jdkname}
|
||||||
mv %{jreimage} ${jrename}
|
cp -r %{jreimage} ${jrename}
|
||||||
|
|
||||||
# Release images have external debug symbols
|
# Release images have external debug symbols
|
||||||
if [ "x$suffix" = "x" ] ; then
|
if [ "x$suffix" = "x" ] ; then
|
||||||
@ -1210,8 +1211,8 @@ function packagejdk() {
|
|||||||
|
|
||||||
# Revert directory renaming so testing will run
|
# Revert directory renaming so testing will run
|
||||||
# TODO: testing should run on the packaged JDK
|
# TODO: testing should run on the packaged JDK
|
||||||
mv ${jdkname} %{jdkimage}
|
rm -rf ${jdkname} %{jdkimage}
|
||||||
mv ${jrename} %{jreimage}
|
rm -rf ${jrename} %{jreimage}
|
||||||
|
|
||||||
popd #images
|
popd #images
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
1
SPECS/java-1.8.0-openjdk.spec
Symbolic link
1
SPECS/java-1.8.0-openjdk.spec
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../SOURCES/java-1.8.0-openjdk-portable.specfile
|
Loading…
Reference in New Issue
Block a user