From d0938927d05567e46a775d91485de373f22390e7 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Mon, 21 Feb 2005 17:19:10 +0000 Subject: [PATCH] Fix typo; must be LIB=%%{_lib} and not lib=%%{_lib} in make call; really fixes x86_64 --- fbida.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fbida.spec b/fbida.spec index b0cc38c..b777523 100644 --- a/fbida.spec +++ b/fbida.spec @@ -1,9 +1,9 @@ -# $Id: fbida.spec,v 1.4 2005/02/12 21:23:06 adrian Exp $ +# $Id: fbida.spec,v 1.5 2005/02/21 17:19:10 thl Exp $ Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 2 +Release: 3 License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -41,7 +41,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi %setup -q %build -lib=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} +LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} @@ -78,6 +78,9 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install %{_bindir}/fbgs %changelog +* Mon Feb 21 2005 Thorsten Leemhuis - 2.03-3 +- Fix typo; must be LIB=%%{_lib}; really fixes x86_64 + * Sat Feb 12 2005 Thorsten Leemhuis - 2.03-2 - lib=%%{_lib} in make call; fixes x86_64