|
@@ -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: 8%{?_dist_release}
|
|
|
|
|
|
+Release: 10%{?_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
|
|
@@ -27,17 +27,20 @@ Source3: anthy-init.el
|
|
Source4: vine-default-anthy.el
|
|
Source4: vine-default-anthy.el
|
|
# large dictionary and improvement patch made by UTSUMI at
|
|
# large dictionary and improvement patch made by UTSUMI at
|
|
# http://www.geocities.jp/ep3797/anthy_dict_01.html
|
|
# http://www.geocities.jp/ep3797/anthy_dict_01.html
|
|
-# also it includes some patches made by G-HAL at
|
|
|
|
-# http://www.fenix.ne.jp/~G-HAL/soft/nosettle/#anthy
|
|
|
|
-Patch100: anthy-ut-patches-%{ut_patch_date}.tar.bz2
|
|
|
|
|
|
+Source100: anthy-ut-patches-%{ut_patch_date}.tar.bz2
|
|
|
|
+# anthy patches made by G-HAL
|
|
|
|
+# http://www.fenix.ne.jp/~G-HAL/soft/nosettle/#anthy
|
|
|
|
+Patch100: anthy-9100h.patch13B-23-iconv-ucdict.2010507.alt-depgraph-100120-patch100126.alt-cannadic-091230.patch
|
|
|
|
+Patch110: anthy-9100h.patch13B-23-iconv-jisx0213.patch
|
|
|
|
+Patch120: anthy-ut-patches-20100517-ANTHY_ENCODING_EUCJP.patch
|
|
License: GPL, LGPL, BSD
|
|
License: GPL, LGPL, BSD
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-#BuildRequires: automake16, autoconf
|
|
|
|
|
|
+BuildRequires: automake, autoconf
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
|
|
|
|
|
|
+Packager: daisuke, kazutaka
|
|
|
|
|
|
%description
|
|
%description
|
|
Anthy is free and secure Japanese input system.
|
|
Anthy is free and secure Japanese input system.
|
|
@@ -77,14 +80,20 @@ libanthy を利用したアプリケーションを開発するために必要
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
|
|
+%setup -q -a 100
|
|
|
|
+%patch100 -p1
|
|
|
|
+%patch110 -p1
|
|
|
|
+%patch120 -p1
|
|
|
|
|
|
-# apply conversion improvement and large dict patch set
|
|
|
|
-%{__tar} xjf %{PATCH100}
|
|
|
|
pushd anthy-ut-patches-%{ut_patch_date}
|
|
pushd anthy-ut-patches-%{ut_patch_date}
|
|
./apply-patches.sh
|
|
./apply-patches.sh
|
|
popd
|
|
popd
|
|
|
|
|
|
|
|
+# fix file permission...
|
|
|
|
+chmod a+x ./depgraph/mkdepword \
|
|
|
|
+ ./calctrans/divide.sh \
|
|
|
|
+ ./mkworddic/mkucdic.pl
|
|
|
|
+
|
|
%build
|
|
%build
|
|
#libtoolize --copy --force
|
|
#libtoolize --copy --force
|
|
autoreconf -f -i
|
|
autoreconf -f -i
|
|
@@ -175,6 +184,16 @@ fi
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 9100h-10
|
|
|
|
+- add patch110 to change EUCJP AS EUCJP/JISX0213
|
|
|
|
+- add patch120 to change default encoding to EUCJP for compatibility
|
|
|
|
+
|
|
|
|
+* Fri Jun 04 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 9100h-9
|
|
|
|
+- move ut patch to Source100
|
|
|
|
+- add Patch100 to add G-HAL's patches
|
|
|
|
+ - diffed from G-HAL's modified anthy archive.
|
|
|
|
+ - new ut patch does not include G-HAL's patches
|
|
|
|
+
|
|
* Wed May 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 9100h-8
|
|
* Wed May 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 9100h-8
|
|
- update Patch100 (anthy-ut-patches-20100517.tar.bz2)
|
|
- update Patch100 (anthy-ut-patches-20100517.tar.bz2)
|
|
- run autoreconf at %%build section
|
|
- run autoreconf at %%build section
|