Fix typo; must be LIB=%%{_lib} and not lib=%%{_lib} in make call; really

fixes x86_64
This commit is contained in:
Thorsten Leemhuis 2005-02-21 17:19:10 +00:00
parent 9bde330865
commit d0938927d0
1 changed files with 6 additions and 3 deletions

View File

@ -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 <fedora at leemhuis dot info> - 2.03-3
- Fix typo; must be LIB=%%{_lib}; really fixes x86_64
* Sat Feb 12 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-2
- lib=%%{_lib} in make call; fixes x86_64