|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: libchewing
|
|
|
|
Name: libchewing
|
|
|
|
Version: 0.3.2
|
|
|
|
Version: 0.3.2
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Summary: Intelligent phonetic input method library for Traditional Chinese
|
|
|
|
Summary: Intelligent phonetic input method library for Traditional Chinese
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -19,6 +19,7 @@ Source: http://chewing.csie.net/download/libchewing/%{name}-%{version}.t
|
|
|
|
#Patch8: libchewing-0.3.0-11.bz195416.patch
|
|
|
|
#Patch8: libchewing-0.3.0-11.bz195416.patch
|
|
|
|
Patch9: libchewing-0.3.2.bz477690.patch
|
|
|
|
Patch9: libchewing-0.3.2.bz477690.patch
|
|
|
|
Patch10: libchewing-0.3.2.phraseChoiceRearward.patch
|
|
|
|
Patch10: libchewing-0.3.2.phraseChoiceRearward.patch
|
|
|
|
|
|
|
|
Patch11: libchewing-0.3.2.chewing_zuin.patch
|
|
|
|
|
|
|
|
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%define libchewing_python_dir %{python_sitearch}/%{name}
|
|
|
|
%define libchewing_python_dir %{python_sitearch}/%{name}
|
|
|
@ -57,6 +58,7 @@ library.
|
|
|
|
#%patch8 -p1 -b .9-bz195416
|
|
|
|
#%patch8 -p1 -b .9-bz195416
|
|
|
|
%patch9 -p0 -b .bz477690
|
|
|
|
%patch9 -p0 -b .bz477690
|
|
|
|
%patch10 -p0 -b .phraseChoiceRearward
|
|
|
|
%patch10 -p0 -b .phraseChoiceRearward
|
|
|
|
|
|
|
|
%patch11 -p0 -b .chewing_zuin
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CFLAGS=-DLIBINSTDIR='\"%{_libdir}\" -g'
|
|
|
|
export CFLAGS=-DLIBINSTDIR='\"%{_libdir}\" -g'
|
|
|
@ -98,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-16
|
|
|
|
|
|
|
|
- Fix chewing Google issue 352:
|
|
|
|
|
|
|
|
zuin_count in chewing_zuin_String( ChewingContext *ctx, int *zuin_count )
|
|
|
|
|
|
|
|
does not count correctly.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 03 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-15
|
|
|
|
* Mon Aug 03 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-15
|
|
|
|
- Fix [Bug 512108:issue 11] ibus-chewing crash the application
|
|
|
|
- Fix [Bug 512108:issue 11] ibus-chewing crash the application
|
|
|
|
by move cursor_orig to chewingio.c global.
|
|
|
|
by move cursor_orig to chewingio.c global.
|
|
|
|