diff --git a/mingw32-headers.spec b/mingw32-headers.spec index 6b20933..c16844b 100644 --- a/mingw32-headers.spec +++ b/mingw32-headers.spec @@ -1,20 +1,38 @@ +# +# 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 +BuildArch: noarch #!BuildIgnore: post-build-checks BuildRequires: mingw32-filesystem @@ -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