rpms/anthy/FC-4 anthy-gcanna-nakaguro.patch, NONE, 1.1 anthy.spec, 1.12, 1.13

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon Apr 24 01:33:18 UTC 2006


Author: tagoh

Update of /cvs/extras/rpms/anthy/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31852

Modified Files:
	anthy.spec 
Added Files:
	anthy-gcanna-nakaguro.patch 
Log Message:
* Mon Apr 24 2006 Akira TAGOH <tagoh at redhat.com> - 7500b-1
- New upstream release.
- anthy-gcanna-nakaguro.patch: added a word to dictionary to convert nakaguro to slash.
- run ldconfig in %%post and %%postun.

anthy-gcanna-nakaguro.patch:

--- NEW FILE anthy-gcanna-nakaguro.patch ---
diff -ruN anthy-7500.orig/anthy_gcanna_ut-20051002/gcanna.ctd anthy-7500/anthy_gcanna_ut-20051002/gcanna.ctd
--- anthy-7500.orig/anthy_gcanna_ut-20051002/gcanna.ctd	2005-10-02 17:56:27.000000000 +0900
+++ anthy-7500/anthy_gcanna_ut-20051002/gcanna.ctd	2006-03-17 22:19:17.000000000 +0900
@@ -1,5 +1,6 @@
 ¡¼ #KJ ¡¼ ¡Ý
 ¡¿ #KJ / ¡¿ ¡à
+¡¦ #KJ ¡¿ /
 ¡Ö #KJ*40 ¡Ö #KJ*4 ¡Ø #KJ ¡Ò ¡Ô ¡Ú
 ¡Ö¡× #KJ*40 ¡Ö¡× #KJ*38 ¡Ø¡Ù #KJ*26 ¡Ú¡Û #KJ*12 ¡Ò¡Ó ¡Ô¡Õ
 ¡× #KJ*40 ¡× #KJ*4 ¡Ù #KJ ¡Ó ¡Õ ¡Û


Index: anthy.spec
===================================================================
RCS file: /cvs/extras/rpms/anthy/FC-4/anthy.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- anthy.spec	4 Nov 2005 20:33:18 -0000	1.12
+++ anthy.spec	24 Apr 2006 01:33:17 -0000	1.13
@@ -1,4 +1,4 @@
-%define	version		7100b
+%define	version		7500b
 %define	gcanna_ver	20051002
 
 Name:		anthy
@@ -12,6 +12,7 @@
 Source0:	http://prdownloads.sourceforge.jp/anthy/9723/anthy-%{version}.tar.gz
 Source1:	anthy-init.el
 Source2:	http://www.geocities.jp/ep3797/snapshot/tmp/anthy_gcanna_ut-%{gcanna_ver}.tar.bz2
+Patch2:		anthy-gcanna-nakaguro.patch
 
 Summary:	Japanese character set input library
 Group:		System Environment/Libraries
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -a 2
+%patch2 -p1
 
 %build
 %configure
@@ -78,6 +80,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog DIARY NEWS README doc
@@ -105,6 +111,11 @@
 %{_datadir}/xemacs/site-packages/lisp/site-start.d/anthy-init.el
 
 %changelog
+* Mon Apr 24 2006 Akira TAGOH <tagoh at redhat.com> - 7500b-1
+- New upstream release.
+- anthy-gcanna-nakaguro.patch: added a word to dictionary to convert nakaguro to slash.
+- run ldconfig in %%post and %%postun.
+
 * Sat Nov  5 2005 Akira TAGOH <tagoh at redhat.com> - 7100b-1
 - New upstream release.
 - use a optimized gcanna dictionary.




More information about the fedora-extras-commits mailing list