Fix build of DLLs.
[fedora-mingw.git] / w32api / mingw-w32api.spec
index c75b254..81ec52b 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:           mingw-w32api
 Version:       3.11
-Release:        3%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW Windows cross-compiler Win32 header files
 
 License:        Public Domain
@@ -30,9 +30,6 @@ Obsoletes:      mingw-bootstrap
 #%define _use_internal_dependency_generator 0
 #%define __debug_install_post %{nil}
 
-# Fake provides, because wine/windows provides this, we don't have
-# a real dep we can use
-Provides: mingw(gdi32.dll)
 
 %description
 MinGW Windows cross-compiler Win32 header files.
@@ -62,9 +59,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %{_mingw_includedir}/*
-%{_mingw_libdir}/*
+%{_mingw_libdir}/*.a
+
 
 %changelog
+* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11-6
+- Moved ole provides to mingw-filesystem package.
+
 * Thu Sep  4 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11-3
 - Use the RPM macros from mingw-filesystem.