Changeset 832 for spec/trunk/SPECS/libc.spec
- Timestamp:
- Aug 8, 2016, 3:52:28 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libc.spec (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r794 r832 1 #disable lxlite strip 1 #disable lxlite strip & debug info generation 2 2 %define __os_install_post %{nil} 3 3 … … 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 2 7%{?dist}9 Release: 28%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-build 13 13 14 Source: libc-%{version}.zip 14 15 Source1: libc-emxomf.zip 16 # This contains binary build of LIBC with patches from tickets #361-365 17 Source2: libc-hotfix.zip 18 15 19 Patch0: libc.patch 16 20 17 21 # These patches are not actually applied but they record what 18 22 # needs to be done to the stock LIBC 0.6 source in order to build 19 # emxomf.exe contained in libc-emxomf.zip 23 # emxomf.exe contained in libc-emxomf.zip 20 24 Patch101: libc-dmik-emxomf-02-remove-asterisk.diff 21 25 Patch102: libc-yuri-emxomf-verbose-warnings-3.patch … … 24 28 25 29 %description 26 kLIBC is a C runtime library in which the coder is exploring The Single Unix 30 kLIBC is a C runtime library in which the coder is exploring The Single Unix 27 31 Specification (SUS) and various *BSD, Sun and Linux interfaces used in 'portable' 28 32 software. While implementing SUS completely and providing a great range of special … … 72 76 73 77 %prep 74 %setup -q -c -a 1 75 %patch0 78 %setup -q -c -a 1 -a 2 79 %patch0 76 80 77 81 %install … … 94 98 cp -p -r os2safe.h %{buildroot}%{_includedir} 95 99 cp -p -r libos2.a %{buildroot}%{_libdir} 100 101 # add hotfix DLLs 102 cp -p -r libc066.* %{buildroot}%{_libdir} 96 103 97 104 #remove (old) binutils headers/libs … … 155 162 156 163 %changelog 164 * Mon Aug 8 2016 Dmitriy Kuminov <coding@dmik.org> 0.6.6-28 165 - Apply patches from tickets #361-365 to make fork() work in dash 166 and similar cases and other minor improvements. 167 157 168 * Tue Jun 14 2016 yd <yd@os2power.com> 0.6.6-27 158 169 - removed libiberty.h since it is already in binutils-devel. ticket#103 and ticket#188.
Note:
See TracChangeset
for help on using the changeset viewer.
