Ignore:
Timestamp:
Oct 5, 2012, 10:08:32 AM (13 years ago)
Author:
Yuri Dario
Message:

spec: pthread added stubs for pthread_rwlock_* functions.

File:
1 edited

Legend:

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

    r302 r313  
     1%define kmk_dist out/os2.x86/release/dist
     2
    13Summary: A posix pthread emulation for OS/2-eComStation
    24Name: pthread
    3 Version: 20120313
    4 Release: 10%{?dist}
     5Version: 20120924
     6Release: 11%{?dist}
    57License: unknown
    68Group: Development/Libraries
     
    3436kmk -C src
    3537kmk -C src install
    36 kmk -C src build
    3738
    3839%install
     
    4243
    4344cp pthread.dll %{buildroot}%{_libdir}
    44 cp pthr01.dll %{buildroot}%{_libdir}
    45 cp pthread.h %{buildroot}%{_includedir}
    46 cp pthread.a %{buildroot}%{_libdir}/pthread.a
    47 cp pthread_s.a %{buildroot}%{_libdir}/pthread_s.a
    48 cp pthread_g.a %{buildroot}%{_libdir}/pthread_g.a
     45cp %{kmk_dist}/bin/pthr01.dll %{buildroot}%{_libdir}
     46cp %{kmk_dist}/include/pthread.h %{buildroot}%{_includedir}
     47cp %{kmk_dist}/lib/pthread*.a %{buildroot}%{_libdir}
    4948
    5049%clean
     
    6564
    6665%changelog
     66* Mon Sep 24 2012 yd
     67- added stubs for pthread_rwlock_* functions.
     68
    6769* Tue Mar 13 2012 yd
    6870- added missing prototypes and exports (detach and kill).
Note: See TracChangeset for help on using the changeset viewer.