From 823b752a5ac64c0d0c8e3f5dd5727600d227081e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 12 2011 17:04:24 +0000 Subject: Don't install pthread.def --- 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 - 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 - 2.8.0-14 - Don't install private headers, most notably config.h