[packages/ImageMagick] - fix macro logic

baggins baggins at pld-linux.org
Sun Sep 14 18:24:57 CEST 2014


commit c18dfde306886f751679f26d170364a69e78e738
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Sep 14 18:24:35 2014 +0200

    - fix macro logic

 ImageMagick.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index 45fe87f..897fe92 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -94,7 +94,7 @@ Obsoletes:	ImageMagick-coder-dps
 Obsoletes:	ImageMagick-coder-mpeg
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%if %{!?QuantumDepth:0}%{?QuantumDepth:1}
+%if %{!?QuantumDepth:1}%{?QuantumDepth:0}
 %define		QuantumDepth	16
 %endif
 %define		abisuf		Q%{QuantumDepth}%{?with_hdri:HDRI}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/d208c0abed1a445ff06c49bacbf7662107626926



More information about the pld-cvs-commit mailing list