Changeset 313 for spec/trunk/SPECS/pthread.spec
- Timestamp:
- Oct 5, 2012, 10:08:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/pthread.spec
r302 r313 1 %define kmk_dist out/os2.x86/release/dist 2 1 3 Summary: A posix pthread emulation for OS/2-eComStation 2 4 Name: pthread 3 Version: 20120 3134 Release: 1 0%{?dist}5 Version: 20120924 6 Release: 11%{?dist} 5 7 License: unknown 6 8 Group: Development/Libraries … … 34 36 kmk -C src 35 37 kmk -C src install 36 kmk -C src build37 38 38 39 %install … … 42 43 43 44 cp 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 45 cp %{kmk_dist}/bin/pthr01.dll %{buildroot}%{_libdir} 46 cp %{kmk_dist}/include/pthread.h %{buildroot}%{_includedir} 47 cp %{kmk_dist}/lib/pthread*.a %{buildroot}%{_libdir} 49 48 50 49 %clean … … 65 64 66 65 %changelog 66 * Mon Sep 24 2012 yd 67 - added stubs for pthread_rwlock_* functions. 68 67 69 * Tue Mar 13 2012 yd 68 70 - added missing prototypes and exports (detach and kill).
Note:
See TracChangeset
for help on using the changeset viewer.