Ignore:
Timestamp:
Aug 8, 2016, 3:52:28 PM (9 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-28.

File:
1 edited

Legend:

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

    r794 r832  
    1 #disable lxlite strip
     1#disable lxlite strip & debug info generation
    22%define __os_install_post       %{nil}
    33
     
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        27%{?dist}
     9Release:        28%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    1111
    1212BuildRoot:      %{_tmppath}/%{name}-%{version}-build
     13
    1314Source:         libc-%{version}.zip
    1415Source1:        libc-emxomf.zip
     16# This contains binary build of LIBC with patches from tickets #361-365
     17Source2:        libc-hotfix.zip
     18
    1519Patch0:         libc.patch
    1620
    1721# These patches are not actually applied but they record what
    1822# 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
    2024Patch101:       libc-dmik-emxomf-02-remove-asterisk.diff
    2125Patch102:       libc-yuri-emxomf-verbose-warnings-3.patch
     
    2428
    2529%description
    26 kLIBC is a C runtime library in which the coder is exploring The Single Unix 
     30kLIBC is a C runtime library in which the coder is exploring The Single Unix
    2731Specification (SUS) and various *BSD, Sun and Linux interfaces used in 'portable'
    2832software. While implementing SUS completely and providing a great range of special
     
    7276
    7377%prep
    74 %setup -q -c -a 1
    75 %patch0 
     78%setup -q -c -a 1 -a 2
     79%patch0
    7680
    7781%install
     
    9498cp -p -r os2safe.h %{buildroot}%{_includedir}
    9599cp -p -r libos2.a %{buildroot}%{_libdir}
     100
     101# add hotfix DLLs
     102cp -p -r libc066.* %{buildroot}%{_libdir}
    96103
    97104#remove (old) binutils headers/libs
     
    155162
    156163%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
    157168* Tue Jun 14 2016 yd <yd@os2power.com> 0.6.6-27
    158169- 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.