2010-02-04 03:05:26 +00:00
|
|
|
%define require_ibus_version 1.2.99
|
2009-12-11 06:56:09 +00:00
|
|
|
%define require_libhangul_version 0.0.10
|
2009-06-22 05:24:45 +00:00
|
|
|
|
2008-08-24 22:33:00 +00:00
|
|
|
Name: ibus-hangul
|
2011-02-28 01:05:29 +00:00
|
|
|
Version: 1.3.1
|
2011-05-11 09:20:43 +00:00
|
|
|
Release: 3%{?dist}
|
2008-08-24 22:33:00 +00:00
|
|
|
Summary: The Hangul 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
|
2011-04-05 08:20:39 +00:00
|
|
|
Patch0: ibus-hangul-ibus-1.4.patch
|
2008-08-24 22:33:00 +00:00
|
|
|
|
|
|
|
BuildRequires: gettext-devel
|
2010-02-04 06:37:08 +00:00
|
|
|
BuildRequires: intltool
|
2008-08-24 22:33:00 +00:00
|
|
|
BuildRequires: libtool
|
2009-06-22 05:24:45 +00:00
|
|
|
BuildRequires: libhangul-devel >= %{require_libhangul_version}
|
2008-08-24 22:33:00 +00:00
|
|
|
BuildRequires: pkgconfig
|
2009-06-22 05:24:45 +00:00
|
|
|
BuildRequires: ibus-devel >= %{require_ibus_version}
|
2008-08-24 22:33:00 +00:00
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
Requires: ibus >= %{require_ibus_version}
|
|
|
|
Requires: libhangul >= %{require_libhangul_version}
|
2008-08-24 22:33:00 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Hangul engine for IBus platform. It provides Korean input method from
|
|
|
|
libhangul.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-04-05 08:20:39 +00:00
|
|
|
%patch0 -p1 -b .ibus-1.4
|
2008-08-24 22:33:00 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
# make -C po update-gmo
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING README
|
2009-02-05 08:39:48 +00:00
|
|
|
%{_libexecdir}/ibus-engine-hangul
|
2009-03-30 07:07:19 +00:00
|
|
|
%{_libexecdir}/ibus-setup-hangul
|
2009-02-05 08:39:48 +00:00
|
|
|
%{_datadir}/ibus-hangul
|
|
|
|
%{_datadir}/ibus/component/*
|
2008-08-24 22:33:00 +00:00
|
|
|
|
|
|
|
%changelog
|
2011-05-11 09:20:43 +00:00
|
|
|
* Wed May 11 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-3
|
|
|
|
- Update ibus-1.4 patch.
|
|
|
|
- Move the ibus version check into the patch from this spec.
|
|
|
|
- Fix bug 695971 - Hangul Keybaord Layout works to only dubeolsik
|
|
|
|
|
2011-04-05 08:20:39 +00:00
|
|
|
* Mon Apr 4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-2
|
|
|
|
- Apply ibus-1.4 patch conditionally for SRPM compatibility.
|
|
|
|
- Drop buildroot, %%clean and cleaning of buildroot in %%install
|
|
|
|
|
2011-02-28 01:05:29 +00:00
|
|
|
* Mon Feb 28 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-1
|
|
|
|
- Update version to 1.3.1.
|
|
|
|
|
2011-02-09 11:51:39 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0.20100329-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-08 05:17:13 +00:00
|
|
|
* Mon Nov 8 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-4
|
|
|
|
- Add ibus-hangul-gvariant.patch for ibus-1.3.99
|
|
|
|
|
2010-08-23 01:45:49 +00:00
|
|
|
* Mon Aug 23 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-3
|
|
|
|
- Update ibus-hangul-HEAD.patch
|
|
|
|
|
2010-08-03 07:23:10 +00:00
|
|
|
* Tue Aug 3 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-1
|
|
|
|
- Update version to 1.3.0.20100329
|
|
|
|
- Add ibus-hangul-HEAD.patch to synch it with the git master
|
|
|
|
|
2010-02-04 03:05:26 +00:00
|
|
|
* Thu Feb 04 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20100102-1
|
|
|
|
- Update version to 1.2.0.20100102
|
|
|
|
- Add ibus-hangul-phuang.patch for ibus-1.2.99
|
|
|
|
|
2009-12-11 06:56:09 +00:00
|
|
|
* Fri Dec 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20091031-1
|
|
|
|
- Update version to 1.2.0.20091031.
|
|
|
|
- Drop ibus-hangul-1.1.0.20090328-right-ctrl-hanja.patch and
|
|
|
|
ibus-hangul-1.1.0.20090328-hanja-arrow-keys.patch temporarily, because
|
|
|
|
patches conflict with 1.2.0.20091031, and the key configure will available
|
|
|
|
in next release.
|
|
|
|
|
2009-07-25 03:01:59 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090330-1
|
|
|
|
- Update version to 1.2.0.20090617.
|
|
|
|
|
2009-04-13 02:57:12 +00:00
|
|
|
* Sun Apr 12 2009 Warren Togami <wtogami@redhat.com> - 1.1.0.20090330-2
|
|
|
|
- Bug 493706: ibus-hangul Hanja arrow keys are wrong
|
|
|
|
- Bug 493509: ibus-hangul missing right Ctrl for Hanja button
|
|
|
|
These fixes are not ideal, but they make it usable for Fedora 11.
|
|
|
|
These must become configurable in a future version.
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Mon Mar 30 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090330-1
|
2009-03-30 07:07:19 +00:00
|
|
|
- Update version to 1.1.0.20090330.
|
|
|
|
- Fix bug 486056 - missing options for 2bul, 3bul and other Korean layouts
|
|
|
|
- Fix bug 487269 - missing Hanja Conversion
|
|
|
|
|
2009-02-25 06:31:34 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
|
2009-02-11 07:37:28 +00:00
|
|
|
- Update version to 1.1.0.20090211.
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
|
2009-02-05 08:39:48 +00:00
|
|
|
- Update version to 1.1.0.20090205.
|
|
|
|
|
2008-11-29 16:47:53 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Thu Oct 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081023-1
|
2008-10-23 06:53:39 +00:00
|
|
|
- Update to 0.1.1.20081023.
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Mon Sep 09 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
|
2008-09-01 00:35:08 +00:00
|
|
|
- Update to 0.1.1.20080901.
|
|
|
|
|
2009-06-22 05:24:45 +00:00
|
|
|
* Fri Aug 08 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
|
2008-08-24 22:33:00 +00:00
|
|
|
- The first version.
|