Added avicap32.dll and psapi.dll to the list of Win32 default DLLs

Thanks to Farkas Levente.

http://lists.fedoraproject.org/pipermail/mingw/2011-August/004030.html
This commit is contained in:
Kalev Lember 2011-08-02 10:34:01 +03:00
parent 444f8dd41c
commit 926da27ec9

View File

@ -2,7 +2,7 @@
Name: mingw32-filesystem
Version: 69
Release: 7%{?dist}
Release: 8%{?dist}
Summary: MinGW base filesystem and environment
Group: Development/Libraries
@ -39,6 +39,7 @@ Requires: pkgconfig
# it comes out the same either way.
#
Provides: mingw32(advapi32.dll)
Provides: mingw32(avicap32.dll)
Provides: mingw32(cfgmgr32.dll)
Provides: mingw32(comctl32.dll)
Provides: mingw32(comdlg32.dll)
@ -61,6 +62,7 @@ Provides: mingw32(odbc32.dll)
Provides: mingw32(ole32.dll)
Provides: mingw32(oleaut32.dll)
Provides: mingw32(opengl32.dll)
Provides: mingw32(psapi.dll)
Provides: mingw32(rpcrt4.dll)
Provides: mingw32(secur32.dll)
Provides: mingw32(setupapi.dll)
@ -189,6 +191,10 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
%changelog
* Tue Aug 02 2011 Kalev Lember <kalevlember@gmail.com> - 69-8
- Added avicap32.dll and psapi.dll to the list of Win32 default DLLs
(thanks to Farkas Levente)
* 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