Added glu32.dll and wsock32.dll to the list of Win32 default dll's

This commit is contained in:
Erik van Pienbroek 2011-07-13 14:29:09 +02:00
parent 31e3471d42
commit 444f8dd41c

View File

@ -2,7 +2,7 @@
Name: mingw32-filesystem
Version: 69
Release: 6%{?dist}
Release: 7%{?dist}
Summary: MinGW base filesystem and environment
Group: Development/Libraries
@ -48,6 +48,7 @@ Provides: mingw32(dnsapi.dll)
Provides: mingw32(dsound.dll)
Provides: mingw32(gdi32.dll)
Provides: mingw32(gdiplus.dll)
Provides: mingw32(glu32.dll)
Provides: mingw32(glut32.dll)
Provides: mingw32(imm32.dll)
Provides: mingw32(kernel32.dll)
@ -71,6 +72,7 @@ Provides: mingw32(version.dll)
Provides: mingw32(winmm.dll)
Provides: mingw32(wldap32.dll)
Provides: mingw32(ws2_32.dll)
Provides: mingw32(wsock32.dll)
%description
@ -187,6 +189,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
%changelog
* Wed Jul 13 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-7
- Added glu32.dll and wsock32.dll to the list of Win32 default dll's
* Wed Jul 6 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-6
- Use a more complete list of Win32 default dll's