2
0
Dominik Schmidt 2012-01-28 17:31:59 +00:00 committed by Git OBS Bridge
parent 67589f89a7
commit 498a5de9ad
3 changed files with 7 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74e6bc2a6956c7a1557ece240a65e2e265165bf7c7d19943b7de9ed058c14a8a
size 1108499

View File

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

View File

@ -6,7 +6,7 @@
%define __os_install_post %{_mingw32_install_post} %define __os_install_post %{_mingw32_install_post}
Name: mingw32-runtime Name: mingw32-runtime
Version: 1.0.1 Version: 20120126
Release: 0 Release: 0
Summary: MinGW-W64 runtime for win32 Summary: MinGW-W64 runtime for win32
@ -39,8 +39,8 @@ MinGW Win64 cross-compiler runtime, base libraries.
%prep %prep
%setup -q -n mingw-w64-runtime-%{version} %setup -q -n mingw-w64-runtime-%{version}
%patch0 -p0 # %patch0 -p0
%patch1 -p1 # %patch1 -p1
%build %build
./configure --host=%{_mingw32_target} --prefix=%{_prefix} --with-sysroot=%{_mingw32_sysroot} --enable-lib32 --disable-lib64 ./configure --host=%{_mingw32_target} --prefix=%{_prefix} --with-sysroot=%{_mingw32_sysroot} --enable-lib32 --disable-lib64
@ -58,6 +58,7 @@ ln -s $RPM_BUILD_ROOT%{_mingw32_libdir} $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_t
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/lib rm -f $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/lib
rm -rf $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/libsrc
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT