File mingw32-binutils.spec of Package mingw32-binutils

#
# spec file for package mingw32-binutils
#
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 https://bugs.opensuse.org/
#


%{_mingw32_package_header_debug}
Name:           mingw32-binutils
Version:        2.45.1
Release:        0
Summary:        GNU Binutils
License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later
Group:          Development/Libraries/Cross
URL:            http://www.gnu.org/software/binutils/
Source:         http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
Source1:        http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz.sig
Source2:        mingw32-binutils.keyring
Source99:       mingw32-binutils-rpmlintrc
BuildRequires:  bison
BuildRequires:  flex
BuildRequires:  makeinfo
BuildRequires:  mingw32-cross-binutils
BuildRequires:  mingw32-cross-gcc
BuildRequires:  mingw32-filesystem
#!BuildIgnore:  post-build-checks
BuildArch:      noarch

%description
The GNU Binutils are a collection of binary tools.
These utilities (like 'as', 'ld', 'strip') understand Windows executables and DLLs.

%package devel
Summary:        %{summary}
Group:          Development/Libraries/Cross

%description devel
libbfd, libiberty and libopcodes.a

%{_mingw32_debug_package}

%prep
%autosetup -p1 -n binutils-%{version}

%build
mkdir -p build
cd build
%_mingw32_configure \
  --verbose --disable-nls \
  --without-included-gettext \
  --disable-win32-registry \
  --with-sysroot=%{_mingw32_prefix} \
  --disable-werror \
  --enable-install-libiberty

%make_build || make

%install
cd build
%make_install

rm -f %{buildroot}%{_mingw32_infodir}/dir

# mingw32-binutils.noarch: E: zero-length .../lib/ldscripts/stamp
for i in %{buildroot}%{_mingw32_prefix}/%{_mingw32_target}/lib/ldscripts/stamp; do
  if test -f $i; then
    rm $i
  fi
done

%files
%{_mingw32_bindir}/*.exe
%{_mingw32_prefix}/%{_mingw32_target}/bin/*.exe
%{_mingw32_prefix}/%{_mingw32_target}/lib/ldscripts/
%dir %{_mingw32_prefix}/lib/bfd-plugins/
%{_mingw32_prefix}/lib/bfd-plugins/libdep.dll
%{_mingw32_mandir}/man1/*
%{_mingw32_infodir}/*.info*

%files devel
%{_mingw32_includedir}/
%{_mingw32_libdir}/libbfd.a
%{_mingw32_libdir}/libctf.a
%{_mingw32_libdir}/libctf-nobfd.a
# required by libbfd.a
%{_mingw32_libdir}/libiberty.a
%{_mingw32_libdir}/libopcodes.a
%{_mingw32_libdir}/libsframe.a

%changelog
openSUSE Build Service is sponsored by