From 6f1a198de7336979decfad438cd916234fba1144 Mon Sep 17 00:00:00 2001 From: Fedora Date: Wed, 6 Jun 2012 01:19:42 +0800 Subject: [PATCH] Disable GIR Binding on Fedora 16 --- fcitx.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fcitx.spec b/fcitx.spec index 350cdde..e6af586 100644 --- a/fcitx.spec +++ b/fcitx.spec @@ -5,7 +5,7 @@ Name: fcitx Summary: Free Chinese Input Toy for X (XIM) Version: 4.2.4 -Release: 1%{?dist} +Release: 1.1%{?dist} License: GPLv2+ Group: User Interface/Desktops URL: http://code.google.com/p/%{name}/ @@ -129,7 +129,7 @@ This package contains quwei engine for fcitx. %build mkdir -p build pushd build -%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On-DENABLE_LUA=On -DENABLE_GIR=On +%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On-DENABLE_LUA=On -DENABLE_GIR=Off make VERBOSE=1 %{?_smp_mflags} %install @@ -304,8 +304,6 @@ update-desktop-database %{_datadir}/applications &>/dev/null || : %files gtk3 %defattr(-,root,root,-) %{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-fcitx.so -%{_libdir}/girepository-1.0/Fcitx-1.0.typelib -%{_datadir}/gir-1.0/Fcitx-1.0.gir %files qt4 %defattr(-,root,root,-) @@ -313,6 +311,9 @@ update-desktop-database %{_datadir}/applications &>/dev/null || : %changelog +* Wed Jun 06 2012 Liang Suilong - 4.2.4-1.1 +- Disable GIR Binding on Fedora 16 + * Tue Jun 05 2012 Liang Suilong - 4.2.4-1 - Upgrade to fcitx-4.2.4 - Fix the ownership conflict on fcitx and fcitx-data