[packages/recoil] - updated dependencies (fut instead of cito), cleanup
qboosh
qboosh at pld-linux.org
Sat Feb 1 09:14:36 CET 2025
commit ee57c6f062cf9b808755346ec1e02a3ba058563b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 1 07:59:53 2025 +0100
- updated dependencies (fut instead of cito), cleanup
recoil.spec | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/recoil.spec b/recoil.spec
index 5aca719..92e31ec 100644
--- a/recoil.spec
+++ b/recoil.spec
@@ -6,11 +6,6 @@
%bcond_with gimp # GIMP plugin
%bcond_with html5 # HTML5 viewer
%bcond_without magick # ImageMagick coder
-#
-# html5 requires cito that requires mono that is not available yet on x32
-%ifarch x32
-%undefine with_html5
-%endif
Summary: RECOIL - Retro Computer Image Library
Summary(pl.UTF-8): RECOIL (Retro Computer Image Library) - biblioteka do obrazów w formatach komputerów retro
@@ -21,13 +16,14 @@ License: GPL v2+
Group: Applications/Graphics
Source0: https://downloads.sourceforge.net/recoil/%{name}-%{version}.tar.gz
# Source0-md5: 51783e0d7aa12594be59d599b65100e9
-URL: http://recoil.sourceforge.net/
+URL: https://recoil.sourceforge.net/
%{?with_magick:BuildRequires: ImageMagick-devel >= 1:6.8}
%{?with_html5:BuildRequires: asciidoc}
-%{?with_html5:BuildRequires: cito}
+%{?with_html5:BuildRequires: fut}
%{?with_gimp:BuildRequires: gimp-devel >= 1:2.0}
BuildRequires: libpng-devel
BuildRequires: libxslt-progs
+BuildRequires: pkgconfig
BuildRequires: zlib-devel
#Obsoletes: fail < 3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -128,9 +124,6 @@ rm -rf $RPM_BUILD_ROOT
PREFIX=$RPM_BUILD_ROOT%{_prefix} \
libdir=$RPM_BUILD_ROOT%{_libdir}
-# install-thumbnailer is ugly; for now, install only this one
-#install -D recoil-mime.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages/recoil-mime.xml
-
%if %{with magick}
install -D imagemagick/recoil.so $RPM_BUILD_ROOT%{im_coders_dir}/recoil.so
echo "dlname='recoil.so'" >$RPM_BUILD_ROOT%{im_coders_dir}/recoil.la
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/recoil.git/commitdiff/ee57c6f062cf9b808755346ec1e02a3ba058563b
More information about the pld-cvs-commit
mailing list