From 81b7f9677d56d378db7cf6e5ff6d261b92794ca6 Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 13 Nov 2006 14:56:53 +0000 Subject: [PATCH] - don't use %{without ...}, it may not work after inverting bcond Changed files: fwbuilder.spec -> 1.39 --- fwbuilder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fwbuilder.spec b/fwbuilder.spec index ac3634a..6d09ad9 100644 --- a/fwbuilder.spec +++ b/fwbuilder.spec @@ -208,7 +208,7 @@ Pliki specyficzne dla MacOS X. # Without it this app uses ccache if it's found in system even if we don't # want it -%if %{without ccache} +%if !%{with ccache} grep -vi ccache configure.in > configure.in.x mv configure.in.x configure.in %endif -- 2.44.0