Disable opencc according to upstream issue #26
This commit is contained in:
parent
31ac414140
commit
8046f53a77
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ibus-libpinyin
|
||||
Version: 1.6.99.20150203
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Intelligent Pinyin engine based on libpinyin for IBus
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -20,7 +20,6 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: opencc-devel >= 1.0.2
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -48,7 +47,6 @@ input method based on libpinyin for IBus.
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--enable-opencc \
|
||||
--disable-boost
|
||||
|
||||
# make -C po update-gmo
|
||||
@ -89,6 +87,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2015 Peng Wu <pwu@redhat.com> - 1.6.99.20150203-2
|
||||
- Disable opencc according to upstream issue #26
|
||||
|
||||
* Tue Feb 3 2015 Peng Wu <pwu@redhat.com> - 1.6.99.20150203-1
|
||||
- Update to 1.6.99.20150203
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user