From e550b3559508ecf17ed1cb84c9292ff851545add Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 22 Sep 2008 15:20:23 +0000 Subject: [PATCH] - Remove %makeinstall to comply with the spu-binutils review (BZ 452211). --- binutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 874143b..960265a 100644 --- a/binutils.spec +++ b/binutils.spec @@ -17,7 +17,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.18.50.0.9 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -186,7 +186,7 @@ echo ====================TESTING END===================== %install rm -rf %{buildroot} -%makeinstall +make install DESTDIR=%{buildroot} %if %{isnative} make prefix=%{buildroot}%{_prefix} infodir=%{buildroot}%{_infodir} install-info @@ -347,6 +347,9 @@ fi %endif # %{isnative} %changelog +* Mon Sep 22 2008 Jan Kratochvil 2.18.50.0.9-5 +- Remove %%makeinstall to comply with the spu-binutils review (BZ 452211). + * Mon Sep 22 2008 Jan Kratochvil 2.18.50.0.9-4 - Fix *.so scripts for multilib linking (BZ 463101, suggested by Jakub Jelinek).