Ignore:
Timestamp:
Jun 5, 2017, 11:57:32 PM (8 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-33.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libc.spec

    r1092 r1158  
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        32%{?dist}
     9Release:        33%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    11 
    12 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    1311
    1412Source:         libc-%{version}.zip
     
    1614# This contains binary build of LIBC with patches from tickets #361-365
    1715Source2:        libc-hotfix.zip
     16# This contains binary build of emxomfld with patches from ticket #376
     17Source3:        libc-emxomfld.zip
    1818
    1919Patch0:         libc.patch
     
    8181
    8282%prep
    83 %setup -q -c -a 1 -a 2
     83%setup -q -c -a 1 -a 2 -a 3
    8484%patch0
    8585
     
    106106cp -p -r os2safe.h %{buildroot}%{_includedir}
    107107cp -p -r libos2.a %{buildroot}%{_libdir}
     108
     109cp -p -r emxomfld.exe %{buildroot}%{_bindir}
    108110
    109111# add hotfix DLLs
     
    184186
    185187%changelog
     188* Tue Jun 6 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-33
     189- Provide patched emxomfld.exe that fixes Invalid WKEXT record errors.
     190
    186191* Fri Apr 7 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-32
    187192- Require kLIBC user management (klusrmgr) to make programs using Unix user
Note: See TracChangeset for help on using the changeset viewer.