rpms/anthy/FC-6 .cvsignore, 1.20, 1.21 anthy-gcanna-nakaguro.patch, 1.1, 1.2 anthy.spec, 1.33, 1.34 sources, 1.20, 1.21 anthy-7900-fix-undef-non-weak-symbol.patch, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 9 09:06:30 UTC 2007


Author: tagoh

Update of /cvs/dist/rpms/anthy/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv16303

Modified Files:
	.cvsignore anthy-gcanna-nakaguro.patch anthy.spec sources 
Removed Files:
	anthy-7900-fix-undef-non-weak-symbol.patch 
Log Message:
* Fri Mar  9 2007 Akira TAGOH <tagoh at redhat.com> - 8700b-1
- New upstream release.
- Build with --disable-static
- clean up a spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/anthy/FC-6/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	12 Jul 2006 01:04:03 -0000	1.20
+++ .cvsignore	9 Mar 2007 09:06:28 -0000	1.21
@@ -23,3 +23,4 @@
 anthy-7818.tar.gz
 anthy-7824.tar.gz
 anthy-7900.tar.gz
+anthy-8700b.tar.gz

anthy-gcanna-nakaguro.patch:
 gcanna.ctd |    1 +
 1 files changed, 1 insertion(+)

Index: anthy-gcanna-nakaguro.patch
===================================================================
RCS file: /cvs/dist/rpms/anthy/FC-6/anthy-gcanna-nakaguro.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anthy-gcanna-nakaguro.patch	17 Mar 2006 13:32:32 -0000	1.1
+++ anthy-gcanna-nakaguro.patch	9 Mar 2007 09:06:28 -0000	1.2
@@ -1,10 +1,9 @@
-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 ¡¼ ¡Ý
+diff -ruN anthy-8700b.orig/cannadic/gcanna.ctd anthy-8700b/cannadic/gcanna.ctd
+--- anthy-8700b.orig/cannadic/gcanna.ctd	2007-02-15 21:51:09.000000000 +0900
++++ anthy-8700b/cannadic/gcanna.ctd	2007-03-09 17:57:20.000000000 +0900
+@@ -92650,4 +92650,5 @@
+ ¡ö #KJ * ¡ß
+ ¡Ü #KJ +
  ¡¿ #KJ / ¡¿ ¡à
 +¡¦ #KJ ¡¿ /
- ¡Ö #KJ*40 ¡Ö #KJ*4 ¡Ø #KJ ¡Ò ¡Ô ¡Ú
- ¡Ö¡× #KJ*40 ¡Ö¡× #KJ*38 ¡Ø¡Ù #KJ*26 ¡Ú¡Û #KJ*12 ¡Ò¡Ó ¡Ô¡Õ
- ¡× #KJ*40 ¡× #KJ*4 ¡Ù #KJ ¡Ó ¡Õ ¡Û
+ ¡ä #KJ >


Index: anthy.spec
===================================================================
RCS file: /cvs/dist/rpms/anthy/FC-6/anthy.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- anthy.spec	11 Aug 2006 10:27:31 -0000	1.33
+++ anthy.spec	9 Mar 2007 09:06:28 -0000	1.34
@@ -2,8 +2,8 @@
 %{expand: %%define build_with_xemacs %{?_with_xemacs:1}%{!?_with_xemacs:0}}
 
 Name:		anthy
-Version:	7900
-Release:	2%{?dist}
+Version:	8700b
+Release:	1%{?dist}
 License:	GPL
 URL:		http://sourceforge.jp/projects/anthy/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,9 +15,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
-Patch3:		anthy-7900-fix-undef-non-weak-symbol.patch
 
 Summary:	Japanese character set input library
 Group:		System Environment/Libraries
@@ -60,16 +58,11 @@
 %endif
 
 %prep
-%setup -q -a 2
+%setup -q
 %patch2 -p1
-%patch3 -p1 -b .non-weak
-# need to regenerate Makefile for patch3
-automake
-autoconf
 
 %build
-%configure
-cp anthy_gcanna_ut-%{gcanna_ver}/gcanna.ctd cannadic/
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -77,6 +70,9 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# remove unnecessary files
+rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
+
 %ifnarch ppc64
 ## for anthy-el
 %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d
@@ -103,7 +99,7 @@
 
 %files
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog DIARY NEWS README doc
+%doc AUTHORS COPYING ChangeLog DIARY NEWS README
 %{_bindir}/*
 %{_sysconfdir}/*
 %{_libdir}/lib*.so.*
@@ -111,15 +107,15 @@
 
 %files devel
 %defattr (-, root, root)
+%doc doc/DICLIB doc/DICUTIL doc/GLOSSARY doc/GRAMMAR doc/GUIDE.english doc/ILIB doc/LEARNING doc/LIB doc/MISC doc/POS doc/SPLITTER doc/TESTING doc/protocol.txt
 %{_includedir}/*
 %{_libdir}/lib*.so
-%{_libdir}/lib*.a
-%{_libdir}/lib*.la
 %{_libdir}/pkgconfig
 
 %ifnarch ppc64
 %files el
 %defattr (-, root, root)
+%doc doc/ELISP
 %{_datadir}/emacs/site-lisp/anthy/
 %{_datadir}/emacs/site-lisp/site-start.d/anthy-init.el
 %endif
@@ -127,11 +123,17 @@
 %if %{build_with_xemacs}
 %files el-xemacs
 %defattr (-, root, root)
+%doc doc/ELISP
 %{_datadir}/xemacs/xemacs-packages/lisp/anthy/
 %{_datadir}/xemacs/site-packages/lisp/site-start.d/anthy-init.el
 %endif
 
 %changelog
+* Fri Mar  9 2007 Akira TAGOH <tagoh at redhat.com> - 8700b-1
+- New upstream release.
+- Build with --disable-static
+- clean up a spec file.
+
 * Fri Aug 11 2006 Akira TAGOH <tagoh at redhat.com> - 7900-2
 - anthy-7900-fix-undef-non-weak-symbol.patch: removed the unnecessary library
   chain.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/anthy/FC-6/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	12 Jul 2006 01:04:03 -0000	1.20
+++ sources	9 Mar 2007 09:06:28 -0000	1.21
@@ -1,2 +1 @@
-d0f6128b6e000e85764abbc030399db7  anthy_gcanna_ut-20051002.tar.bz2
-356467305997191acd353d1c7e4e5d92  anthy-7900.tar.gz
+fbdc9d2c211faec989d4a847988ec8d7  anthy-8700b.tar.gz


--- anthy-7900-fix-undef-non-weak-symbol.patch DELETED ---




More information about the fedora-cvs-commits mailing list