automatic version update by autodist [release 2.34-1mamba;Sun Feb 09 2020]
This commit is contained in:
parent
371321df37
commit
5889b2c254
@ -5,8 +5,8 @@
|
||||
%define pkgver %(echo %version | sed "s|[a-z]*$||")
|
||||
|
||||
Name: binutils
|
||||
Version: 2.33.1
|
||||
Release: 4mamba
|
||||
Version: 2.34
|
||||
Release: 1mamba
|
||||
Summary: GNU Binary Utility Development Utilities
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -236,6 +236,8 @@ done
|
||||
rm -rf %{buildroot}%{_datadir}/locale
|
||||
rm -rf %{buildroot}%{_datadir}/info
|
||||
rm -rf %{buildroot}%{_libdir}/libiberty.a
|
||||
rm -rf %{buildroot}%{_libdir}/libctf*
|
||||
rm -rf %{buildroot}%{_includedir}/ctf*.h
|
||||
|
||||
# No shared linking to these files outside binutils
|
||||
rm -f %{buildroot}%{_prefix}/%{_target_platform}/lib/lib{bfd,opcodes}.so
|
||||
@ -393,6 +395,8 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbfd-%{version}*.so
|
||||
%{_libdir}/libopcodes-%{version}*.so
|
||||
%{_libdir}/libctf-nobfd.so.*
|
||||
%{_libdir}/libctf.so.*
|
||||
|
||||
%files -n libbinutils-devel
|
||||
%defattr(-,root,root)
|
||||
@ -401,8 +405,13 @@ exit 0
|
||||
%{_libdir}/libbfd.so
|
||||
%{_libdir}/libopcodes.*a
|
||||
%{_libdir}/libopcodes.so
|
||||
%{_libdir}/libctf-nobfd.a
|
||||
%{_libdir}/libctf-nobfd.la
|
||||
%{_libdir}/libctf-nobfd.so
|
||||
%{_libdir}/libctf.a
|
||||
%{_libdir}/libctf.la
|
||||
%{_libdir}/libctf.so
|
||||
#%{_libdir}/libiberty.a
|
||||
|
||||
%else
|
||||
%files -n cross-%{_target_platform}-%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -418,6 +427,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Feb 09 2020 Automatic Build System <autodist@mambasoft.it> 2.34-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.33.1-4mamba
|
||||
- fix library paths in customized libbfd.so and libopcodes.so
|
||||
|
||||
@ -572,10 +584,10 @@ exit 0
|
||||
* Mon Aug 01 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-7qilnx
|
||||
- cross builds: use /lib/<platform_cpu> as additional native libdir
|
||||
|
||||
* Tue Jul 22 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-6qilnx
|
||||
* Fri Jul 22 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-6qilnx
|
||||
- add correct cross target files in proper dirs (fixme: should be done automatically)
|
||||
|
||||
* Tue Jul 21 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-5qilnx
|
||||
* Thu Jul 21 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-5qilnx
|
||||
- added support for --define='cross_target_cpu xxx' build option
|
||||
|
||||
* Tue Jul 12 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.16.1-4qilnx
|
||||
@ -604,7 +616,7 @@ exit 0
|
||||
- rebuild without c++filt (conflicting with gcc)
|
||||
- build with gcc 3.2.3
|
||||
|
||||
* Thu Apr 18 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 2.13.2.1-2qilnx
|
||||
* Fri Apr 18 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 2.13.2.1-2qilnx
|
||||
- rebuild after install modifications
|
||||
|
||||
* Thu Apr 17 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 2.13.2.1-1qilnx
|
||||
|
Loading…
Reference in New Issue
Block a user