Update to 1.1.0.20090603

This commit is contained in:
Peng Huang 2009-06-12 22:25:58 +00:00
parent 53f9b8f601
commit c2a60f366e
4 changed files with 15 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1 @@

View File

@ -1,13 +1,14 @@
%{!?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 mod_path ibus-1.1 %define mod_path ibus-1.1
Name: ibus-anthy Name: ibus-anthy
Version: 1.1.0.20090402 Version: 1.1.0.20090603
Release: 1%{?dist} Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform Summary: The Anthy engine for IBus input platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://code.google.com/p/ibus/ URL: http://code.google.com/p/ibus/
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
# Patch0: ibus-anthy-HEAD.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -27,6 +28,7 @@ libanthy.
%prep %prep
%setup -q %setup -q
# %patch0 -p1
%build %build
%configure --disable-static %configure --disable-static
@ -49,11 +51,19 @@ rm -rf $RPM_BUILD_ROOT
# %dir %{python_sitearch}/ibus # %dir %{python_sitearch}/ibus
%{python_sitearch}/anthy.py* %{python_sitearch}/anthy.py*
%{python_sitearch}/_anthy.so %{python_sitearch}/_anthy.so
%{_libexecdir}/ibus-engine-anthy %{_libexecdir}/*
%{_datadir}/ibus-anthy %{_datadir}/ibus-anthy
%{_datadir}/ibus/component/* %{_datadir}/ibus/component/*
%changelog %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 * Thu Apr 02 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090402-1
- Update to 1.1.0.20090402. - Update to 1.1.0.20090402.
- Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion - Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion

View File

@ -1 +1 @@
2d5ae290174ed2f326006659deabc127 ibus-anthy-1.1.0.20090402.tar.gz b8e9970bf6dbaf1dde27c8a3eb5622d9 ibus-anthy-1.1.0.20090603.tar.gz