[mingw32-filesystem] Use a more complete list of Win32 default dll's

epienbro epienbro at fedoraproject.org
Wed Jul 6 18:37:45 UTC 2011


commit 31e3471d42cbdbd55e78acf19028f1b58301a70c
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Jul 6 20:37:30 2011 +0200

    Use a more complete list of Win32 default dll's

 mingw32-filesystem.spec |   40 ++++++++++++++++++++++++++++++----------
 1 files changed, 30 insertions(+), 10 deletions(-)
---
diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec
index e2138f2..2fa71e2 100644
--- a/mingw32-filesystem.spec
+++ b/mingw32-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw32-filesystem
 Version:        69
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -38,22 +38,39 @@ Requires:       pkgconfig
 # proprietary DLLs in our find-requires checking script - essentially
 # it comes out the same either way.
 #
+Provides:       mingw32(advapi32.dll)
+Provides:       mingw32(cfgmgr32.dll)
+Provides:       mingw32(comctl32.dll)
+Provides:       mingw32(comdlg32.dll)
+Provides:       mingw32(crypt32.dll)
+Provides:       mingw32(ddraw.dll)
+Provides:       mingw32(dnsapi.dll)
+Provides:       mingw32(dsound.dll)
 Provides:       mingw32(gdi32.dll)
+Provides:       mingw32(gdiplus.dll)
+Provides:       mingw32(glut32.dll)
+Provides:       mingw32(imm32.dll)
 Provides:       mingw32(kernel32.dll)
-Provides:       mingw32(ole32.dll)
 Provides:       mingw32(mscoree.dll)
+Provides:       mingw32(msdmo.dll)
+Provides:       mingw32(msimg32.dll)
 Provides:       mingw32(msvcrt.dll)
-Provides:       mingw32(user32.dll)
-Provides:       mingw32(wldap32.dll)
-Provides:       mingw32(glut32.dll)
+Provides:       mingw32(netapi32.dll)
+Provides:       mingw32(odbc32.dll)
+Provides:       mingw32(ole32.dll)
+Provides:       mingw32(oleaut32.dll)
+Provides:       mingw32(opengl32.dll)
+Provides:       mingw32(rpcrt4.dll)
 Provides:       mingw32(secur32.dll)
-Provides:       mingw32(version.dll)
-Provides:       mingw32(cfgmgr32.dll)
 Provides:       mingw32(setupapi.dll)
-Provides:       mingw32(rpcrt4.dll)
+Provides:       mingw32(shell32.dll)
+Provides:       mingw32(shlwapi.dll)
+Provides:       mingw32(user32.dll)
+Provides:       mingw32(usp10.dll)
+Provides:       mingw32(version.dll)
+Provides:       mingw32(winmm.dll)
+Provides:       mingw32(wldap32.dll)
 Provides:       mingw32(ws2_32.dll)
-Provides:       mingw32(gdiplus.dll)
-Provides:       mingw32(odbc32.dll)
 
 
 %description
@@ -170,6 +187,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
 
 
 %changelog
+* Wed Jul  6 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 69-6
+- Use a more complete list of Win32 default dll's
+
 * Wed Jul 06 2011 Kalev Lember <kalevlember at gmail.com> - 69-5
 - Fixed dep gen with upper case dll names
 


More information about the scm-commits mailing list