This commit is contained in:
parent
ca69e8fe91
commit
1b7cf23b4a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:301e56370e7de40541756b58556610ab665e1f3c07fb3171ee90d8603a049347
|
|
||||||
size 1559501
|
|
3
mingw-w64-runtime-1.0b.tar.bz2
Normal file
3
mingw-w64-runtime-1.0b.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5369ab362e8d706f1496150ec519f864dcd7095dd4ef6cb751c5e054e272275d
|
||||||
|
size 1542087
|
@ -6,14 +6,14 @@
|
|||||||
%define __os_install_post %{_mingw32_install_post}
|
%define __os_install_post %{_mingw32_install_post}
|
||||||
|
|
||||||
Name: mingw32-runtime
|
Name: mingw32-runtime
|
||||||
Version: 0.0.20090827.2
|
Version: 1.0b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MinGW-W64 runtime for win32
|
Summary: MinGW-W64 runtime for win32
|
||||||
|
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.mingw.org/
|
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
|
Source100: %{name}-%{version}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -35,10 +35,9 @@ MinGW Win64 cross-compiler runtime, base libraries.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -n mingw-w64-runtime-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd mingw-w64-crt
|
|
||||||
./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
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user