diff --git a/binutils.spec b/binutils.spec index d45fdff..d050f45 100644 --- a/binutils.spec +++ b/binutils.spec @@ -5,7 +5,7 @@ %define pkgver %(echo %version | sed "s|[a-z]*$||") Name: binutils -Version: 2.35.1 +Version: 2.36 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 %endif %patch1 -p1 -%patch11 -p1 +#%patch11 -p1 %build install -d binutils-build @@ -237,6 +237,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}/bfd-plugins rm -rf %{buildroot}%{_includedir}/ctf*.h # No shared linking to these files outside binutils @@ -374,7 +375,7 @@ exit 0 %{_mandir}/man1/dlltool.1* %{_mandir}/man1/elfedit.1* %if "%gprof" == "1" -%{_mandir}/man1/gprof.1.gz +%{_mandir}/man1/gprof.1* %endif %{_mandir}/man1/ld.1* #%{_mandir}/man1/nlmconv.1.gz @@ -397,6 +398,8 @@ exit 0 %{_libdir}/libopcodes-%{version}*.so %{_libdir}/libctf-nobfd.so.* %{_libdir}/libctf.so.* +%dir %{_libdir}/bfd-plugins +%{_libdir}/bfd-plugins/libdep.so %files -n libbinutils-devel %defattr(-,root,root) @@ -427,6 +430,9 @@ exit 0 %endif %changelog +* Sun Jan 31 2021 Automatic Build System 2.36-1mamba +- automatic version update by autodist + * Sat Sep 19 2020 Automatic Build System 2.35.1-1mamba - automatic version update by autodist