2
0
Fridrich Strba 2010-09-06 07:22:21 +00:00 committed by Git OBS Bridge
parent a786ffed3d
commit 50fb061cb4
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@
%define __os_install_post %{_mingw32_install_post}
Name: mingw32-runtime
Version: 1.0b.20100730
Version: 1.0b.20100818
Release: 0
Summary: MinGW-W64 runtime for win32
@ -45,7 +45,7 @@ make
rm -rf $RPM_BUILD_ROOT
# The make install installs in %{_prefix}/%{_mingw32_target}/lib
# which is the wrong location. Move it to %{_mingw64_libdir}.
# which is the wrong location. Move it to %{_mingw32_libdir}.
mkdir -p $RPM_BUILD_ROOT%{_mingw32_libdir}
mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}
ln -s $RPM_BUILD_ROOT%{_mingw32_libdir} $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/lib