1
0
Fridrich Strba 2014-06-01 12:01:50 +00:00 committed by Git OBS Bridge
parent 77dc9e550d
commit 2963fbe129

View File

@ -17,7 +17,6 @@
%define snapshot -r6638 %define snapshot -r6638
Name: mingw32-headers Name: mingw32-headers
Version: 3.1.99 Version: 3.1.99
Release: 0 Release: 0
@ -25,15 +24,14 @@ Summary: MinGW-w64 headers for Win32 and Win64
License: SUSE-Public-Domain License: SUSE-Public-Domain
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://mingw-w64.sf.net/ Url: http://mingw-w64.sf.net/
# Generated from downloadable mingw-w64-%version.tar.bz2 # Generated from downloadable mingw-w64-%version.tar.bz2
Source: mingw-w64-headers-%version%{snapshot}.tar.xz Source: mingw-w64-headers-%{version}%{snapshot}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: mingw32-filesystem BuildRequires: mingw32-filesystem
BuildRequires: xz BuildRequires: xz
#!BuildIgnore: post-build-checks #!BuildIgnore: post-build-checks
Requires: mingw32-unistd-pthread-devel Requires: mingw32-unistd-pthread-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description %description
MinGW-w64 delivers runtime, headers and libs for developing both 64 MinGW-w64 delivers runtime, headers and libs for developing both 64
@ -53,25 +51,25 @@ and only exist to satisfy dependencies in MinGW's unistd.h until
an actual pthread implementation (like winpthreads) is installed. an actual pthread implementation (like winpthreads) is installed.
%prep %prep
%setup -qn mingw-w64-headers %setup -q -n mingw-w64-headers
%build %build
%_mingw32_configure \ %{_mingw32_configure} \
--with-sdk=all \ --with-sdk=all \
--enable-secure-api --enable-secure-api
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR="%buildroot" install make DESTDIR=%{buildroot} install %{?_smp_mflags}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%_mingw32_includedir/ %{_mingw32_includedir}/
%exclude %_mingw32_includedir/pthread_*.h %exclude %{_mingw32_includedir}/pthread_*.h
%files dummy-pthread %files dummy-pthread
%defattr(-,root,root) %defattr(-,root,root)
%dir %_mingw32_includedir %dir %{_mingw32_includedir}
%_mingw32_includedir/pthread_*.h %{_mingw32_includedir}/pthread_*.h
%changelog %changelog