forked from pool/mingw32-runtime
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=10
This commit is contained in:
parent
a786ffed3d
commit
50fb061cb4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb65c7b84668a0b2109ef04b09792c558d1c2b684ef90ae16022032b605f6422
|
|
||||||
size 1399066
|
|
3
mingw-w64-runtime-1.0b.20100818.tar.bz2
Normal file
3
mingw-w64-runtime-1.0b.20100818.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43d0f806e295b2529e4768f8c024b2aeb75d0e4ee16f7318233e00495eecf0bf
|
||||||
|
size 1520394
|
@ -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.0b.20100730
|
Version: 1.0b.20100818
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MinGW-W64 runtime for win32
|
Summary: MinGW-W64 runtime for win32
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ make
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
# The make install installs in %{_prefix}/%{_mingw32_target}/lib
|
# 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%{_mingw32_libdir}
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}
|
||||||
ln -s $RPM_BUILD_ROOT%{_mingw32_libdir} $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/lib
|
ln -s $RPM_BUILD_ROOT%{_mingw32_libdir} $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user