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]*$||")
|
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.40
|
Version: 2.41
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU Binary Utility Development Utilities
|
Summary: GNU Binary Utility Development Utilities
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -228,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}/libgprofng.*
|
||||||
rm -rf %{buildroot}%{_libdir}/libsframe*
|
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
|
||||||
@ -400,7 +401,7 @@ exit 0
|
|||||||
%{_libdir}/libsframe.so.*
|
%{_libdir}/libsframe.so.*
|
||||||
%if "%gprof" == "1"
|
%if "%gprof" == "1"
|
||||||
%{_libdir}/gprofng/libgp-*.so
|
%{_libdir}/gprofng/libgp-*.so
|
||||||
%{_libdir}/gprofng/libgprofng.so.*
|
%{_libdir}/libgprofng.so.*
|
||||||
%endif
|
%endif
|
||||||
%dir %{_libdir}/bfd-plugins
|
%dir %{_libdir}/bfd-plugins
|
||||||
%{_libdir}/bfd-plugins/libdep.so
|
%{_libdir}/bfd-plugins/libdep.so
|
||||||
@ -419,7 +420,9 @@ exit 0
|
|||||||
%{_libdir}/libsframe.a
|
%{_libdir}/libsframe.a
|
||||||
%{_libdir}/libsframe.so
|
%{_libdir}/libsframe.so
|
||||||
%if "%gprof" == "1"
|
%if "%gprof" == "1"
|
||||||
%{_libdir}/gprofng/libgprofng.so
|
%{_libdir}/libgprofng.a
|
||||||
|
%{_libdir}/libgprofng.so
|
||||||
|
%{_libdir}/gprofng/libgp-collectorAPI.a
|
||||||
%endif
|
%endif
|
||||||
#%{_libdir}/libiberty.a
|
#%{_libdir}/libiberty.a
|
||||||
%else
|
%else
|
||||||
@ -437,6 +440,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 2.40-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user