fix distribution text

This commit is contained in:
Than Ngo 2012-10-31 17:25:24 +01:00
parent 76aa7e7fe9
commit 72b4a0fe6e
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} \
-DKDE_DISTRIBUTION_TEXT="%{version}-%{release}%{?fedora: Fedora}%{?!fedora: Red Hat Enterprise Linux}" \
-DKDE_DISTRIBUTION_TEXT="%{version}-%{release}%{?fedora: Fedora}%{?rhel: Red Hat Enterprise Linux}" \
%if 0%{?rhel} > 6 || 0%{?fedora} > 17
-DWITH_SOLID_UDISKS2:BOOL=ON \
%endif