it's %rhel, not %redhat anymore

This commit is contained in:
Nils Philippsen 2007-02-13 21:28:39 +00:00
parent 99c8ac8dbe
commit c3c9ed95a6

View File

@ -10,7 +10,7 @@
# print: build the print plugin (if you don't build it externally)
# convenience: install convenience symlinks
%if 0%{?fedora}%{?redhat} == 0 || 0%{?fedora} >= 5 || 0%{?redhat} >= 5
%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 5 || 0%{?rhel} >= 5
%define _enable_modularX 0%{!?_without_modular_x:1}
%define _enable_lcms 0%{!?_without_lcms:1}
%else