[fcitx/f16: 5/5] Disable GIR Binding on Fedora 16

Liang Suilong liangsuilong at fedoraproject.org
Tue Jun 5 17:20:29 UTC 2012


commit 6f1a198de7336979decfad438cd916234fba1144
Author: Fedora <fedora at fedora-desktop.(none)>
Date:   Wed Jun 6 01:19:42 2012 +0800

    Disable GIR Binding on Fedora 16

 fcitx.spec |    9 +++++----
 1 files 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 <liangsuilong at gmail.com> - 4.2.4-1.1
+- Disable GIR Binding on Fedora 16
+
 * Tue Jun 05 2012 Liang Suilong <liangsuilong at gmail.com> - 4.2.4-1
 - Upgrade to fcitx-4.2.4
 - Fix the ownership conflict on fcitx and fcitx-data


More information about the scm-commits mailing list