Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian Reber
3d9e5d19f9 - updated for modular xorg-x11 2005-11-24 08:19:46 +00:00

View File

@@ -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 <adrian@lisas.de> - 2.03-6
- updated for modular xorg-x11
* Tue May 10 2005 Adrian Reber <adrian@lisas.de> - 2.03-5
- fix debuginfo subpackage creation