Update to 1.1.0.20090603
This commit is contained in:
parent
53f9b8f601
commit
c2a60f366e
@ -1 +1 @@
|
||||
ibus-anthy-1.1.0.20090402.tar.gz
|
||||
ibus-anthy-1.1.0.20090603.tar.gz
|
||||
|
1
ibus-anthy-HEAD.patch
Normal file
1
ibus-anthy-HEAD.patch
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,13 +1,14 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%define mod_path ibus-1.1
|
||||
Name: ibus-anthy
|
||||
Version: 1.1.0.20090402
|
||||
Version: 1.1.0.20090603
|
||||
Release: 1%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
# Patch0: ibus-anthy-HEAD.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -27,6 +28,7 @@ libanthy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# %patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -49,11 +51,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# %dir %{python_sitearch}/ibus
|
||||
%{python_sitearch}/anthy.py*
|
||||
%{python_sitearch}/_anthy.so
|
||||
%{_libexecdir}/ibus-engine-anthy
|
||||
%{_libexecdir}/*
|
||||
%{_datadir}/ibus-anthy
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090603-1
|
||||
- Update to 1.1.0.20090603
|
||||
- Implement setup ui.
|
||||
|
||||
* Thu Apr 30 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090402-2
|
||||
- Update to upstream HEAD version
|
||||
- Fix bug 498250 - Cannot type zenkaku-space
|
||||
|
||||
* Thu Apr 02 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090402-1
|
||||
- Update to 1.1.0.20090402.
|
||||
- Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion
|
||||
|
Loading…
Reference in New Issue
Block a user