2013-09-23 13:36:15 +02:00
|
|
|
#
|
|
|
|
# spec file for package mingw32-runtime
|
|
|
|
#
|
2023-04-01 13:32:55 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2013-09-23 13:36:15 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-11-23 15:51:38 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-09-23 13:36:15 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2009-08-31 10:25:23 +02:00
|
|
|
Name: mingw32-runtime
|
2022-06-27 18:45:00 +02:00
|
|
|
Version: 10.0.0
|
2009-08-31 10:25:23 +02:00
|
|
|
Release: 0
|
2014-02-09 14:03:31 +01:00
|
|
|
Summary: MinGW-w64 runtime libraries for Win32
|
2013-09-23 13:36:15 +02:00
|
|
|
License: SUSE-Public-Domain
|
2014-02-09 14:03:31 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2019-11-23 15:51:38 +01:00
|
|
|
URL: http://mingw-w64.sf.net/
|
2021-09-21 10:39:30 +02:00
|
|
|
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2
|
|
|
|
Source100: %name-rpmlintrc
|
2009-11-27 09:24:18 +01:00
|
|
|
BuildRequires: mingw32-cross-binutils
|
|
|
|
BuildRequires: mingw32-cross-gcc-bootstrap >= 4.4.0
|
2013-09-23 13:36:15 +02:00
|
|
|
BuildRequires: mingw32-filesystem
|
2021-09-21 10:39:30 +02:00
|
|
|
BuildRequires: mingw32-headers >= %version
|
2014-02-09 14:03:31 +01:00
|
|
|
BuildRequires: xz
|
2021-09-14 08:28:15 +02:00
|
|
|
#!BuildIgnore: post-build-checks
|
2015-03-26 23:52:10 +01:00
|
|
|
# When building the CRT, any newer (>=) headers should be ok, since the CRT
|
|
|
|
# won't make use of them. At runtime, ensure that headers are not too new (<=)
|
|
|
|
# because ominous link failures can result -- let OBS go into unresolvable
|
|
|
|
# state instead.
|
2021-09-21 10:39:30 +02:00
|
|
|
Requires: mingw32-headers <= %version
|
2009-08-31 10:25:23 +02:00
|
|
|
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
|
|
|
# longer needed.
|
|
|
|
Obsoletes: mingw32-runtime-bootstrap
|
2014-06-01 14:03:47 +02:00
|
|
|
BuildArch: noarch
|
2021-09-21 10:39:30 +02:00
|
|
|
%_mingw32_package_header
|
2009-08-31 10:25:23 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
MinGW Win64 cross-compiler runtime, base libraries.
|
|
|
|
|
|
|
|
%prep
|
2021-09-21 10:39:30 +02:00
|
|
|
%autosetup -n mingw-w64-v%version/mingw-w64-crt
|
2010-09-21 22:30:54 +02:00
|
|
|
|
2009-08-31 10:25:23 +02:00
|
|
|
%build
|
2018-10-17 20:57:58 +02:00
|
|
|
%_mingw32_configure --enable-lib32 --disable-lib64
|
2021-07-03 13:59:46 +02:00
|
|
|
%make_build
|
2009-08-31 10:25:23 +02:00
|
|
|
|
|
|
|
%install
|
2018-10-17 20:57:58 +02:00
|
|
|
%make_install
|
2021-09-21 10:39:30 +02:00
|
|
|
rm -Rfv "%buildroot/%_mingw32_includedir"/*.c
|
2009-08-31 10:25:23 +02:00
|
|
|
|
|
|
|
%files
|
2021-09-21 10:39:30 +02:00
|
|
|
%_mingw32_libdir/
|
2009-08-31 10:25:23 +02:00
|
|
|
|
|
|
|
%changelog
|