File mingw32-runtime.spec of Package mingw32-runtime

#
# spec file for package mingw32-runtime
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


Name:           mingw32-runtime
Version:        4.0.2
Release:        0
Summary:        MinGW-w64 runtime libraries for Win32
License:        SUSE-Public-Domain
Group:          Development/Libraries/C and C++
Url:            http://mingw-w64.sf.net/

#DL-URL:	http://downloads.sf.net/mingw-w64/mingw-w64-%version.tar.bz2
Source:         mingw-w64-crt-%version.tar.xz
Source100:      %{name}-rpmlintrc
Patch1:         mkstemp.diff
#!BuildIgnore: post-build-checks
BuildRequires:  mingw32-cross-binutils
BuildRequires:  mingw32-cross-gcc-bootstrap >= 4.4.0
BuildRequires:  mingw32-filesystem
BuildRequires:  mingw32-headers >= %version
BuildRequires:  xz
# 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.
Requires:       mingw32-headers <= %version
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes:      mingw32-runtime-bootstrap
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%{_mingw32_package_header}

%description
MinGW Win64 cross-compiler runtime, base libraries.

%prep
%setup -q -n mingw-w64-crt
%patch -P 1 -p1

%build
%{_mingw32_configure} --enable-lib32 --disable-lib64
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
rm -Rfv "%{buildroot}/%{_mingw32_includedir}"/*.c

%files
%defattr(-,root,root)
%{_mingw32_libdir}/

%changelog
openSUSE Build Service is sponsored by