From 93c8b3d43a335af8e524d882bcaeb6dbde0f49b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 14 Mar 2015 10:03:50 +0100 Subject: [PATCH] - disable mono deps (html5 viewer) on x32 - rel 4 --- fail.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fail.spec b/fail.spec index 27578ed..5190522 100644 --- a/fail.spec +++ b/fail.spec @@ -6,11 +6,16 @@ %bcond_without 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: FAIL - First Atari Image Library Summary(pl.UTF-8): FAIL (First Atari Image Library) - biblioteka do obrazów w formatach Atari Name: fail Version: 2.0.1 -Release: 3 +Release: 4 License: GPL v2+ Group: Applications/Graphics Source0: http://downloads.sourceforge.net/fail/%{name}-%{version}.tar.gz -- 2.43.0