2
0
Fridrich Strba 2009-10-21 22:14:15 +00:00 committed by Git OBS Bridge
parent ca69e8fe91
commit 1b7cf23b4a
4 changed files with 6 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:301e56370e7de40541756b58556610ab665e1f3c07fb3171ee90d8603a049347
size 1559501

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5369ab362e8d706f1496150ec519f864dcd7095dd4ef6cb751c5e054e272275d
size 1542087

View File

@ -6,14 +6,14 @@
%define __os_install_post %{_mingw32_install_post}
Name: mingw32-runtime
Version: 0.0.20090827.2
Version: 1.0b
Release: 0
Summary: MinGW-W64 runtime for win32
License: Public Domain
Group: Development/Libraries
URL: http://www.mingw.org/
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-crt-%{version}.tar.bz2
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2
Source100: %{name}-%{version}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -35,10 +35,9 @@ MinGW Win64 cross-compiler runtime, base libraries.
%prep
%setup -q -c
%setup -q -n mingw-w64-runtime-%{version}
%build
cd mingw-w64-crt
./configure --host=%{_mingw32_target} --prefix=%{_prefix} --with-sysroot=%{_mingw32_sysroot} --enable-lib32 --disable-lib64
make