|
@@ -12,13 +12,13 @@
|
|
|
%define without_emacsen 1
|
|
|
%endif
|
|
|
|
|
|
-%define ut_patch_date 20090604
|
|
|
+%define ut_patch_date 20100517
|
|
|
|
|
|
Summary: A Japanese character input system library (with dictionary).
|
|
|
Summary(ja): Anthy - 日本語入力システムおよび辞書
|
|
|
Name: anthy
|
|
|
Version: 9100h
|
|
|
-Release: 7%{?_dist_release}
|
|
|
+Release: 8%{?_dist_release}
|
|
|
URL: http://www.sourceforge.jp/projects/anthy/
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
Source1: anthy-el-install.sh
|
|
@@ -86,7 +86,8 @@ pushd anthy-ut-patches-%{ut_patch_date}
|
|
|
popd
|
|
|
|
|
|
%build
|
|
|
-libtoolize --copy --force
|
|
|
+#libtoolize --copy --force
|
|
|
+autoreconf -f -i
|
|
|
%configure --localstatedir=%{_var}
|
|
|
|
|
|
#%__make %{?_smp_mflags}
|
|
@@ -174,6 +175,10 @@ fi
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Wed May 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 9100h-8
|
|
|
+- update Patch100 (anthy-ut-patches-20100517.tar.bz2)
|
|
|
+- run autoreconf at %%build section
|
|
|
+
|
|
|
* Tue Jul 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 9100h-7
|
|
|
- updated vine-default-anthy.el
|
|
|
- set 1 for anthy-accept-timeout (because default timeout is too long)
|
|
@@ -366,3 +371,4 @@ fi
|
|
|
|
|
|
* Sun Aug 19 2001 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
|
|
|
- Initial build.
|
|
|
+
|