70 lines
1.8 KiB
RPMSpec
70 lines
1.8 KiB
RPMSpec
Name: fbida
|
|
Version: 2.10
|
|
Release: 1mamba
|
|
Summary: A small and fast image viewer, motif-based
|
|
Group: Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.kraxel.org/blog/linux/fbida/
|
|
Source: https://www.kraxel.org/releases/fbida/fbida-%{version}.tar.gz
|
|
Patch0: fbida-2.10-libgif-5.0.6.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgif-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: liblesstif-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libsane-backends-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: libwebp-devel
|
|
BuildRequires: libz-devel
|
|
BuildRequires: lirc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Ida is a small and fast image viewer, motif-based. For people who don't want the KDE/GNOME overhead. Some basic editing functions are available too.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall prefix=%{_prefix}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/X11/app-defaults/Ida
|
|
%{_bindir}/fbi
|
|
%{_bindir}/exiftran
|
|
%{_bindir}/fbgs
|
|
%{_bindir}/ida
|
|
%{_mandir}/man1/exiftran.1*
|
|
%{_mandir}/man1/fbgs.1*
|
|
%{_mandir}/man1/fbi.1*
|
|
%{_mandir}/man1/ida.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Thu May 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
|
- package created using the webbuild interface
|