update to 0.7 [release 0.7-1mamba;Wed Nov 08 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 22:18:35 +01:00
parent 0d5d33e1b1
commit 5febf2ce1f

View File

@ -1,30 +1,37 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
Name: fim Name: fim
Version: 0.4_rc1 Version: 0.7
Release: 1mamba Release: 1mamba
Summary: A framebuffer image viewer Summary: A framebuffer image viewer
Group: Applications/Multimedia Group: Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://savannah.nongnu.org/projects/fbi-improved/ 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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libSDL-devel BuildRequires: libSDL-devel
BuildRequires: libX11-devel
BuildRequires: libaa-devel
BuildRequires: libcaca-devel
BuildRequires: libdirectfb-devel
BuildRequires: libdjvulibre-devel BuildRequires: libdjvulibre-devel
BuildRequires: libexif-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgif-devel BuildRequires: libgif-devel
BuildRequires: libgpm-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libreadline-devel BuildRequires: libreadline-devel
BuildRequires: libslang-devel
BuildRequires: libspectre-devel BuildRequires: libspectre-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: libts-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %debug_package
%prep %prep
%setup -q -n %{name}-%{pkgver} %setup -q -n %{name}-%{pkgver}-trunk
%build %build
%configure %configure
%make -j1 %make -j1
%install %install
@ -58,6 +66,9 @@ However, recently FIM is been reworked to work with different graphical devices,
%{_mandir}/man5/fimrc.5* %{_mandir}/man5/fimrc.5*
%changelog %changelog
* Wed Nov 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
- update to 0.7
* Wed Feb 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4_rc1-1mamba * Wed Feb 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4_rc1-1mamba
- update to 0.4_rc1 - update to 0.4_rc1