Changeset 1182
- Timestamp:
- Jun 9, 2017, 1:34:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/rexx_exe.spec
r1176 r1182 3 3 Epoch: 1 4 4 Version: 1.0.0 5 Release: 1%{?dist}5 Release: 2%{?dist} 6 6 License: None 7 7 Group: System Environment/Shells … … 36 36 for f in exe/rexx2vio.cmd exe/rexx2pm.cmd ; do 37 37 # Due to bug in sed 4.2.1-2 -i kills CRLF in processed files, so use redirection 38 %{__sed} -e 's|rexx2xx.cmd|..\\lib\\%{name}\\rexx2xx.exe|g' -e 's|@call|@|g' "$f" > "$f.new" 38 %{__sed} \ 39 -e '/^Parse Source .*$/ d' \ 40 -e 's|^helper = .*$|helper = value('UNIXROOT',,'OS2ENVIRONMENT')"\\usr\\lib\\%{name}\\rexx2xx.exe"|' \ 41 -e 's|@call|@|g' "$f" > "$f.new" 39 42 %{__rm} "$f" 40 43 %{__mv} "$f.new" "$f" … … 69 72 70 73 %changelog 74 * Fri Jun 9 2017 Dmitriy Kuminov <coding@dmik.org> 1.0.0-2 75 - Hardcode helper path to converters as `parse source` does not contain a full 76 path when CMD is converted to EXE and started by name w/o any path. 77 71 78 * Thu Jun 8 2017 Dmitriy Kuminov <coding@dmik.org> 1.0.0-1 72 79 - Store binary distribution on github for easy patching.
Note:
See TracChangeset
for help on using the changeset viewer.