From f38df0072a7ba418abfd40ba831ba57940661369dd9d2f230cb8eb51c94d7842 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 1 Dec 2008 16:49:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anthy?expand=0&rev=7 --- anthy.changes | 5 ++++ anthy.spec | 75 +++++++++++++++++++++++++++++---------------------- baselibs.conf | 1 + 3 files changed, 49 insertions(+), 32 deletions(-) create mode 100644 baselibs.conf diff --git a/anthy.changes b/anthy.changes index 9d82294..b10f548 100644 --- a/anthy.changes +++ b/anthy.changes @@ -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 diff --git a/anthy.spec b/anthy.spec index 455e23a..40300dc 100644 --- a/anthy.spec +++ b/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 %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 to -* 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 diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..6a07730 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +anthy