This commit is contained in:
committed by
Git OBS Bridge
parent
03390cd83f
commit
c81e6d29f5
@@ -8,6 +8,8 @@
|
||||
preedit string in vertical direction. Otherwise, it is
|
||||
displayed at the echo area.")
|
||||
|
||||
(load "/usr/share/emacs/site-lisp/uim-el/uim-leim" nil t)
|
||||
;; don't load uim-leim immediately, see
|
||||
;; http://bugzilla.novell.com/show_bug.cgi?id=436245
|
||||
(add-hook 'emacs-startup-hook '(lambda () (load "uim-el/uim-leim" nil t)))
|
||||
|
||||
;; /usr/share/emacs/site-lisp/suse-start-uim-el.el ends here
|
||||
|
10
uim.changes
10
uim.changes
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 15:22:26 CEST 2008 - mfabian@suse.de
|
||||
|
||||
- bnc#436245: Emacs cannot start flawlessly from within a directory
|
||||
containing umlauts in it's name: fix by loading uim-leim
|
||||
not immediately in suse-start-uim.el but rather load it in
|
||||
'emacs-startup-hook.
|
||||
(Fixed by Werner Fink <werner@suse.de>).
|
||||
- fix build in Factory (add “intltoolize --force -c --automake”)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 22:28:59 CET 2008 - mfabian@suse.de
|
||||
|
||||
|
97
uim.spec
97
uim.spec
@@ -2,14 +2,22 @@
|
||||
# spec file for package uim (Version 1.2.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: uim
|
||||
BuildRequires: anthy-devel canna-devel emacs-x11 gcc-c++ gnome-panel-devel gtk2-devel intltool ncurses-devel perl-XML-Parser pkg-config qt3-devel update-desktop-files xemacs
|
||||
%if %suse_version > 1020
|
||||
@@ -22,7 +30,7 @@ AutoReqProv: on
|
||||
PreReq: %{_bindir}/touch
|
||||
Provides: locale(xorg-x11:ja)
|
||||
Version: 1.2.1
|
||||
Release: 155
|
||||
Release: 275
|
||||
Url: http://uim.freedesktop.org/wiki/
|
||||
# svn co http://freedesktop.org:8080/svn/uim/trunk
|
||||
# Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2
|
||||
@@ -60,6 +68,7 @@ Authors:
|
||||
NOKUBI Takatsugu <knok@daionet.gr.jp>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version} glibc-devel
|
||||
@@ -78,6 +87,7 @@ Authors:
|
||||
NOKUBI Takatsugu <knok@daionet.gr.jp>
|
||||
|
||||
%package gtk2
|
||||
License: GPL v2 or later
|
||||
Summary: Control applet using gnome2
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@@ -99,6 +109,7 @@ Authors:
|
||||
NOKUBI Takatsugu <knok@daionet.gr.jp>
|
||||
|
||||
%package qt
|
||||
License: GPL v2 or later
|
||||
Summary: Qt input module plugin for uim
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}
|
||||
@@ -130,6 +141,7 @@ iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
|
||||
%build
|
||||
libtoolize --force --copy
|
||||
autoreconf --force --install
|
||||
intltoolize --force -c --automake
|
||||
%configure\
|
||||
--libexecdir=%{_prefix}/lib/uim \
|
||||
--without-m17nlib\
|
||||
@@ -280,74 +292,81 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
%{_datadir}/uim/helperdata/bushu.t
|
||||
|
||||
%changelog
|
||||
* Fri Jan 11 2008 - mfabian@suse.de
|
||||
* Fri Oct 17 2008 mfabian@suse.de
|
||||
- bnc#436245: Emacs cannot start flawlessly from within a directory
|
||||
containing umlauts in it's name: fix by loading uim-leim
|
||||
not immediately in suse-start-uim.el but rather load it in
|
||||
'emacs-startup-hook.
|
||||
(Fixed by Werner Fink <werner@suse.de>).
|
||||
- fix build in Factory (add “intltoolize --force -c --automake”)
|
||||
* Sat Jan 12 2008 mfabian@suse.de
|
||||
- include missing headers to make it build on STABLE.
|
||||
- use fdupes
|
||||
* Mon May 07 2007 - mfabian@suse.de
|
||||
* Mon May 07 2007 mfabian@suse.de
|
||||
- Bugzilla #271696: fix bug in uim start script which made it
|
||||
impossible to set uim as the default input method.
|
||||
Thanks to Satoshi Niimi <sa2c@sa2c.net> for the report and the
|
||||
fix.
|
||||
* Sat Mar 31 2007 - aj@suse.de
|
||||
* Sat Mar 31 2007 aj@suse.de
|
||||
- Cleanup BuildRequires.
|
||||
* Tue Feb 06 2007 - ro@suse.de
|
||||
* Tue Feb 06 2007 ro@suse.de
|
||||
- fix build
|
||||
* Fri Feb 02 2007 - sbrabec@suse.cz
|
||||
* Fri Feb 02 2007 sbrabec@suse.cz
|
||||
- Removed references to /opt/gnome.
|
||||
- Bi-arch libexecdir fix.
|
||||
- Package each file only once.
|
||||
- Use %%ghost for autogenerated files.
|
||||
* Mon Dec 25 2006 - schwab@suse.de
|
||||
* Mon Dec 25 2006 schwab@suse.de
|
||||
- Fix format string bugs.
|
||||
- Make uim-el less chatty.
|
||||
- Remove inappropriate advice.
|
||||
- Don't clobber current-input-method-title.
|
||||
* Fri Sep 15 2006 - mfabian@suse.de
|
||||
* Fri Sep 15 2006 mfabian@suse.de
|
||||
- make auto-autoloads.el for XEmacs really work.
|
||||
- make vertical candidate list display the default.
|
||||
* Thu Sep 14 2006 - mfabian@suse.de
|
||||
* Thu Sep 14 2006 mfabian@suse.de
|
||||
- add uim-el for XEmacs.
|
||||
- byte-compile the .el files for Emacs and XEmacs.
|
||||
- add suse-start-uim.el for Emacs and auto-autoloads.el for XEmacs
|
||||
to be able to use uim-el without further setup.
|
||||
* Mon Sep 11 2006 - mfabian@suse.de
|
||||
* Mon Sep 11 2006 mfabian@suse.de
|
||||
- update to 1.2.1.
|
||||
- new subpackage uim-qt (used to be build from a different
|
||||
tarball but it is now included in uim).
|
||||
* Mon Jun 19 2006 - schwab@suse.de
|
||||
* Mon Jun 19 2006 schwab@suse.de
|
||||
- Work around broken use of configure substitutions.
|
||||
* Tue Feb 28 2006 - mfabian@suse.de
|
||||
* Tue Feb 28 2006 mfabian@suse.de
|
||||
- add "Provides: locale(...)".
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Jan 18 2006 - schwab@suse.de
|
||||
* Wed Jan 18 2006 schwab@suse.de
|
||||
- Fix garbage collector.
|
||||
- Use RPM_OPT_FLAGS.
|
||||
- Fix aliasing bugs.
|
||||
* Fri Aug 26 2005 - mfabian@suse.de
|
||||
* Fri Aug 26 2005 mfabian@suse.de
|
||||
- Bugzilla #113081: uim should register the input modules in the
|
||||
%%post script.
|
||||
* Thu Aug 25 2005 - mfabian@suse.de
|
||||
* Thu Aug 25 2005 mfabian@suse.de
|
||||
- Bugzilla #112931: gtk2 specific stuff in %%post and %%postun should
|
||||
be moved to the proper sub-package.
|
||||
* Mon Aug 08 2005 - mfabian@suse.de
|
||||
* Mon Aug 08 2005 mfabian@suse.de
|
||||
- update to 0.4.8.
|
||||
* Tue May 31 2005 - mfabian@suse.de
|
||||
* Tue May 31 2005 mfabian@suse.de
|
||||
- update to 0.4.6 svn revison 850.
|
||||
remove ipa-x-sampa.patch (included).
|
||||
* Mon Apr 25 2005 - mfabian@suse.de
|
||||
* Mon Apr 25 2005 mfabian@suse.de
|
||||
- update to 0.4.6 svn revision 828.
|
||||
- fix a small problem in ipa-x-sampa: mnenonic for U+02D0 and
|
||||
U+02D1 is ':' and ':\' respectively (not ';' and ';\').
|
||||
* Thu Feb 24 2005 - mfabian@suse.de
|
||||
* Thu Feb 24 2005 mfabian@suse.de
|
||||
- Bugzilla #66448: update to 0.4.6 svn revision 714
|
||||
to fix a security problem (CAN-2005-0503).
|
||||
* Tue Feb 22 2005 - mfabian@suse.de
|
||||
* Tue Feb 22 2005 mfabian@suse.de
|
||||
- fix typo in /etc/X11/xim.d/uim.
|
||||
* Tue Feb 22 2005 - mfabian@suse.de
|
||||
* Tue Feb 22 2005 mfabian@suse.de
|
||||
- create start script /etc/X11/xim.d/uim and symlink in ja
|
||||
subdirectory.
|
||||
* Sat Jan 08 2005 - mfabian@suse.de
|
||||
* Sat Jan 08 2005 mfabian@suse.de
|
||||
- update to 0.4.5.20050108.165 (fixes crashes and moves the plugins
|
||||
to the correct directory).
|
||||
- add anthy, anthy-devel to "# neededforbuild". Previously anthy
|
||||
@@ -356,39 +375,39 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
it's not necessary anymore and setting the wildcard for the
|
||||
direct input method to the empty string instead of "*" makes
|
||||
uim crash.
|
||||
* Fri Jan 07 2005 - mfabian@suse.de
|
||||
* Fri Jan 07 2005 mfabian@suse.de
|
||||
- update to 0.4.5.20050107.
|
||||
- remove uim-toolbar-gtk.patch (now included in tarball).
|
||||
* Wed Jan 05 2005 - mfabian@suse.de
|
||||
* Wed Jan 05 2005 mfabian@suse.de
|
||||
- update prime.scm to prime_2004-12-13.scm.
|
||||
* Wed Dec 22 2004 - mfabian@suse.de
|
||||
* Wed Dec 22 2004 mfabian@suse.de
|
||||
- apply uim-toolbar-gtk.patch received from
|
||||
TOKUNAGA Hiroyuki <tkng@xem.jp> to make uim-toolbar-gtk work
|
||||
with gtk+ >= 2.5.
|
||||
* Fri Dec 17 2004 - mfabian@suse.de
|
||||
* Fri Dec 17 2004 mfabian@suse.de
|
||||
- fix version number in configure.ac.
|
||||
* Wed Dec 15 2004 - mfabian@suse.de
|
||||
* Wed Dec 15 2004 mfabian@suse.de
|
||||
- update to 0.4.5svn1650.
|
||||
dont-use-uim-default-by-default-for-all-languages.patch is
|
||||
apparently not necessary anymore.
|
||||
* Fri Sep 17 2004 - ro@suse.de
|
||||
* Fri Sep 17 2004 ro@suse.de
|
||||
- remove xfce from neededforbuild (unused anyway)
|
||||
* Sat Sep 04 2004 - mfabian@suse.de
|
||||
* Sat Sep 04 2004 mfabian@suse.de
|
||||
- update to 0.4.3.
|
||||
* Tue Aug 24 2004 - mfabian@suse.de
|
||||
* Tue Aug 24 2004 mfabian@suse.de
|
||||
- Bugzilla #44155: add /usr/bin/touch to PreReq:.
|
||||
* Fri Aug 20 2004 - mfabian@suse.de
|
||||
* Fri Aug 20 2004 mfabian@suse.de
|
||||
- update to svn trunk (0.4.2.1.20040820) to fix the switching
|
||||
between the romaji and kana input mode, see also:
|
||||
http://freedesktop.org/pipermail/uim/2004-August/000603.html
|
||||
* Fri Aug 13 2004 - mfabian@suse.de
|
||||
* Sat Aug 14 2004 mfabian@suse.de
|
||||
- update to 0.4.2.1
|
||||
- add control-reaches-end-of-non-void-function.patch.
|
||||
- move uim-helper-candwin-gtk, uim-helper-toolbar-gtk, and
|
||||
uim-helper-applet to uim-applet sub-package.
|
||||
* Tue Mar 16 2004 - mfabian@suse.de
|
||||
* Wed Mar 17 2004 mfabian@suse.de
|
||||
- update to 0.3.2.
|
||||
* Tue Mar 16 2004 - mfabian@suse.de
|
||||
* Wed Mar 17 2004 mfabian@suse.de
|
||||
- make only uim-anthy a default gtk-input-module for Japanese.
|
||||
- don't use the uim-default input module for any language by
|
||||
default (This module was used for *all* languages by default,
|
||||
@@ -396,8 +415,8 @@ touch var/adm/SuSEconfig/run-gtk
|
||||
uim-helper-server would start, which is quite useless).
|
||||
- add canna canna-devel canna-libs to # neededforbuild in order
|
||||
to build the uim-canna module as well.
|
||||
* Fri Mar 05 2004 - mfabian@suse.de
|
||||
* Fri Mar 05 2004 mfabian@suse.de
|
||||
- update to 0.3.1
|
||||
- remove uim.patch and warnings.patch (included upstream).
|
||||
* Thu Feb 26 2004 - mfabian@suse.de
|
||||
* Thu Feb 26 2004 mfabian@suse.de
|
||||
- new package, version 0.3.0.1.
|
||||
|
Reference in New Issue
Block a user