automatic version update by autodist [release 2.36-1mamba;Sun Jan 31 2021]
This commit is contained in:
parent
2502a027df
commit
91448919af
@ -5,7 +5,7 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.35.1
|
Version: 2.36
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU Binary Utility Development Utilities
|
Summary: GNU Binary Utility Development Utilities
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -99,7 +99,7 @@ Use this package if you need cross platform builds for %{_target_platform} targe
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch11 -p1
|
#%patch11 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -d binutils-build
|
install -d binutils-build
|
||||||
@ -237,6 +237,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}/bfd-plugins
|
||||||
rm -rf %{buildroot}%{_includedir}/ctf*.h
|
rm -rf %{buildroot}%{_includedir}/ctf*.h
|
||||||
|
|
||||||
# No shared linking to these files outside binutils
|
# No shared linking to these files outside binutils
|
||||||
@ -374,7 +375,7 @@ exit 0
|
|||||||
%{_mandir}/man1/dlltool.1*
|
%{_mandir}/man1/dlltool.1*
|
||||||
%{_mandir}/man1/elfedit.1*
|
%{_mandir}/man1/elfedit.1*
|
||||||
%if "%gprof" == "1"
|
%if "%gprof" == "1"
|
||||||
%{_mandir}/man1/gprof.1.gz
|
%{_mandir}/man1/gprof.1*
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/ld.1*
|
%{_mandir}/man1/ld.1*
|
||||||
#%{_mandir}/man1/nlmconv.1.gz
|
#%{_mandir}/man1/nlmconv.1.gz
|
||||||
@ -397,6 +398,8 @@ exit 0
|
|||||||
%{_libdir}/libopcodes-%{version}*.so
|
%{_libdir}/libopcodes-%{version}*.so
|
||||||
%{_libdir}/libctf-nobfd.so.*
|
%{_libdir}/libctf-nobfd.so.*
|
||||||
%{_libdir}/libctf.so.*
|
%{_libdir}/libctf.so.*
|
||||||
|
%dir %{_libdir}/bfd-plugins
|
||||||
|
%{_libdir}/bfd-plugins/libdep.so
|
||||||
|
|
||||||
%files -n libbinutils-devel
|
%files -n libbinutils-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -427,6 +430,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 31 2021 Automatic Build System <autodist@mambasoft.it> 2.36-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Sep 19 2020 Automatic Build System <autodist@mambasoft.it> 2.35.1-1mamba
|
* Sat Sep 19 2020 Automatic Build System <autodist@mambasoft.it> 2.35.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user