- rebuilt

- added patch to fix build failure on ppc/ppc64
This commit is contained in:
Adrian Reber 2008-02-15 08:58:56 +00:00
parent bd315618cd
commit 9d8876ef6b
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -u fbida-2.06/fbtools.c fbida-2.06.new/fbtools.c
--- fbida-2.06/fbtools.c 2006-08-14 21:38:05.000000000 +0200
+++ fbida-2.06.new/fbtools.c 2008-02-15 09:54:37.000000000 +0100
@@ -21,8 +21,6 @@
#include <linux/vt.h>
#include <linux/fb.h>
-#include <asm/page.h>
-
#include "fbtools.h"
/* -------------------------------------------------------------------- */

View File

@ -8,6 +8,7 @@ URL: http://linux.bytesex.org/fbida/
Source: http://dl.bytesex.org/releases/fbida/fbida-%{version}.tar.gz
Patch0: fbgs.1.diff
Patch1: fbi.1.diff
Patch2: fbida-2.06-no-page-h.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libexif-devel fontconfig-devel libjpeg-devel
BuildRequires: libpng-devel libtiff-devel pkgconfig
@ -34,6 +35,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
%setup -q
%patch0
%patch1
%patch2 -p1
%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk
%{__sed} -i -e "s,/X11R6,,g" GNUmakefile
%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk
@ -70,6 +72,7 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
%changelog
* Fri Feb 15 2008 Adrian Reber <adrian@lisas.de> - 2.06-5
- rebuilt
- added patch to fix build failure on ppc/ppc64
* Sat Aug 25 2007 Adrian Reber <adrian@lisas.de> - 2.06-4
- rebuilt