[mingw-pthreads: 16/23] Don't install pthread.def

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:33:07 UTC 2012


commit 823b752a5ac64c0d0c8e3f5dd5727600d227081e
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu May 12 17:54:53 2011 +0300

    Don't install pthread.def

 mingw32-pthreads.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-pthreads.spec b/mingw32-pthreads.spec
index ac6f1fe..be26d02 100644
--- a/mingw32-pthreads.spec
+++ b/mingw32-pthreads.spec
@@ -91,7 +91,6 @@ mkdir -p $RPM_BUILD_ROOT%{_mingw32_libdir}
 mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}
 
 install -m 0755 *.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
-install -m 0644 *.def $RPM_BUILD_ROOT%{_mingw32_bindir}
 install -m 0644 *.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 
 install -m 0644 pthread.h $RPM_BUILD_ROOT%{_mingw32_includedir}
@@ -112,7 +111,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc FAQ MAINTAINERS NEWS PROGRESS README README.NONPORTABLE TODO
 %{_mingw32_bindir}/pthreadGC2.dll
 %{_mingw32_bindir}/pthreadGCE2.dll
-%{_mingw32_bindir}/pthread.def
 %{_mingw32_libdir}/libpthread.a
 %{_mingw32_libdir}/libpthreadGC2.a
 %{_mingw32_libdir}/libpthreadGCE2.a
@@ -123,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu May 12 2011 Kalev Lember <kalev at smartlink.ee> - 2.8.0-15.20110511cvs
 - Update to 2011-05-11 cvs snapshot
 - Dropped upstreamed mingw32-pthreads-2.8.0-w32.patch
+- Don't install pthread.def
 
 * Thu May 12 2011 Kalev Lember <kalev at smartlink.ee> - 2.8.0-14
 - Don't install private headers, most notably config.h


More information about the mingw mailing list