diff --git a/fim.spec b/fim.spec index 5518cfa..32f0895 100644 --- a/fim.spec +++ b/fim.spec @@ -1,30 +1,37 @@ %define pkgver %(echo %version | tr _ -) Name: fim -Version: 0.4_rc1 +Version: 0.7 Release: 1mamba Summary: A framebuffer image viewer Group: Applications/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: http://savannah.nongnu.org/projects/fbi-improved/ -Source: http://download.savannah.gnu.org/releases/fbi-improved/fim-%{pkgver}.tar.gz +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 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -34,10 +41,11 @@ However, recently FIM is been reworked to work with different graphical devices, %debug_package %prep -%setup -q -n %{name}-%{pkgver} +%setup -q -n %{name}-%{pkgver}-trunk %build %configure + %make -j1 %install @@ -58,6 +66,9 @@ However, recently FIM is been reworked to work with different graphical devices, %{_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