|
@@ -18,7 +18,7 @@ Summary: A Japanese character input system library (with dictionary).
|
|
Summary(ja): Anthy - 日本語入力システムおよび辞書
|
|
Summary(ja): Anthy - 日本語入力システムおよび辞書
|
|
Name: anthy
|
|
Name: anthy
|
|
Version: 9100h
|
|
Version: 9100h
|
|
-Release: 11%{?_dist_release}
|
|
|
|
|
|
+Release: 12%{?_dist_release}
|
|
URL: http://www.sourceforge.jp/projects/anthy/
|
|
URL: http://www.sourceforge.jp/projects/anthy/
|
|
Source: %{name}-%{version}.tar.gz
|
|
Source: %{name}-%{version}.tar.gz
|
|
Source1: anthy-el-install.sh
|
|
Source1: anthy-el-install.sh
|
|
@@ -33,6 +33,7 @@ Source100: anthy-ut-patches-%{ut_patch_date}.tar.bz2
|
|
Patch100: anthy-9100h.patch13B-23-iconv-ucdict.2010507.alt-depgraph-100120-patch100126.alt-cannadic-091230.patch
|
|
Patch100: anthy-9100h.patch13B-23-iconv-ucdict.2010507.alt-depgraph-100120-patch100126.alt-cannadic-091230.patch
|
|
Patch110: anthy-9100h.patch13B-23-iconv-jisx0213.patch
|
|
Patch110: anthy-9100h.patch13B-23-iconv-jisx0213.patch
|
|
Patch120: anthy-ut-patches-20100517-ANTHY_ENCODING_EUCJP.patch
|
|
Patch120: anthy-ut-patches-20100517-ANTHY_ENCODING_EUCJP.patch
|
|
|
|
+Patch121: make-anthy.el-work-with-emacs-24.3.1.diff
|
|
License: GPL, LGPL, BSD
|
|
License: GPL, LGPL, BSD
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -84,6 +85,9 @@ libanthy を利用したアプリケーションを開発するために必要
|
|
%patch100 -p1
|
|
%patch100 -p1
|
|
%patch110 -p1
|
|
%patch110 -p1
|
|
%patch120 -p1
|
|
%patch120 -p1
|
|
|
|
+pushd src-util
|
|
|
|
+%patch121 -p1
|
|
|
|
+popd
|
|
|
|
|
|
pushd anthy-ut-patches-%{ut_patch_date}
|
|
pushd anthy-ut-patches-%{ut_patch_date}
|
|
./apply-patches.sh
|
|
./apply-patches.sh
|
|
@@ -184,6 +188,9 @@ fi
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 18 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 9100h-12
|
|
|
|
+- add anthy.el patch for Emacs 24.3 (Patch:121) <VineLinux:2629>
|
|
|
|
+
|
|
* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 9100h-11
|
|
* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 9100h-11
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
|