Changeset 371 for spec/trunk/SPECS/pthread.spec
- Timestamp:
- Feb 24, 2014, 12:04:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/pthread.spec
r313 r371 3 3 Summary: A posix pthread emulation for OS/2-eComStation 4 4 Name: pthread 5 Version: 201 209246 Release: 1 1%{?dist}5 Version: 20131117 6 Release: 12%{?dist} 7 7 License: unknown 8 8 Group: Development/Libraries … … 27 27 %description legacy 28 28 The previous posix pthread emulation library. 29 30 %package debug 31 Summary: HLL debug data for exception handling support. 32 33 %description debug 34 HLL debug data for exception handling support. 29 35 30 36 %prep … … 53 59 %defattr(-,root,root) 54 60 %{_libdir}/pthr??.dll 61 %exclude %{_libdir}/*.dbg 55 62 56 63 %files devel … … 63 70 %{_libdir}/pthread.dll 64 71 72 %files debug 73 %defattr(-,root,root) 74 %{_libdir}/*.dbg 75 65 76 %changelog 77 * Sat Nov 17 2013 yd 78 - r684, fix initializer for mutex destroy, fixes AOO i123001. 79 66 80 * Mon Sep 24 2012 yd 67 81 - added stubs for pthread_rwlock_* functions.
Note:
See TracChangeset
for help on using the changeset viewer.