forked from pool/anthy
This commit is contained in:
parent
d1cea1036d
commit
f38df0072a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 12:45:37 CET 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf for anthy (needed by uim)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 18:16:03 CET 2008 - mfabian@suse.de
|
||||
|
||||
|
75
anthy.spec
75
anthy.spec
@ -2,14 +2,22 @@
|
||||
# spec file for package anthy (Version 9100)
|
||||
#
|
||||
# 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: anthy
|
||||
BuildRequires: emacs-x11 giflib-devel krb5 libpng-devel libtiff-devel openldap2 openldap2-devel xemacs xorg-x11-devel
|
||||
%if %suse_version > 1020
|
||||
@ -24,7 +32,7 @@ Provides: locale(m17n-lib:ja)
|
||||
Provides: locale(xemacs:ja)
|
||||
Provides: locale(emacs:ja)
|
||||
Version: 9100
|
||||
Release: 61
|
||||
Release: 166
|
||||
Url: http://sourceforge.jp/projects/anthy/
|
||||
# old URL, still some information only there: http://www.kmc.kyoto-u.ac.jp/proj/heke/
|
||||
# cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/anthy login
|
||||
@ -65,6 +73,7 @@ Authors:
|
||||
TAHATA Yuusuke <yusuke@kmc.kyoto-u.ac.jp>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: System/I18n/Japanese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -146,75 +155,77 @@ popd
|
||||
%{_libdir}/pkgconfig/anthy.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 11 2008 - mfabian@suse.de
|
||||
* Mon Dec 01 2008 ro@suse.de
|
||||
- added baselibs.conf for anthy (needed by uim)
|
||||
* Fri Jan 11 2008 mfabian@suse.de
|
||||
- use fdupes only for openSUSE >= 10.3 to make it work for the
|
||||
older versions in the openSUSE build service.
|
||||
* Tue Dec 04 2007 - mfabian@suse.de
|
||||
* Tue Dec 04 2007 mfabian@suse.de
|
||||
- remove openldap2 from BuildRequires.
|
||||
- use fdupes.
|
||||
* Thu Aug 02 2007 - mfabian@suse.de
|
||||
* Thu Aug 02 2007 mfabian@suse.de
|
||||
- update to 9100.
|
||||
- add ldconfig post scripts.
|
||||
* Wed Apr 25 2007 - mfabian@suse.de
|
||||
* Wed Apr 25 2007 mfabian@suse.de
|
||||
- update to 8813.
|
||||
* Tue Dec 19 2006 - mfabian@suse.de
|
||||
* Tue Dec 19 2006 mfabian@suse.de
|
||||
- update to 8419.
|
||||
- fix bugzilla #224463.
|
||||
* Fri Jul 28 2006 - mfabian@suse.de
|
||||
* Fri Jul 28 2006 mfabian@suse.de
|
||||
- update to 7917.
|
||||
•dictionary of place names added
|
||||
•memory leak when the emacs key-map was changed fixed
|
||||
•add a dictionary of postal codes
|
||||
* 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
|
||||
* Fri Jan 13 2006 - mfabian@suse.de
|
||||
* Fri Jan 13 2006 mfabian@suse.de
|
||||
- update to 7307.
|
||||
* Wed Aug 03 2005 - mfabian@suse.de
|
||||
* Wed Aug 03 2005 mfabian@suse.de
|
||||
- update to 6801.
|
||||
- remove Andreas Schwab's cleanup.patch, it is included now.
|
||||
* Fri May 06 2005 - mfabian@suse.de
|
||||
* Fri May 06 2005 mfabian@suse.de
|
||||
- update to 6506.
|
||||
* Sat Apr 23 2005 - schwab@suse.de
|
||||
* Sat Apr 23 2005 schwab@suse.de
|
||||
- Clean up lisp code.
|
||||
- Move *.so links to devel package.
|
||||
* Tue Feb 01 2005 - mfabian@suse.de
|
||||
* Tue Feb 01 2005 mfabian@suse.de
|
||||
- update to 6131.
|
||||
* Tue Jan 18 2005 - mfabian@suse.de
|
||||
* Tue Jan 18 2005 mfabian@suse.de
|
||||
- fix anthy.el to make 'backspace work when XEmacs is started
|
||||
in a terminal "xemacs -nw".
|
||||
* Tue Dec 28 2004 - mfabian@suse.de
|
||||
* Tue Dec 28 2004 mfabian@suse.de
|
||||
- update to 6024.
|
||||
* Thu Dec 16 2004 - mfabian@suse.de
|
||||
* Thu Dec 16 2004 mfabian@suse.de
|
||||
- update to 5924.
|
||||
* Mon Oct 11 2004 - mfabian@suse.de
|
||||
* Mon Oct 11 2004 mfabian@suse.de
|
||||
- make 'anthy-add-word' work with xemacs.
|
||||
- make 'anthy-add-word-interactive' work for special nouns.
|
||||
* Mon Sep 20 2004 - mfabian@suse.de
|
||||
* Mon Sep 20 2004 mfabian@suse.de
|
||||
- Bugzilla #45561: move .so files to main package. uim needs the
|
||||
.so files but uim should not need to have anthy-devel installed
|
||||
to work.
|
||||
- update to 5714:
|
||||
- initialize hankaku_kana_table. otherwise segv.
|
||||
- depgraph/: update from hmm branch
|
||||
* Sat Sep 04 2004 - mfabian@suse.de
|
||||
* Sat Sep 04 2004 mfabian@suse.de
|
||||
- update to 5704.
|
||||
* Fri Aug 13 2004 - mfabian@suse.de
|
||||
* Fri Aug 13 2004 mfabian@suse.de
|
||||
- update to 5613.
|
||||
* Tue Feb 24 2004 - mfabian@suse.de
|
||||
* Tue Feb 24 2004 mfabian@suse.de
|
||||
- update to 5021.
|
||||
* Tue Feb 10 2004 - mfabian@suse.de
|
||||
* Tue Feb 10 2004 mfabian@suse.de
|
||||
- update to 5008.
|
||||
- compile and install emacs-lisp file for XEmacs as well.
|
||||
- don't build as root.
|
||||
* Mon Aug 25 2003 - mfabian@suse.de
|
||||
* Mon Aug 25 2003 mfabian@suse.de
|
||||
- update to 4421.
|
||||
* Sun Feb 16 2003 - mfabian@suse.de
|
||||
* Sun Feb 16 2003 mfabian@suse.de
|
||||
- update to 3814
|
||||
* Mon Nov 11 2002 - ro@suse.de
|
||||
* Mon Nov 11 2002 ro@suse.de
|
||||
- changed neededforbuild <xshared> to <x-devel-packages>
|
||||
* Mon Aug 12 2002 - mfabian@suse.de
|
||||
* Mon Aug 12 2002 mfabian@suse.de
|
||||
- update to 3208
|
||||
- fix autoconf problem
|
||||
- anthy-devel should require anthy
|
||||
@ -223,15 +234,15 @@ popd
|
||||
- add suse-start-anthy.el to make the input-method
|
||||
'japanese-anthy automatically available for GNU Emacs as soon
|
||||
as anthy is installed.
|
||||
* Fri Apr 05 2002 - mfabian@suse.de
|
||||
* Fri Apr 05 2002 mfabian@suse.de
|
||||
- update to 2427b
|
||||
- use 'libtoolize --force' and 'autoreconf --force --install'
|
||||
to fix build problems
|
||||
* Wed Apr 03 2002 - mfabian@suse.de
|
||||
* Wed Apr 03 2002 mfabian@suse.de
|
||||
- update to version 2307
|
||||
- update cannadic to 0.94b
|
||||
- use %%{_libdir}
|
||||
- add emacs stuff to '# neededforbuild' to be able to compile
|
||||
anthy.el
|
||||
* Sat Sep 08 2001 - mfabian@suse.de
|
||||
* Sat Sep 08 2001 mfabian@suse.de
|
||||
- new package: Anthy, version 1800b
|
||||
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
anthy
|
Loading…
Reference in New Issue
Block a user