From 93a88c64279eeaabc2ecb8f2011e693793fa2196 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Mon, 19 Nov 2012 16:24:04 +0900 Subject: [PATCH] Fixed typo. --- ibus-anthy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 961e208..588eea9 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -16,7 +16,7 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz # Patch0: ibus-anthy-HEAD.patch -%if 0%{?fedora} <= 17 +%if (0%{?fedora} <= 17 && 0%{?rhel} < 7) # IBusProperty.symbol is not used by ibus-gjs Patch91: ibus-anthy-xx-disable-prop-symbol.patch %endif @@ -56,7 +56,7 @@ for developers. %setup -q # patch0 -p1 -%if 0%{?fedora} <= 17 +%if (0%{?fedora} <= 17 && 0%{?rhel} < 7) %patch91 -p1 %endif