X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=w32api%2Fmingw-w32api.spec;fp=w32api%2Fmingw-w32api.spec;h=0000000000000000000000000000000000000000;hb=125651316893857f6039271122b9eaa841c9b25d;hp=1f00c0d537a4678fab3e146711a6002b38502080;hpb=dfb3cf5f401a7ad4f5720ca326dae90dd512167c;p=fedora-mingw.git diff --git a/w32api/mingw-w32api.spec b/w32api/mingw-w32api.spec deleted file mode 100644 index 1f00c0d..0000000 --- a/w32api/mingw-w32api.spec +++ /dev/null @@ -1,77 +0,0 @@ -%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: 6%{?dist} -Summary: MinGW Windows cross-compiler Win32 header files - -License: Public Domain -Group: Development/Libraries -URL: http://www.mingw.org/ -Source0: http://dl.sourceforge.net/sourceforge/mingw/w32api-%{version}-src.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch - -BuildRequires: mingw-filesystem >= 23 -BuildRequires: mingw-binutils -BuildRequires: mingw-gcc -BuildRequires: mingw-runtime - -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-w32api-bootstrap - -#%define _use_internal_dependency_generator 0 -#%define __debug_install_post %{nil} - - -%description -MinGW Windows cross-compiler Win32 header files. - - -%prep -%setup -q -n w32api-%{version} - -%build -./configure \ - --build=%_build \ - --host=%{_mingw_host} - -make - - -%install -rm -rf $RPM_BUILD_ROOT - -make prefix=$RPM_BUILD_ROOT%{_mingw_prefix} install - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root) -%{_mingw_includedir}/* -%{_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. - -* Mon Jul 7 2008 Richard W.M. Jones - 3.11-2 -- Initial RPM release, largely based on earlier work from several sources.