automatic version update by autodist [release 2.41-1mamba;Thu Aug 03 2023]
This commit is contained in:
parent
09804d2dbd
commit
57c2f874bf
@ -7,7 +7,7 @@
|
||||
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
||||
|
||||
Name: binutils
|
||||
Version: 2.40
|
||||
Version: 2.41
|
||||
Release: 1mamba
|
||||
Summary: GNU Binary Utility Development Utilities
|
||||
Group: Development/Tools
|
||||
@ -99,7 +99,7 @@ Use this package if you need cross platform builds for %{_target_platform} targe
|
||||
%define _build_id_links none
|
||||
%endif
|
||||
|
||||
%patch1 -p1
|
||||
%patch 1 -p1
|
||||
#%patch11 -p1
|
||||
#%patch12 -p1
|
||||
|
||||
@ -228,6 +228,7 @@ rm -rf %{buildroot}%{_datadir}/locale
|
||||
rm -rf %{buildroot}%{_datadir}/info
|
||||
rm -rf %{buildroot}%{_libdir}/libiberty.a
|
||||
rm -rf %{buildroot}%{_libdir}/libctf*
|
||||
rm -rf %{buildroot}%{_libdir}/libgprofng.*
|
||||
rm -rf %{buildroot}%{_libdir}/libsframe*
|
||||
rm -rf %{buildroot}%{_libdir}/bfd-plugins
|
||||
rm -rf %{buildroot}%{_libdir}/gprofng
|
||||
@ -400,7 +401,7 @@ exit 0
|
||||
%{_libdir}/libsframe.so.*
|
||||
%if "%gprof" == "1"
|
||||
%{_libdir}/gprofng/libgp-*.so
|
||||
%{_libdir}/gprofng/libgprofng.so.*
|
||||
%{_libdir}/libgprofng.so.*
|
||||
%endif
|
||||
%dir %{_libdir}/bfd-plugins
|
||||
%{_libdir}/bfd-plugins/libdep.so
|
||||
@ -419,7 +420,9 @@ exit 0
|
||||
%{_libdir}/libsframe.a
|
||||
%{_libdir}/libsframe.so
|
||||
%if "%gprof" == "1"
|
||||
%{_libdir}/gprofng/libgprofng.so
|
||||
%{_libdir}/libgprofng.a
|
||||
%{_libdir}/libgprofng.so
|
||||
%{_libdir}/gprofng/libgp-collectorAPI.a
|
||||
%endif
|
||||
#%{_libdir}/libiberty.a
|
||||
%else
|
||||
@ -437,6 +440,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2023 Automatic Build System <autodist@mambasoft.it> 2.41-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 2.40-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user