|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libchewing
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Intelligent phonetic input method library for Traditional Chinese
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -11,6 +11,7 @@ Patch0: libchewing-0.3.0-3.bz199353.patch
|
|
|
|
|
Patch1: libchewing-0.3.0-4.bz206232.patch
|
|
|
|
|
Patch2: libchewing-0.3.0-5.bz216581a.patch
|
|
|
|
|
Patch3: libchewing-0.3.0-5.bz216581b.patch
|
|
|
|
|
Patch4: libchewing-0.3.0-6.bz231568.patch
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
@ -36,6 +37,7 @@ Headers and other files needed to develop applications using the %name library.
|
|
|
|
|
%patch1 -p1 -b .2-bz206232
|
|
|
|
|
%patch2 -p1 -b .3-bz216581a
|
|
|
|
|
%patch3 -p1 -b .4-bz216581b
|
|
|
|
|
%patch4 -p1 -b .5-bz231568
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
@ -69,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 09 2007 Caius Chance <cchance@redhat.com> - 0.3.0-6.devel
|
|
|
|
|
- Fixed bz231568: [chewing] Look up table is showing candidates of previous
|
|
|
|
|
look-up.
|
|
|
|
|
|
|
|
|
|
* Tue Nov 21 2006 Caius Chance <cchance@redhat.com> - 0.3.0-5.fc7
|
|
|
|
|
- Fixed bz#216581: Ported the following bugfix:
|
|
|
|
|
- (bz#216337: Page Up / Page Down key doesn't when Chewing is activated.)
|
|
|
|
|