change defaults for use of modular X and lcms (#224156)

This commit is contained in:
Nils Philippsen 2007-02-01 13:06:58 +00:00
parent 1bf2a9e503
commit c52a9baba2

View File

@ -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 <nphilipp@redhat.com>
- change defaults for use of modular X and lcms (#224156)
* Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.13-1
- version 2.2.13
- remove obsolete filename patch