Added glu32.dll and wsock32.dll to the list of Win32 default dll's
This commit is contained in:
parent
31e3471d42
commit
444f8dd41c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: mingw32-filesystem
|
Name: mingw32-filesystem
|
||||||
Version: 69
|
Version: 69
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: MinGW base filesystem and environment
|
Summary: MinGW base filesystem and environment
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -48,6 +48,7 @@ Provides: mingw32(dnsapi.dll)
|
|||||||
Provides: mingw32(dsound.dll)
|
Provides: mingw32(dsound.dll)
|
||||||
Provides: mingw32(gdi32.dll)
|
Provides: mingw32(gdi32.dll)
|
||||||
Provides: mingw32(gdiplus.dll)
|
Provides: mingw32(gdiplus.dll)
|
||||||
|
Provides: mingw32(glu32.dll)
|
||||||
Provides: mingw32(glut32.dll)
|
Provides: mingw32(glut32.dll)
|
||||||
Provides: mingw32(imm32.dll)
|
Provides: mingw32(imm32.dll)
|
||||||
Provides: mingw32(kernel32.dll)
|
Provides: mingw32(kernel32.dll)
|
||||||
@ -71,6 +72,7 @@ Provides: mingw32(version.dll)
|
|||||||
Provides: mingw32(winmm.dll)
|
Provides: mingw32(winmm.dll)
|
||||||
Provides: mingw32(wldap32.dll)
|
Provides: mingw32(wldap32.dll)
|
||||||
Provides: mingw32(ws2_32.dll)
|
Provides: mingw32(ws2_32.dll)
|
||||||
|
Provides: mingw32(wsock32.dll)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -187,6 +189,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 6 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-6
|
||||||
- Use a more complete list of Win32 default dll's
|
- Use a more complete list of Win32 default dll's
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user