Jan Engelhardt
4dde805308
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=50
73 lines
2.2 KiB
RPMSpec
73 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package mingw32-headers
|
|
#
|
|
# Copyright (c) 2022 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: 10.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
|
|
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 \
|
|
--enable-secure-api
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%_mingw32_includedir/
|
|
%exclude %_mingw32_includedir/pthread_*.h
|
|
|
|
%files dummy-pthread
|
|
%dir %_mingw32_includedir
|
|
%_mingw32_includedir/pthread_*.h
|
|
|
|
%changelog
|