forked from pool/mingw32-headers
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=20
This commit is contained in:
parent
59faff226c
commit
fb876546a6
@ -1,18 +1,36 @@
|
||||
#
|
||||
# spec file for package mingw32-headers
|
||||
#
|
||||
# Copyright (c) 2013 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/
|
||||
#
|
||||
|
||||
|
||||
%define __os_install_post /usr/lib/rpm/brp-compress %{nil}
|
||||
|
||||
Name: mingw32-headers
|
||||
Version: 20130216
|
||||
Release: 0
|
||||
Summary: MinGW-W64 headers for win32 and win64
|
||||
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries
|
||||
License: Public Domain
|
||||
URL: http://www.mingw.org/
|
||||
|
||||
Url: http://www.mingw.org/
|
||||
|
||||
Source0: mingw-w64-headers-%{version}.tar.bz2
|
||||
Source1000: %{name}-rpmlintrc
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildArch: noarch
|
||||
#!BuildIgnore: post-build-checks
|
||||
@ -47,11 +65,9 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/%{_mingw32_target}/include
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_prefix}/%{_mingw32_target}
|
||||
%{_mingw32_sysroot}
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user