From 3d9e5d19f91ee211f99a6c90316e9af75feb747a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Nov 24 2005 08:19:46 +0000 Subject: - updated for modular xorg-x11 --- diff --git a/fbida.spec b/fbida.spec index 0cd4a7a..5c9504a 100644 --- a/fbida.spec +++ b/fbida.spec @@ -1,7 +1,7 @@ Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -11,6 +11,9 @@ BuildRequires: libexif-devel fontconfig-devel libjpeg-devel BuildRequires: libpng-devel libtiff-devel pkgconfig BuildRequires: libungif-devel curl-devel BuildRequires: openmotif-devel +BuildRequires: libXpm-devel +# this is until #173530 and #173884 is fixed +BuildRequires: libXau-devel Requires: ImageMagick bitstream-vera-fonts %description @@ -38,6 +41,8 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi %prep %setup -q %{__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,/usr/lib/X11,g" mk/Autoconf.mk %build LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} @@ -69,7 +74,7 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install %defattr(-, root, root, -) %doc %{_mandir}/man1/ida* %{_bindir}/ida -%config %{_prefix}/X11R6/lib/X11/app-defaults/Ida +%config %{_prefix}/lib/X11/app-defaults/Ida %files fbgs %defattr(-, root, root, -) @@ -77,6 +82,9 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install %{_bindir}/fbgs %changelog +* Thu Nov 24 2005 Adrian Reber - 2.03-6 +- updated for modular xorg-x11 + * Tue May 10 2005 Adrian Reber - 2.03-5 - fix debuginfo subpackage creation