Changeset 1380


Ignore:
Timestamp:
Mar 19, 2018, 8:48:25 AM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: watcom: Release version 2.0beta3-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/watcom.spec

    r1376 r1380  
    44Name: watcom
    55Version: 2.0beta3
    6 Release: 2%{?dist}
     6Release: 3%{?dist}
    77License: none
    88
     
    7272
    7373%post wipfc
    74 %cube {ADDSTRING "%{os2_dos_path %{_datadir}/os2/wipfc};" IN "SET WIPFC=" (FIRST IFNEW BEFORE ADDBOTTOM RS(%%)} c:\config.sys > NUL
     74%cube {ADDSTRING "%{os2_dos_path %{_datadir}/os2/wipfc}" IN "SET WIPFC=" (FIRST IFNEW BEFORE ADDBOTTOM RS(%%)} c:\config.sys > NUL
    7575
    7676%postun wipfc
    7777if [ "$1" = 0 ] ; then
    7878# execute only on last uninstall
    79 %cube {DELSTRING "%{os2_dos_path %{_datadir}/os2/wipfc};" IN "SET WIPFC=" (FIRST RS(%%)} c:\config.sys > NUL
     79%cube {DELSTRING "%{os2_dos_path %{_datadir}/os2/wipfc}" IN "SET WIPFC=" (FIRST RS(%%)} c:\config.sys > NUL
    8080fi
    8181
     
    102102
    103103%changelog
     104* Mon Mar 19 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.0beta3-3
     105- wipfc doesn't line the trailing ; in set wpifc
     106
    104107* Wed Mar 14 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.0beta3-2
    105108- change/add the wipfc config files
Note: See TracChangeset for help on using the changeset viewer.