Changeset 1158 for spec/trunk/SPECS/libc.spec
- Timestamp:
- Jun 5, 2017, 11:57:32 PM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libc.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r1092 r1158 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 3 2%{?dist}9 Release: 33%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 12 BuildRoot: %{_tmppath}/%{name}-%{version}-build13 11 14 12 Source: libc-%{version}.zip … … 16 14 # This contains binary build of LIBC with patches from tickets #361-365 17 15 Source2: libc-hotfix.zip 16 # This contains binary build of emxomfld with patches from ticket #376 17 Source3: libc-emxomfld.zip 18 18 19 19 Patch0: libc.patch … … 81 81 82 82 %prep 83 %setup -q -c -a 1 -a 2 83 %setup -q -c -a 1 -a 2 -a 3 84 84 %patch0 85 85 … … 106 106 cp -p -r os2safe.h %{buildroot}%{_includedir} 107 107 cp -p -r libos2.a %{buildroot}%{_libdir} 108 109 cp -p -r emxomfld.exe %{buildroot}%{_bindir} 108 110 109 111 # add hotfix DLLs … … 184 186 185 187 %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 186 191 * Fri Apr 7 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-32 187 192 - Require kLIBC user management (klusrmgr) to make programs using Unix user
Note:
See TracChangeset
for help on using the changeset viewer.
