Changeset 1386 for spec/trunk/SPECS/os2-base.spec
- Timestamp:
- Apr 23, 2018, 5:02:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/os2-base.spec
r1208 r1386 3 3 Name: os2-base 4 4 Version: 0.0.0 5 Release: 1 7%{?dist}5 Release: 18%{?dist} 6 6 7 7 License: free 8 8 9 9 Requires: os2-release 10 Requires: os2-rpm >= 0-4 10 11 # For os2_expand_unixroot 12 BuildRequires: os2-rpm >= 1-2 13 Requires: os2-rpm >= 1-2 11 14 12 15 Provides: ansicall.dll … … 294 297 295 298 296 %post 299 %post -e 297 300 if [ "$1" = 1 ] ; then 298 301 #execute only on first install … … 304 307 %cube {ADDLINE "SET TERM=os2" (IFNOT "SET TERM=")} c:\config.sys > NUL 305 308 %cube {ADDLINE "REM [ Default shell values ]" (IFNOT "REM [ Default shell values ]")} c:\config.sys > NUL 306 %cube {ADDLINE "SET SHELL=% {os2_dos_path%{_bindir}/sh.exe}" (IFNOT "SET SHELL=")} c:\config.sys > NUL307 %cube {ADDLINE "SET EMXSHELL=% {os2_dos_path%{_bindir}/sh.exe}" (IFNOT "SET EMXSHELL=")} c:\config.sys > NUL308 %cube {ADDLINE "SET CONFIG_SHELL=% {os2_dos_path%{_bindir}/sh.exe}" (IFNOT "SET CONFIG_SHELL=")} c:\config.sys > NUL309 %cube {ADDLINE "SET MAKESHELL=% {os2_dos_path%{_bindir}/sh.exe}" (IFNOT "SET MAKESHELL=")} c:\config.sys > NUL310 %cube {ADDLINE "SET EXECSHELL=% {os2_dos_path%{_bindir}/sh.exe}" (IFNOT "SET EXECSHELL=")} c:\config.sys > NUL309 %cube {ADDLINE "SET SHELL=%%{os2_expand_unixroot %%{_bindir}/sh.exe}" (IFNOT "SET SHELL=")} c:\config.sys > NUL 310 %cube {ADDLINE "SET EMXSHELL=%%{os2_expand_unixroot %%{_bindir}/sh.exe}" (IFNOT "SET EMXSHELL=")} c:\config.sys > NUL 311 %cube {ADDLINE "SET CONFIG_SHELL=%%{os2_expand_unixroot %%{_bindir}/sh.exe}" (IFNOT "SET CONFIG_SHELL=")} c:\config.sys > NUL 312 %cube {ADDLINE "SET MAKESHELL=%%{os2_expand_unixroot %%{_bindir}/sh.exe}" (IFNOT "SET MAKESHELL=")} c:\config.sys > NUL 313 %cube {ADDLINE "SET EXECSHELL=%%{os2_expand_unixroot %%{_bindir}/sh.exe}" (IFNOT "SET EXECSHELL=")} c:\config.sys > NUL 311 314 %cube {ADDLINE "REM [ Temporary directory ]" (IFNOT "REM [ Temporary directory ]")} c:\config.sys > NUL 312 315 %cube {ADDLINE "SET TMP=%{os2_dos_path /@unixroot/var/tmp}" (IFNOT "SET TMP=")} c:\config.sys > NUL … … 354 357 355 358 %changelog 359 * Mon Apr 23 2018 Dmitriy Kuminov <coding@dmik.org> 0.0.0-18 360 - Make sure SHELL/EMXSHELL and friends in CONFIG.SYS use forward slashes. 361 356 362 * Fri Jul 28 2017 Dmitriy Kuminov <coding@dmik.org> 0.0.0-17 357 363 - Use handy os2_dos_path, os2_langdir etc. macros from os2-rpm.
Note:
See TracChangeset
for help on using the changeset viewer.