Ignore:
Timestamp:
Feb 20, 2017, 4:41:29 PM (8 years ago)
Author:
herwigb
Message:

spec: os2-base: Release version 0.0.0-15.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/os2-base.spec

    r945 r1008  
    11
    2 Summary: OS/2 - eComStation 2.0 base
     2Summary: OS/2 - eComStation 2.0 - ArcaOS 5.0 base
    33Name: os2-base
    44Version: 0.0.0
    5 Release: 14%{?dist}
     5Release: 15%{?dist}
    66
    77License: free
     
    301301%cube {ADDLINE "SET UNIXROOT=%UNIXROOT%" (ALWAYS)} c:\config.sys > NUL
    302302fi
    303 %cube {ADDLINE "SET TERM=os2" (IFNOT "SET TERM")} c:\config.sys > NUL
     303%cube {ADDLINE "SET TERM=os2" (IFNOT "SET TERM=")} c:\config.sys > NUL
     304%cube {ADDLINE "REM [ Default shell values ]" (IFNOT "REM [ Default shell values]")} c:\config.sys > NUL
     305%cube {ADDLINE "SET SHELL=%UNIXROOT%/usr/bin/sh.exe" (IFNOT "SET SHELL=")} c:\config.sys > NUL
     306%cube {ADDLINE "SET EMXSHELL=%UNIXROOT%/usr/bin/sh.exe" (IFNOT "SET EMXSHELL=")} c:\config.sys > NUL
     307%cube {ADDLINE "SET CONFIG_SHELL=%UNIXROOT%/usr/bin/sh.exe" (IFNOT "SET CONFIG_SHELL=")} c:\config.sys > NUL
     308%cube {ADDLINE "SET MAKESHELL=%UNIXROOT%/usr/bin/sh.exe" (IFNOT "SET MAKESHELL=")} c:\config.sys > NUL
     309%cube {ADDLINE "SET EXECSHELL=%UNIXROOT%/usr/bin/sh.exe" (IFNOT "SET EXECSHELL=")} c:\config.sys > NUL
    304310%cube {ADDSTRING "%UNIXROOT%\usr\share\os2\book;" IN "SET BOOKSHELF=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
    305311%cube {ADDSTRING "%UNIXROOT%\usr\share\os2\help;" IN "SET HELP=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
     
    313319%cube {DELLINE "SET UNIXROOT="} c:\config.sys > NUL
    314320%cube {DELLINE "SET TERM="} c:\config.sys > NUL
     321%cube {DELLINE "REM [ Default shell values ]"} c:\config.sys > NUL
     322%cube {DELLINE "SET SHELL="} c:\config.sys > NUL
     323%cube {DELLINE "SET EMXSHELL="} c:\config.sys > NUL
     324%cube {DELLINE "SET CONFIG_SHELL="} c:\config.sys > NUL
     325%cube {DELLINE "SET MAKESHELL="} c:\config.sys > NUL
     326%cube {DELLINE "SET EXECSHELL="} c:\config.sys > NUL
    315327%cube {DELSTRING "%UNIXROOT%\usr\share\os2\book;" IN "SET BOOKSHELF=" (FIRST} c:\config.sys > NUL
    316328%cube {DELSTRING "%UNIXROOT%\usr\share\os2\help;" IN "SET HELP=" (FIRST} c:\config.sys > NUL
     
    344356
    345357%changelog
     358* Mon Feb 20 2017 scs, hb  <herwig,bauernfeind@bitwiseworks.com> 0.0.0-15
     359- Add SHELL statements
     360- Add ArcaOS to summary
     361
    346362* Mon Jan 30 2017 hb <herwig,bauernfeind@bitwiseworks.com> 0.0.0-14
    347363- Correct typo from mmioi.dll to mmio.dll
Note: See TracChangeset for help on using the changeset viewer.