Fridrich Strba 2013-09-23 11:43:27 +00:00 committed by Git OBS Bridge
parent b850557e55
commit ce84ad2157

View File

@ -1,3 +1,21 @@
#
# spec file for package mingw64-runtime
#
# 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 __strip %{_mingw64_strip} %define __strip %{_mingw64_strip}
%define __objdump %{_mingw64_objdump} %define __objdump %{_mingw64_objdump}
%define _use_internal_dependency_generator 0 %define _use_internal_dependency_generator 0
@ -9,27 +27,26 @@ Name: mingw64-runtime
Version: 20130216 Version: 20130216
Release: 0 Release: 0
Summary: MinGW-W64 runtime for win32 Summary: MinGW-W64 runtime for win32
License: SUSE-Public-Domain
License: Public Domain
Group: Development/Libraries Group: Development/Libraries
URL: http://mingw-w64.sourceforge.net/
Url: http://mingw-w64.sourceforge.net/
Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2 Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2
Source100: %{name}-rpmlintrc Source100: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
#!BuildIgnore: post-build-checks #!BuildIgnore: post-build-checks
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-cross-binutils BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0 BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-headers >= %{version} BuildRequires: mingw64-headers >= %{version}
# Once this is installed, mingw64-bootstrap (binary bootstrapper) is no # Once this is installed, mingw64-bootstrap (binary bootstrapper) is no
# longer needed. # longer needed.
Obsoletes: mingw64-runtime-bootstrap Obsoletes: mingw64-runtime-bootstrap
%description %description
MinGW Win64 cross-compiler runtime, base libraries. MinGW Win64 cross-compiler runtime, base libraries.
@ -54,10 +71,8 @@ rm -rf $RPM_BUILD_ROOT%{_mingw64_includedir}/*.c
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_mingw64_libdir}/* %{_mingw64_libdir}/*
%changelog %changelog