diff --git a/egg-canna.el.bz2 b/egg-canna.el.bz2 deleted file mode 100644 index e07a104..0000000 --- a/egg-canna.el.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f7c2e5b0db8c8b861e3b04ee9511cc161693449a59024dd7c6a093e5feebefa -size 3375 diff --git a/egg_4.0.6+0.20041122cvs-19.diff.gz b/egg_4.0.6+0.20041122cvs-19.diff.gz new file mode 100644 index 0000000..9dbaf84 --- /dev/null +++ b/egg_4.0.6+0.20041122cvs-19.diff.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4252d0536c1eeb526789063b822b9b9e75f2bbec9c3db97792ce0ee3b89fb0 +size 28417 diff --git a/egg_4.0.6+0.20041122cvs-19.dsc b/egg_4.0.6+0.20041122cvs-19.dsc new file mode 100644 index 0000000..718e5aa --- /dev/null +++ b/egg_4.0.6+0.20041122cvs-19.dsc @@ -0,0 +1,30 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Format: 1.0 +Source: egg +Binary: egg +Architecture: all +Version: 4.0.6+0.20041122cvs-19 +Maintainer: ISHIKAWA Mutsumi +Standards-Version: 3.8.3 +Build-Depends: debhelper (>> 5.0.0) +Package-List: + egg deb utils extra +Checksums-Sha1: + 2bacd302e5b8e30c136ba477b311e4df8d001ce7 287308 egg_4.0.6+0.20041122cvs.orig.tar.gz + 74cc843a351af1e610bd587ca507627b2faa44f6 28417 egg_4.0.6+0.20041122cvs-19.diff.gz +Checksums-Sha256: + 722413515f2d60418d98250c8aed2b811e6b5363cdb69899193d454afe425115 287308 egg_4.0.6+0.20041122cvs.orig.tar.gz + bd4252d0536c1eeb526789063b822b9b9e75f2bbec9c3db97792ce0ee3b89fb0 28417 egg_4.0.6+0.20041122cvs-19.diff.gz +Files: + 64ec1af61f6e265c05447dd4e2a83aae 287308 egg_4.0.6+0.20041122cvs.orig.tar.gz + e02a2caa127ced9d75900d8145b9eab4 28417 egg_4.0.6+0.20041122cvs-19.diff.gz + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iEYEARECAAYFAk+kpe0ACgkQfi8w7uypT6jO9gCdHh3ud50Y92/4kernAxh9Y6Mi +1moAnjbxWgLi6FGjsQsZ1ZQjDETk1r+A +=Ukdw +-----END PGP SIGNATURE----- diff --git a/egg_4.0.6+0.20041122cvs.orig.tar.gz b/egg_4.0.6+0.20041122cvs.orig.tar.gz new file mode 100644 index 0000000..37ba21c --- /dev/null +++ b/egg_4.0.6+0.20041122cvs.orig.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722413515f2d60418d98250c8aed2b811e6b5363cdb69899193d454afe425115 +size 287308 diff --git a/tamago-4.0.6_20011017cvs.tar.bz2 b/tamago-4.0.6_20011017cvs.tar.bz2 deleted file mode 100644 index df3ef36..0000000 --- a/tamago-4.0.6_20011017cvs.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38585373b083ff5d813892f31eb5198259c7287d28e6fdd96e1b9d9fea5d5b62 -size 180985 diff --git a/tamago-fix-access-to-fwnn.patch b/tamago-fix-access-to-fwnn.patch new file mode 100644 index 0000000..7e28b55 --- /dev/null +++ b/tamago-fix-access-to-fwnn.patch @@ -0,0 +1,78 @@ +From: Mitsutoshi NAKANO +Date: 2013-08-27 14:52:16 +0900 +Subject: Fix that Emacs's tamago can not access to FreeWnn's jserver . +References: bnc#836138 +Upstream: dead + +I fixed that Emacs's tamago can not access to FreeWnn's jserver . + +0. I inported new tar ball from + http://packages.debian.org/wheezy/egg . +1. I deleted (make-local-hook) function . +2. Defvaralias 'last-command-char 'last-command-event . +3. I deleted egg-canna.el . +4. I changed comm-accept-timeout from nil to 1000 in egg-com.el . + + +--- + +diff -ur egg-4.0.6+0.20041122cvs.05-oldprep/egg-com.el egg-4.0.6+0.20041122cvs/egg-com.el +--- egg-4.0.6+0.20041122cvs.05-oldprep/egg-com.el 2013-08-27 10:32:53.809412379 +0900 ++++ egg-4.0.6+0.20041122cvs/egg-com.el 2013-08-28 06:54:50.607995017 +0900 +@@ -822,7 +822,7 @@ + (error "comm-format %s: arguments mismatch" format)) + result)) + +-(defvar comm-accept-timeout nil) ++(defvar comm-accept-timeout 1000) + + ;; Assume PROC is bound to the process of current buffer + ;; Do not move the point, leave it where it was. +diff -ur egg-4.0.6+0.20041122cvs.05-oldprep/egg.el egg-4.0.6+0.20041122cvs/egg.el +--- egg-4.0.6+0.20041122cvs.05-oldprep/egg.el 2013-08-27 10:32:53.808412379 +0900 ++++ egg-4.0.6+0.20041122cvs/egg.el 2013-08-25 12:58:57.622094211 +0900 +@@ -30,6 +30,11 @@ + + ;;; Code: + ++;;; for 24.3 and later ++(if (string< "24.3" emacs-version) ++ (progn ++ (defvaralias 'last-command-char 'last-command-event))) ++ + (defconst egg-version "4.0.6+20020909cvs" + "Version number for this version of Tamago.") + +@@ -169,7 +174,7 @@ + (setq egg-modeless-mode t)) + (setq inactivate-current-input-method-function 'egg-mode) + (setq describe-current-input-method-function 'egg-help) +- (make-local-hook 'input-method-activate-hook) ++;;; (make-local-hook 'input-method-activate-hook) + (add-hook 'input-method-activate-hook 'its-set-mode-line-title nil t) + (if (eq (selected-window) (minibuffer-window)) + (add-hook 'minibuffer-exit-hook 'egg-exit-from-minibuffer)) +diff -ur egg-4.0.6+0.20041122cvs.05-oldprep/menudiag.el egg-4.0.6+0.20041122cvs/menudiag.el +--- egg-4.0.6+0.20041122cvs.05-oldprep/menudiag.el 2001-01-28 03:53:13.000000000 +0900 ++++ egg-4.0.6+0.20041122cvs/menudiag.el 2013-08-27 11:46:32.615174586 +0900 +@@ -503,7 +503,7 @@ + (make-local-variable 'inhibit-read-only) + (setq buffer-read-only t + inhibit-read-only nil) +- (make-local-hook 'post-command-hook) ++;;; (make-local-hook 'post-command-hook) + (add-hook 'post-command-hook 'menudiag-selection-align-to-item nil t) + (use-local-map menudiag-selection-map) + (setq mode-name "Menudiag Selection") +diff -ur egg-4.0.6+0.20041122cvs.05-oldprep/suse-start.el egg-4.0.6+0.20041122cvs/suse-start.el +--- egg-4.0.6+0.20041122cvs.05-oldprep/suse-start.el 2013-08-25 15:56:40.255474625 +0900 ++++ egg-4.0.6+0.20041122cvs/suse-start.el 2013-08-27 14:36:47.539624883 +0900 +@@ -1,8 +1 @@ + (load "/usr/share/emacs/site-lisp/egg/leim-list") +- +-;; egg-canna.el makes the CANNA commands of emcws available with tamago. +-;; egg-canna.el is already part of the tamago package in SuSE GNU/Linux. +-;; to use it you need the following hook: +- +-(add-hook 'canna-load-hook '(lambda () (load "egg-canna.el"))) +- diff --git a/tamago.changes b/tamago.changes index 80ddfd1..4500ae2 100644 --- a/tamago.changes +++ b/tamago.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sun Sep 8 17:07:40 UTC 2013 - bkbin005@rinku.zaq.ne.jp + +- Fix tamago.changes: + Fixed comment style . +- Fix tamago.spec: + * fix commented-out macros: were changed to "_" . + Because rpmlint tells them warning messages . + * Source[234]'s URLs were dead, so I deleted URL . + * Changed egg_4.0.6+0.20041122cvs-19.diff.gz + to patch from source . + * I deleted Japanese EUC-JP encoding comments . + * I added a comment why am I import sources from Debian . + Because upstream http://www.m17n.org/tamago was dead . +- Fix tamago-fix-access-to-fwnn.patch . + I forgot to change comm-accept-timeout from nil to 1000 + in egg-com.el . + So insert it in tamago-fix-access-to-fwnn.patch . +- Fix Version: tag in tamago.spec . + I changed version string to Debian format . + But its string was wrong, then fixed to openSUSE format . +- Fix that tamago can not access to FreeWnn's jserver + (bnc#836138) . + * Update to egg_4.0.6_20041122cvs.orig.tar.gz: + * Imported source from http://packages.debian.org/wheezy/egg . + http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs-19.dsc + http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs.orig.tar.gz + http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs-19.diff.gz + Because upstream http://www.m17n.org/tamago wad dead, + and egg_4.0.6+0.20041122cvs-19.diff.gz was fixed bnc#836138 . + * Deleted source + http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2 . + Because this program can not run on Emacs-24.3-4.3 . + * Added tamago-fix-access-to-fwnn.patch . + Deleted (make-local-hook) function . + And defvaralias 'last-command-char 'last-command-event . + Because their function and variable are deleted + from Emacs-24.3 . + ------------------------------------------------------------------- Wed Jan 25 21:48:15 CET 2006 - mls@suse.de diff --git a/tamago.spec b/tamago.spec index 897fb8d..408d469 100644 --- a/tamago.spec +++ b/tamago.spec @@ -1,7 +1,7 @@ # -# spec file for package tamago (Version 4.0.6_20011017cvs) +# spec file for package tamago # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: tamago -BuildRequires: emacs-x11 giflib-devel libpng-devel libtiff-devel xorg-x11-devel -License: GPL-2.0+ -Group: System/I18n/Japanese +BuildRequires: emacs-x11 +BuildRequires: giflib-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: xorg-x11-devel Requires: emacs -AutoReqProv: on -Version: 4.0.6_20011017cvs -Release: 848 +# updated 2013-08-27 +#Version: 4.0.6_20011017cvs +Version: 4.0.6_20041122cvs +Release: 0 +#Version: 4.0.6+0.20041122cvs # this version string is wrong . + Url: http://www.m17n.org/tamago # Other useful, tamago related URLs: # http://emacs-20.ki.nu/tamago/ @@ -38,27 +41,39 @@ Url: http://www.m17n.org/tamago # get the tamago CVS source with: # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/tamago co tamago # and create the following tarball: -Source0: tamago-%{version}.tar.bz2 -Source1: http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2 -Source2: http://www.gcd.org/sengoku/boiling-egg/boiling-egg.el.bz2 -Source3: http://www.m17n.org/tamago/pdf/ISFST99.pdf.bz2 -Source4: http://www.m17n.org/tamago/pdf/LC99.pdf.bz2 +#Source0: tamago-_{version}.tar.bz2 + +# 2013-08-27 - bkbin005@rinku.zaq.ne.jp +# imported source from http://packages.debian.org/wheezy/egg . +# Because upstream http://www.m17n.org/tamago was dead, +# and egg_4.0.6+0.20041122cvs-19.diff.gz was fixed bnc#836138 . +Source0: http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs.orig.tar.gz +# egg-canna.el was deleted 2013-08-27 by bkbin005@rinku.zaq.ne.jp +#Source1: http://cgi18.plala.or.jp/nyy/canna/egg-canna.el.bz2 + +# 2013-09-09 - bkbin005@rinku.zaq.ne.jp +# Source[234]'s URLs were dead, so I deleted URL . +#Source2: http://www.gcd.org/sengoku/boiling-egg/boiling-egg.el.bz2 +#Source3: http://www.m17n.org/tamago/pdf/ISFST99.pdf.bz2 +#Source4: http://www.m17n.org/tamago/pdf/LC99.pdf.bz2 +Source2: boiling-egg.el.bz2 +Source3: ISFST99.pdf.bz2 +Source4: LC99.pdf.bz2 + Source5: suse-start.el +# imported from http://packages.debian.org/wheezy/egg . +Source6: http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs-19.dsc Patch0: eggrc.patch +# imported from http://packages.debian.org/wheezy/egg . +#PATCH-FIX-UPSTREAM egg_4.0.6+0.20041122cvs-19.diff.gz bnc#836138 bkbin005@rinku.zaq.ne.jp +Patch1: http://ftp.de.debian.org/debian/pool/main/e/egg/egg_4.0.6+0.20041122cvs-19.diff.gz +#PATCH-FIX-OPENSUSE tamago-fix-access-to-fwnn.patch bnc#836138 bkbin005@rinku.zaq.ne.jp +Patch2: tamago-fix-access-to-fwnn.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Summary: Multilingual input method for Emacs -# Summary(ja): Emacs のための多言語入力方法 -# %description -l ja -# すべてのソースが Emacs Lisp で実現されており、Tamago は、GNU Emacs -# 20.5 以降で多言語入力環境を提供します。バックエンドサーバとしては、 -# FreeWnn (jserver, cserver, tserver), Wnn6, SJ3 Ver.2, Canna に対応しています。 -# -# 著者: -# ------ -# NIIBE Yutaka -# KATAYAMA Yoshio -# TOMURA Satoru +License: GPL-2.0+ +Group: System/I18n/Japanese %description Tamago offers a multilingual input environment for GNU Emacs (>= 20.5). @@ -75,21 +90,25 @@ Authors: %prep -%setup -n tamago -%patch0 -p 1 +%setup -n egg-4.0.6+0.20041122cvs +%patch1 -p1 +%patch0 -p1 + cp -p $RPM_SOURCE_DIR/suse-start.el . -cp -p $RPM_SOURCE_DIR/egg-canna.el.bz2 . +#cp -p $RPM_SOURCE_DIR/egg-canna.el.bz2 . # deleted 2013-08-27 . cp -p $RPM_SOURCE_DIR/boiling-egg.el.bz2 . cp -p $RPM_SOURCE_DIR/*.pdf.bz2 . bunzip2 *.bz2 find -type d -name "CVS" | xargs rm -rfv +%patch2 -p1 + %build %define emacs_sitelisp_dir %{_datadir}/emacs/site-lisp %define emacs_package_dir %{emacs_sitelisp_dir}/egg ./configure --prefix=/usr make -for i in egg-canna boiling-egg +for i in boiling-egg # egg-canna was deleted 2013-08-27 do emacs -batch -q -no-site-file -no-init-file -f batch-byte-compile $i.el done @@ -100,7 +119,7 @@ if [ -n "%{?buildroot}" ] ; then fi mkdir -p $RPM_BUILD_ROOT%{emacs_sitelisp_dir} make install prefix=$RPM_BUILD_ROOT/usr -for i in egg-canna boiling-egg +for i in boiling-egg # egg-canna was deleted 2013-08-27 . do install -m644 $i.{el,elc} $RPM_BUILD_ROOT%{emacs_sitelisp_dir} done @@ -122,26 +141,10 @@ rm -fr $RPM_BUILD_ROOT %doc AUTHORS COPYING ChangeLog* PROBLEMS README* TODO *.pdf doc/* %{emacs_package_dir} %config %{emacs_sitelisp_dir}/suse-start-%{name}.el -%{emacs_sitelisp_dir}/egg-canna.el -%{emacs_sitelisp_dir}/egg-canna.elc +# egg-canna was deleted 2013-08-27 by bkbin005@rinku.zaq.ne.jp +#_{emacs_sitelisp_dir}/egg-canna.el +#_{emacs_sitelisp_dir}/egg-canna.elc %{emacs_sitelisp_dir}/boiling-egg.el %{emacs_sitelisp_dir}/boiling-egg.elc %changelog -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Fri Feb 06 2004 hmacht@suse.de -- building as non-root -* Wed May 21 2003 ro@suse.de -- remove CVS subdirs -* Wed Nov 13 2002 ro@suse.de -- use x-devel-packages -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Thu Nov 15 2001 mfabian@suse.de -- small fix to suse-start-tamago.el to make it work with Emacs 21 - again -* Fri Nov 09 2001 mfabian@suse.de -- add libjpeg libpng libtiff libungif to '# neededforbuild' -* Fri Oct 19 2001 mfabian@suse.de -- new package: tamago-4.0.6_20011017cvs