diff --git a/fbida.spec b/fbida.spec index 6c19e7b..0731d7d 100644 --- a/fbida.spec +++ b/fbida.spec @@ -1,7 +1,7 @@ Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -42,7 +42,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi %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 +%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk %build LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} @@ -58,8 +58,6 @@ iconv -t UTF-8 -f ISO-8859-1 fbgs.man > fbgs.man.new %{__mv} ida.man.new ida.man %{__mv} fbgs.man.new fbgs.man lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install -%{__mv} %{buildroot}%{_libdir}/X11 %{buildroot}%{_datadir} -%{__rm} -rf %{buildroot}%{_libdir} %clean %{__rm} -rf %{buildroot} @@ -84,6 +82,9 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install %{_bindir}/fbgs %changelog +* Wed Jan 18 2006 Adrian Reber - 2.03-9 +- this should finally work; also on x86_64 + * Wed Jan 18 2006 Adrian Reber - 2.03-8 - rebuilt