X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=w32api%2Fmingw-w32api.spec;h=3cadcf67aab4df54f0327a9a5c4143d7f8e0456c;hb=ae8f34545f03a94f98b08586b8c3bc4d24d13819;hp=49db041972d3a57d624971ee5d6b8a018545c345;hpb=c57d35634489fbdf11cf98438b935b8a32dca4e7;p=fedora-mingw.git diff --git a/w32api/mingw-w32api.spec b/w32api/mingw-w32api.spec index 49db041..3cadcf6 100644 --- a/w32api/mingw-w32api.spec +++ b/w32api/mingw-w32api.spec @@ -1,8 +1,13 @@ -%include /usr/lib/rpm/mingw-defs + +%define __strip %{_mingw_strip} +%define __objdump %{_mingw_objdump} +%define _use_internal_dependency_generator 0 +%define __find_requires %{_mingw_findrequires} +%define __find_provides %{_mingw_findprovides} Name: mingw-w32api Version: 3.11 -Release: 3%{?dist} +Release: 6%{?dist} Summary: MinGW Windows cross-compiler Win32 header files License: Public Domain @@ -13,19 +18,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw-filesystem >= 3 +BuildRequires: mingw-filesystem >= 23 BuildRequires: mingw-binutils BuildRequires: mingw-gcc BuildRequires: mingw-runtime -Requires: mingw-filesystem >= 3 +Requires: mingw-filesystem >= 23 Requires: mingw-binutils Requires: mingw-gcc Requires: mingw-runtime # Once this is installed, mingw-bootstrap (binary bootstrapper) is no # longer needed. -Obsoletes: mingw-bootstrap +Obsoletes: mingw-w32api-bootstrap #%define _use_internal_dependency_generator 0 #%define __debug_install_post %{nil} @@ -59,9 +64,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 - 3.11-6 +- Moved ole provides to mingw-filesystem package. + * Thu Sep 4 2008 Richard W.M. Jones - 3.11-3 - Use the RPM macros from mingw-filesystem.