%define pkgver %(echo %version | tr _ -) Name: fim Version: 0.7 Release: 1mamba Summary: A framebuffer image viewer Group: Applications/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://savannah.nongnu.org/projects/fbi-improved/ Source: http://download.savannah.gnu.org/releases/fbi-improved/fim-%{pkgver}-trunk.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libSDL-devel BuildRequires: libX11-devel BuildRequires: libaa-devel BuildRequires: libcaca-devel BuildRequires: libdirectfb-devel BuildRequires: libdjvulibre-devel BuildRequires: libexif-devel BuildRequires: libgcc BuildRequires: libgif-devel BuildRequires: libgpm-devel BuildRequires: libjpeg-devel BuildRequires: libncurses-devel BuildRequires: libpng-devel BuildRequires: libreadline-devel BuildRequires: libslang-devel BuildRequires: libspectre-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libts-devel ## AUTOBUILDREQ-END %description FIM aims to be a highly customizable and scriptable image viewer targeted at the users who are confortable with software like the Vim text editor or the Mutt mail user agent. It is based on the Fbi image viewer, by Gerd Hoffmann, and works in the Linux framebuffer console. However, recently FIM is been reworked to work with different graphical devices, like X and aa (ascii art). %debug_package %prep %setup -q -n %{name}-%{pkgver}-trunk %build %configure %make -j1 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/fim %{_bindir}/fimgs %dir %{_datadir}/doc/fim %{_datadir}/doc/fim/* %{_mandir}/man1/fim.1* %{_mandir}/man1/fimgs.1* %{_mandir}/man5/fimrc.5* %changelog * Wed Nov 08 2023 Silvan Calarco 0.7-1mamba - update to 0.7 * Wed Feb 05 2014 Silvan Calarco 0.4_rc1-1mamba - update to 0.4_rc1 * Sun Feb 02 2014 Ercole 'ercolinux' Carpanetto 0.3-1mamba - package created using the webbuild interface