rpms/mingw32-pthreads/F-11 mingw32-pthreads.spec,1.4,1.5

Erik van Pienbroek epienbro at fedoraproject.org
Fri May 22 20:58:04 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-pthreads/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11102/F-11

Modified Files:
	mingw32-pthreads.spec 
Log Message:
Create a symlink from libpthreadGC2.a to libpthread.a because of BZ #498616



Index: mingw32-pthreads.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-pthreads/F-11/mingw32-pthreads.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mingw32-pthreads.spec	13 Mar 2009 13:36:10 -0000	1.4
+++ mingw32-pthreads.spec	22 May 2009 20:57:34 -0000	1.5
@@ -9,7 +9,7 @@
 
 Name:           mingw32-pthreads
 Version:        2.8.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        MinGW pthread library
 
 %define crazy_version %(echo %{version}|tr . -)
@@ -91,6 +91,9 @@ install -m 0644 *.def $RPM_BUILD_ROOT%{_
 install -m 0644 *.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 install -m 0644 *.h $RPM_BUILD_ROOT%{_mingw32_includedir}
 
+# Create a symlink from libpthreadGC2.a to libpthread.a because of BZ #498616
+ln -s libpthreadGC2.a $RPM_BUILD_ROOT%{_mingw32_libdir}/libpthread.a
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -103,12 +106,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_bindir}/pthreadGC2.dll
 %{_mingw32_bindir}/pthreadGCE2.dll
 %{_mingw32_bindir}/pthread.def
+%{_mingw32_libdir}/libpthread.a
 %{_mingw32_libdir}/libpthreadGC2.a
 %{_mingw32_libdir}/libpthreadGCE2.a
 %{_mingw32_includedir}/*.h
 
 
 %changelog
+* Fri May 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.0-8
+- Create a symlink from libpthreadGC2.a to libpthread.a because of BZ #498616
+
 * Fri Mar 13 2009 Richard W.M. Jones <rjones at redhat.com> - 2.8.0-7
 - Move header files to system include directory.
 




More information about the scm-commits mailing list