From aa742b651940b354282b28bb8c621bfa86fe14ac Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 13 Nov 2006 14:54:48 +0000 Subject: [PATCH] - don't use %{without ...}, it may not work after inverting bcond Changed files: fbida.spec -> 1.10 --- fbida.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbida.spec b/fbida.spec index 39fdd96..b052076 100644 --- a/fbida.spec +++ b/fbida.spec @@ -12,7 +12,7 @@ %bcond_without sane # without SANE scanning support (in ida) %bcond_without tiff # without TIFF images support # -%if %{without motif} +%if !%{with motif} # SANE used only in ida %undefine with_sane %endif -- 2.44.0