forked from pool/mingw32-headers
72 lines
2.2 KiB
RPMSpec
72 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package mingw32-headers
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: mingw32-headers
|
|
Version: 12.0.0
|
|
Release: 0
|
|
Summary: MinGW-w64 headers for Win32 and Win64
|
|
License: SUSE-Public-Domain
|
|
Group: Development/Libraries/C and C++
|
|
URL: http://mingw-w64.sf.net/
|
|
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2
|
|
Source1000: %name-rpmlintrc
|
|
Patch0: mingw-w64-v9.0.0-strnlen_s.patch
|
|
Patch1: mingw-w64-v11.0.1-fix-undefined-interface-type.patch
|
|
BuildRequires: mingw32-filesystem
|
|
BuildRequires: xz
|
|
#!BuildIgnore: post-build-checks
|
|
Requires: mingw32-unistd-pthread-devel
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
MinGW-w64 delivers runtime, headers and libs for developing both 64
|
|
bit (x64) and 32 bit (x86) windows applications using GCC and other
|
|
free software compilers.
|
|
|
|
This subpackage contains the header files.
|
|
|
|
%package dummy-pthread
|
|
Summary: Stub pthread header files for MinGW
|
|
Group: Development/Libraries/C and C++
|
|
Provides: mingw32-unistd-pthread-devel
|
|
|
|
%description dummy-pthread
|
|
This subpackage contains stub pthread header files that are empty
|
|
and only exist to satisfy dependencies in MinGW's unistd.h until
|
|
an actual pthread implementation (like winpthreads) is installed.
|
|
|
|
%prep
|
|
%autosetup -n mingw-w64-v%version/mingw-w64-headers -p2
|
|
|
|
%build
|
|
%_mingw32_configure --enable-sdk=all --with-default-msvcrt=msvcrt
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%_mingw32_includedir/
|
|
%exclude %_mingw32_includedir/pthread_*.h
|
|
|
|
%files dummy-pthread
|
|
%dir %_mingw32_includedir
|
|
%_mingw32_includedir/pthread_*.h
|
|
|
|
%changelog
|