Move enca and libcue conditionals to rhel section

This commit is contained in:
Kalev Lember 2014-02-19 09:29:17 +01:00
parent b2eca524dd
commit 3d417963e8

View File

@ -1,14 +1,12 @@
%global _changelog_trimtime %(date +%s -d "1 year ago") %global _changelog_trimtime %(date +%s -d "1 year ago")
%if 0%{?fedora} > 15
%global with_enca 1
%global with_libcue 1
%endif
%if 0%{?rhel} %if 0%{?rhel}
%global with_enca 0
%global with_libcue 0
%global with_thunderbird 0 %global with_thunderbird 0
%else %else
%global with_enca 1
%global with_libcue 1
%global with_thunderbird 1 %global with_thunderbird 1
%endif %endif