Remove -replace lines
This commit is contained in:
parent
8076ef1b18
commit
cc3edbed9b
@ -20,7 +20,6 @@ actions:
|
|||||||
# Enable fastdebug builds by default on relevant arches.
|
# Enable fastdebug builds by default on relevant arches.
|
||||||
%bcond_without fastdebug
|
%bcond_without fastdebug
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%global ea_designator ""
|
%global ea_designator ""
|
||||||
@ -29,7 +28,6 @@ actions:
|
|||||||
%global ea_designator beta
|
%global ea_designator beta
|
||||||
%global ea_designator_zip -%{ea_designator}
|
%global ea_designator_zip -%{ea_designator}
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%define miscportablearchive() %{miscportablename}.tar.xz
|
%define miscportablearchive() %{miscportablename}.tar.xz
|
||||||
@ -42,14 +40,12 @@ actions:
|
|||||||
%define jdkportablearchiveForFiles() %(echo %{jdkportablearchive -- ""})
|
%define jdkportablearchiveForFiles() %(echo %{jdkportablearchive -- ""})
|
||||||
%define staticlibsportablearchiveForFiles() %(echo %{staticlibsportablearchive -- ""})
|
%define staticlibsportablearchiveForFiles() %(echo %{staticlibsportablearchive -- ""})
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}%{ea_designator_zip}.tar.xz
|
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}%{ea_designator_zip}.tar.xz
|
||||||
replace: |
|
replace: |
|
||||||
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}.tar.xz
|
Source0: https://openjdk-sources.osci.io/openjdk%{featurever}/open%{vcstag}.tar.xz
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
||||||
@ -58,12 +54,10 @@ actions:
|
|||||||
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
echo "Upstream version-pre setting is '${UPSTREAM_EA_DESIGNATOR}'";
|
||||||
# exit 17
|
# exit 17
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
replace: |
|
replace: |
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
|
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
|
||||||
@ -74,12 +68,10 @@ actions:
|
|||||||
export ARCH_DATA_MODEL=64
|
export ARCH_DATA_MODEL=64
|
||||||
%endif
|
%endif
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "jreportablearchive -- %%{nil}"
|
find: "jreportablearchive -- %%{nil}"
|
||||||
replace: "jreportablearchiveForFiles"
|
replace: "jreportablearchiveForFiles"
|
||||||
count: 1
|
count: 1
|
||||||
- replace:
|
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "staticlibsportablearchive -- %%{nil}"
|
find: "staticlibsportablearchive -- %%{nil}"
|
||||||
replace: "staticlibsportablearchiveForFiles"
|
replace: "staticlibsportablearchiveForFiles"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user