Skip to content

Commit 7793556

Browse files
committed
fixup
1 parent 5e1f0d6 commit 7793556

File tree

7 files changed

+3
-6
lines changed

7 files changed

+3
-6
lines changed

platforms/Linux/centos/8/dev/swift-lang.spec renamed to platforms/Linux/centos/8/swift-lang.spec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ importantly, Swift is designed to make writing and maintaining
9696
correct programs easier for the developer.
9797

9898
%prep
99-
# FIXME: what does -a 0 -a 1 etc do?
10099
%setup -q -c -n %{swiftbuild} -a 0 -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18
101100
# The Swift build script requires directories to be named
102101
# in a specific way so renaming the source directories is
@@ -125,15 +124,13 @@ mv icu-release-%{icu_version} icu
125124
# Yams
126125
mv Yams-%{yams_version} yams
127126

128-
# Narrow down presets
127+
# Adjust presets
129128
%patch0 -p0
130129

131-
# FIXME: fix upstream instead of patch
132-
# Python path hard coded in swift-api-checker
130+
# Adjust python version swift-api-checker
133131
%patch1 -p1
134132

135-
# FIXME: fix upstream instead of patch
136-
# Python path hard coded in hwasan_symbolize
133+
# Adjust python version hwasan_symbolize
137134
%patch2 -p1
138135

139136
# Fix python to python3

0 commit comments

Comments
 (0)