From c52a9baba207a1e06c5732ca803431728567157b Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Feb 01 2007 13:06:58 +0000 Subject: change defaults for use of modular X and lcms (#224156) --- diff --git a/gimp.spec b/gimp.spec index 8f5c7b1..c03916b 100644 --- a/gimp.spec +++ b/gimp.spec @@ -10,12 +10,12 @@ # print: build the print plugin (if you don't build it externally) # convenience: install convenience symlinks -%if 0%{?fedora} >= 5 || 0%{?redhat} >= 5 -%define _enable_modularX 0%{!?_without_modular_x:1} -%define _enable_lcms 0%{!?_without_lcms:1} -%else +%if 0%{?fedora} < 5 && 0%{?redhat} < 5 %define _enable_modularX 0%{?_with_modular_x:1} %define _enable_lcms 0%{?_with_lcms:1} +%else +%define _enable_modularX 0%{!?_without_modular_x:1} +%define _enable_lcms 0%{!?_without_lcms:1} %endif %define _enable_python 0%{!?_without_python:1} @@ -400,6 +400,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Thu Feb 01 2007 Nils Philippsen +- change defaults for use of modular X and lcms (#224156) + * Fri Aug 25 2006 Nils Philippsen - 2:2.2.13-1 - version 2.2.13 - remove obsolete filename patch