diff --git a/gimp.spec b/gimp.spec index c03916b..5186b89 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%{?_with_modular_x:1} -%define _enable_lcms 0%{?_with_lcms:1} -%else +%if 0%{?fedora}%{?redhat} == 0 || 0%{?fedora} >= 5 || 0%{?redhat} >= 5 %define _enable_modularX 0%{!?_without_modular_x:1} %define _enable_lcms 0%{!?_without_lcms:1} +%else +%define _enable_modularX 0%{?_with_modular_x:1} +%define _enable_lcms 0%{?_with_lcms:1} %endif %define _enable_python 0%{!?_without_python:1} @@ -400,6 +400,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed Feb 07 2007 Nils Philippsen +- really change defaults for use of modular X and lcms (#224156) + * Thu Feb 01 2007 Nils Philippsen - change defaults for use of modular X and lcms (#224156)