From: sparky Date: Mon, 13 Nov 2006 14:51:45 +0000 (+0000) Subject: - don't use %{without ...}, it may not work after inverting bcond X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e8fcb6a488cd21df898ebc229e063cb8676c25a2;p=packages%2FLTI-Lib.git - don't use %{without ...}, it may not work after inverting bcond Changed files: LTI-Lib.spec -> 1.8 --- diff --git a/LTI-Lib.spec b/LTI-Lib.spec index 90be179..4a992e5 100644 --- a/LTI-Lib.spec +++ b/LTI-Lib.spec @@ -112,7 +112,7 @@ cd ../../../linux %endif %configure \ -%if %{without gtk} +%if !%{with gtk} --without-gtk \ %endif --disable-debug