From 2a5704d9cea316cfb01cc62017bcab0b33ddad5f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 02:48:24 +0000 Subject: [PATCH 1/6] Initialize branch F-7 for anthy --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 27a5ed06d5b717f23b766ecbb4d266ef79139444 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 3 Jul 2007 12:20:08 +0000 Subject: [PATCH 2/6] - New upstream release. --- .cvsignore | 1 + anthy.spec | 31 +++++++++++++------------------ sources | 2 +- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/.cvsignore b/.cvsignore index dc2bfd5..2d5dcff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,3 +28,4 @@ anthy-8607.tar.gz anthy-8616.tar.gz anthy-8622.tar.gz anthy-8706.tar.gz +anthy-9100.tar.gz diff --git a/anthy.spec b/anthy.spec index 31806c1..dce619e 100644 --- a/anthy.spec +++ b/anthy.spec @@ -1,17 +1,14 @@ %define gcanna_ver 20051002 -%{expand: %%define build_with_xemacs %{?_with_xemacs:1}%{!?_with_xemacs:0}} Name: anthy -Version: 8706 -Release: 2%{?dist} +Version: 9100 +Release: 1%{?dist} License: GPL URL: http://sourceforge.jp/projects/anthy/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake autoconf -%ifnarch ppc64 BuildRequires: emacs -%endif -%{?_with_xemacs:BuildRequires: xemacs} +BuildRequires: xemacs Source0: http://prdownloads.sourceforge.jp/anthy/9723/anthy-%{version}.tar.gz Source1: anthy-init.el @@ -34,7 +31,6 @@ Requires: anthy = %{version}-%{release} The anthy-devel package contains the development files which is needed to build the programs which uses Anthy. -%ifnarch ppc64 %package el Summary: Emacs Lisp files to use Anthy on Emacs Group: System Environment/Libraries @@ -43,9 +39,7 @@ Requires: anthy = %{version}-%{release} %description el The anthy-el package contains the emacs lisp to be able to input Japanese character set on Emacs. -%endif -%if %{build_with_xemacs} %package el-xemacs Summary: Emacs Lisp files to use Anthy on XEmacs Group: System Environment/Libraries @@ -54,7 +48,6 @@ Requires: anthy = %{version}-%{release} %description el-xemacs The anthy-el-xemacs package contains the emacs lisp to be able to input Japanese character set on XEmacs. -%endif %prep %setup -q @@ -71,14 +64,11 @@ 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 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d -%endif ## for anthy-el-xemacs -%if %{build_with_xemacs} %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d pushd $RPM_BUILD_DIR/%{name}-%{version}/src-util @@ -86,7 +76,6 @@ make clean make EMACS=xemacs lispdir="\${datadir}/xemacs/xemacs-packages/lisp/anthy" make install-lispLISP DESTDIR=$RPM_BUILD_ROOT EMACS=xemacs lispdir="\${datadir}/xemacs/xemacs-packages/lisp/anthy" popd -%endif %clean rm -rf $RPM_BUILD_ROOT @@ -110,23 +99,29 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %{_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 -%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 +* Tue Jul 3 2007 Akira TAGOH - 9100-1 +- New upstream release. + +* Wed Jun 13 2007 Akira TAGOH - 9011-1 +- New upstream release + +* Fri Jun 8 2007 Akira TAGOH - 9006-1 +- New upstream release. +- Get back the anthy-el-xemacs package. (#243078) + * Fri Apr 27 2007 Akira TAGOH - 8706-2 - Fix wrong Provides line. (#237987) diff --git a/sources b/sources index 0bc358d..f65c5aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fffbbc9f8642ecde771133e092d623c anthy-8706.tar.gz +00c2b8d7b722650b0088944e833077ad anthy-9100.tar.gz From 37357d87acb92a7298d78009c861c3ed72435c3a Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 18 Sep 2007 11:17:56 +0000 Subject: [PATCH 3/6] - New upstream release. --- .cvsignore | 2 ++ anthy.spec | 24 ++++++++++++++++++++---- sources | 3 ++- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2d5dcff..5e76254 100644 --- a/.cvsignore +++ b/.cvsignore @@ -29,3 +29,5 @@ anthy-8616.tar.gz anthy-8622.tar.gz anthy-8706.tar.gz anthy-9100.tar.gz +anthy-9100b.tar.gz +alt-cannadic-070805.tar.bz2 diff --git a/anthy.spec b/anthy.spec index dce619e..5d6a833 100644 --- a/anthy.spec +++ b/anthy.spec @@ -1,9 +1,10 @@ -%define gcanna_ver 20051002 +%define altcannadicver 070805 Name: anthy -Version: 9100 +Version: 9100b Release: 1%{?dist} -License: GPL +# The entire source code is LGPLv2+ and dictionaries is GPLv2. +License: LGPLv2+ and GPLv2 URL: http://sourceforge.jp/projects/anthy/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake autoconf @@ -12,6 +13,8 @@ BuildRequires: xemacs Source0: http://prdownloads.sourceforge.jp/anthy/9723/anthy-%{version}.tar.gz Source1: anthy-init.el +Source2: http://prdownloads.sourceforge.jp/alt-cannadic/26595/alt-cannadic-%{altcannadicver}.tar.bz2 +Patch0: anthy-enable-dict-gtankan.patch Summary: Japanese character set input library Group: System Environment/Libraries @@ -50,7 +53,9 @@ The anthy-el-xemacs package contains the emacs lisp to be able to input Japanese character set on XEmacs. %prep -%setup -q +%setup -q -a 2 +%patch0 -p1 -b .gtankan +cp alt-cannadic-%{altcannadicver}/* alt-cannadic/ %build %configure --disable-static @@ -112,6 +117,17 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xemacs/site-packages/lisp/site-start.d/anthy-init.el %changelog +* Tue Sep 18 2007 Akira TAGOH - 9100b-1 +- New upstream release. + +* Thu Aug 23 2007 Akira TAGOH - 9100-3 +- Rebuild + +* Wed Aug 8 2007 Akira TAGOH - 9100-2 +- Update alt-cannadic to 070805. +- Use gtankan.ctd instead of tankanji.t. +- Update License tag. + * Tue Jul 3 2007 Akira TAGOH - 9100-1 - New upstream release. diff --git a/sources b/sources index f65c5aa..dea40dd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -00c2b8d7b722650b0088944e833077ad anthy-9100.tar.gz +0ad3873646255a2ca1c8576350fabb27 anthy-9100b.tar.gz +17f849584baa5ae025542035b429f1b4 alt-cannadic-070805.tar.bz2 From ec51c7728927ec409c105c19c6abcce087a7d3dc Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 18 Sep 2007 11:21:41 +0000 Subject: [PATCH 4/6] *** empty log message *** --- anthy-enable-dict-gtankan.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 anthy-enable-dict-gtankan.patch diff --git a/anthy-enable-dict-gtankan.patch b/anthy-enable-dict-gtankan.patch new file mode 100644 index 0000000..c756de6 --- /dev/null +++ b/anthy-enable-dict-gtankan.patch @@ -0,0 +1,15 @@ +diff -ruN anthy-9100b.orig/mkworddic/dict.args.in anthy-9100b/mkworddic/dict.args.in +--- anthy-9100b.orig/mkworddic/dict.args.in 2007-09-16 21:38:40.000000000 +0900 ++++ anthy-9100b/mkworddic/dict.args.in 2007-09-18 19:53:52.000000000 +0900 +@@ -10,9 +10,9 @@ + read @top_srcdir@/alt-cannadic/gcanna.ctd + # + read @top_srcdir@/alt-cannadic/gcannaf.ctd +-#read @top_srcdir@/alt-cannadic/gtankan.ctd ++read @top_srcdir@/alt-cannadic/gtankan.ctd + # +-read @top_srcdir@/mkworddic/gtankan.ctd ++#read @top_srcdir@/mkworddic/gtankan.ctd + read @top_srcdir@/mkworddic/adjust.t + read @top_srcdir@/mkworddic/name.t + read @top_srcdir@/mkworddic/compound.t From 2a7588b8a8d65c93833ca1438a91886c2467e8a8 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 29 Oct 2007 13:37:05 +0000 Subject: [PATCH 5/6] - New upstream release. - anthy-enable-dict-gtankan.patch: removed. no need to be applied anymore. --- .cvsignore | 1 + anthy.spec | 16 +++++++++------- sources | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5e76254..8e3fa33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -31,3 +31,4 @@ anthy-8706.tar.gz anthy-9100.tar.gz anthy-9100b.tar.gz alt-cannadic-070805.tar.bz2 +anthy-9100d.tar.gz diff --git a/anthy.spec b/anthy.spec index 5d6a833..252943b 100644 --- a/anthy.spec +++ b/anthy.spec @@ -1,7 +1,7 @@ %define altcannadicver 070805 Name: anthy -Version: 9100b +Version: 9100d Release: 1%{?dist} # The entire source code is LGPLv2+ and dictionaries is GPLv2. License: LGPLv2+ and GPLv2 @@ -11,10 +11,9 @@ BuildRequires: automake autoconf BuildRequires: emacs BuildRequires: xemacs -Source0: http://prdownloads.sourceforge.jp/anthy/9723/anthy-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.jp/anthy/27771/anthy-%{version}.tar.gz Source1: anthy-init.el -Source2: http://prdownloads.sourceforge.jp/alt-cannadic/26595/alt-cannadic-%{altcannadicver}.tar.bz2 -Patch0: anthy-enable-dict-gtankan.patch +#Source2: http://prdownloads.sourceforge.jp/alt-cannadic/26595/alt-cannadic-%{altcannadicver}.tar.bz2 Summary: Japanese character set input library Group: System Environment/Libraries @@ -53,9 +52,8 @@ The anthy-el-xemacs package contains the emacs lisp to be able to input Japanese character set on XEmacs. %prep -%setup -q -a 2 -%patch0 -p1 -b .gtankan -cp alt-cannadic-%{altcannadicver}/* alt-cannadic/ +%setup -q #-a 2 +#cp alt-cannadic-%{altcannadicver}/* alt-cannadic/ %build %configure --disable-static @@ -117,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xemacs/site-packages/lisp/site-start.d/anthy-init.el %changelog +* Mon Oct 29 2007 Akira TAGOH - 9100d-1 +- New upstream release. +- anthy-enable-dict-gtankan.patch: removed. no need to be applied anymore. + * Tue Sep 18 2007 Akira TAGOH - 9100b-1 - New upstream release. diff --git a/sources b/sources index dea40dd..7a0dbb2 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 0ad3873646255a2ca1c8576350fabb27 anthy-9100b.tar.gz 17f849584baa5ae025542035b429f1b4 alt-cannadic-070805.tar.bz2 +4f629d34034de402c3fb647713bdb0ad anthy-9100d.tar.gz From adcae641f524263d043aaaef70d49dd42380db3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:02:00 +0000 Subject: [PATCH 6/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 6 ------ branch | 1 - 3 files changed, 7 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 072e2da..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: anthy -# $Id$ -NAME := anthy -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7