diff --git a/m17n-lib.changes b/m17n-lib.changes index 69ba9b9..9c40a78 100644 --- a/m17n-lib.changes +++ b/m17n-lib.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Mon May 17 14:41:39 UTC 2010 - coolo@novell.com - -- do not require anthy, it creates a build cycle with emacs - ------------------------------------------------------------------- Thu Apr 22 17:38:25 CEST 2010 - tiwai@suse.de @@ -14,6 +9,7 @@ Mon Oct 27 15:57:18 CET 2008 - mfabian@suse.de - update to m17n-lib 1.5.3. • only bugfixes. +- ------------------------------------------------------------------- Fri Jun 13 02:31:25 CEST 2008 - crrodriguez@suse.de diff --git a/m17n-lib.spec b/m17n-lib.spec index 9eabf2a..53bb897 100644 --- a/m17n-lib.spec +++ b/m17n-lib.spec @@ -18,7 +18,7 @@ Name: m17n-lib -BuildRequires: freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel +BuildRequires: anthy-devel freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel %define appdefdir /usr/share/X11 Version: 1.6.0 Release: 1 @@ -39,6 +39,15 @@ Summary: Multilingual Text Processing Library for the C Language %description A multilingual text processing library for the C language. + + +Authors: +-------- + Kenichi Handa + Mikiko Nishikimi + Naoto Takahashi + Satoru Tomura + %package devel License: GPLv2+ ; LGPLv2.1+ ; MIT Summary: Multilingual text processing library for the C language @@ -48,6 +57,15 @@ Requires: %{name} = %{version} glibc-devel xorg-x11-libX11-devel %description devel A multilingual text processing library for the C language + + +Authors: +-------- + Kenichi Handa + Mikiko Nishikimi + Naoto Takahashi + Satoru Tomura + %prep %setup -q #find . -name CVS -type d | xargs rm -rf