From ab25e67de6446f87e6a109150412f0bc9a83484f Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 5 Oct 2022 17:15:47 +0000 Subject: [PATCH] Fix files section --- SPECS/binutils.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index 2fa7037..dea5a11 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -845,6 +845,8 @@ if [ -x gold/ld-new ]; then cat %{?cross}gold.lang >> %{?cross}binutils.lang fi +find %{buildroot} -name "ctf-spec.info.*" -delete + #---------------------------------------------------------------------------- %if %{with gold} @@ -907,8 +909,8 @@ exit 0 %verify(owner) %{_bindir}/%{?cross}ld %{_bindir}/%{?cross}ld.bfd # Do not export any Windows tools (if they were built) -%exclude %{_bindir}/%{?cross}dll* -%exclude %{_bindir}/%{?cross}wind* +# exclude %{_bindir}/%{?cross}dll* +# exclude %{_bindir}/%{?cross}wind* %if %{with docs} %{_mandir}/man1/ @@ -930,7 +932,7 @@ exit 0 %exclude %{_libdir}/libctf.a %exclude %{_libdir}/libctf-nobfd.a %{_libdir}/bfd-plugins/libdep.so -%exclude %{_exec_prefix}/lib/debug/%{_libdir}/bfd-plugins/libdep.so-* +#exclude %{_exec_prefix}/lib/debug/%{_libdir}/bfd-plugins/libdep.so-* %endif %if %{isnative}