automatic version update by autodist [release 2.40-1mamba;Sat Jan 21 2023]
This commit is contained in:
parent
2d29f2c54a
commit
09804d2dbd
@ -7,8 +7,8 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.39
|
Version: 2.40
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: GNU Binary Utility Development Utilities
|
Summary: GNU Binary Utility Development Utilities
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -32,13 +32,6 @@ Patch11: binutils-2.31.1-revert-PR-23161.patch
|
|||||||
Patch12: binutils-2.37-upstream_fix_ld_malfomed_archive.patch
|
Patch12: binutils-2.37-upstream_fix_ld_malfomed_archive.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libelf-devel
|
|
||||||
BuildRequires: libfl-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: perl-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bison >= 2.5
|
BuildRequires: bison >= 2.5
|
||||||
Requires: libbinutils = %{version}-%{release}
|
Requires: libbinutils = %{version}-%{release}
|
||||||
@ -235,6 +228,7 @@ rm -rf %{buildroot}%{_datadir}/locale
|
|||||||
rm -rf %{buildroot}%{_datadir}/info
|
rm -rf %{buildroot}%{_datadir}/info
|
||||||
rm -rf %{buildroot}%{_libdir}/libiberty.a
|
rm -rf %{buildroot}%{_libdir}/libiberty.a
|
||||||
rm -rf %{buildroot}%{_libdir}/libctf*
|
rm -rf %{buildroot}%{_libdir}/libctf*
|
||||||
|
rm -rf %{buildroot}%{_libdir}/libsframe*
|
||||||
rm -rf %{buildroot}%{_libdir}/bfd-plugins
|
rm -rf %{buildroot}%{_libdir}/bfd-plugins
|
||||||
rm -rf %{buildroot}%{_libdir}/gprofng
|
rm -rf %{buildroot}%{_libdir}/gprofng
|
||||||
rm -f %{buildroot}%{_includedir}/*.h
|
rm -f %{buildroot}%{_includedir}/*.h
|
||||||
@ -403,6 +397,7 @@ exit 0
|
|||||||
%{_libdir}/libopcodes-%{version}*.so
|
%{_libdir}/libopcodes-%{version}*.so
|
||||||
%{_libdir}/libctf-nobfd.so.*
|
%{_libdir}/libctf-nobfd.so.*
|
||||||
%{_libdir}/libctf.so.*
|
%{_libdir}/libctf.so.*
|
||||||
|
%{_libdir}/libsframe.so.*
|
||||||
%if "%gprof" == "1"
|
%if "%gprof" == "1"
|
||||||
%{_libdir}/gprofng/libgp-*.so
|
%{_libdir}/gprofng/libgp-*.so
|
||||||
%{_libdir}/gprofng/libgprofng.so.*
|
%{_libdir}/gprofng/libgprofng.so.*
|
||||||
@ -421,6 +416,8 @@ exit 0
|
|||||||
%{_libdir}/libctf-nobfd.so
|
%{_libdir}/libctf-nobfd.so
|
||||||
%{_libdir}/libctf.a
|
%{_libdir}/libctf.a
|
||||||
%{_libdir}/libctf.so
|
%{_libdir}/libctf.so
|
||||||
|
%{_libdir}/libsframe.a
|
||||||
|
%{_libdir}/libsframe.so
|
||||||
%if "%gprof" == "1"
|
%if "%gprof" == "1"
|
||||||
%{_libdir}/gprofng/libgprofng.so
|
%{_libdir}/gprofng/libgprofng.so
|
||||||
%endif
|
%endif
|
||||||
@ -440,6 +437,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 2.40-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39-2mamba
|
* Thu Oct 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39-2mamba
|
||||||
- added additional target arm64-linux
|
- added additional target arm64-linux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user