# # spec file for package m17n-lib (Version 1.5.3) # # Copyright (c) 2009 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 # 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/ # Name: m17n-lib BuildRequires: anthy-devel freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel %if "%(xft-config --prefix)" == "/usr" %define appdefdir /usr/share/X11 %else %define appdefdir /usr/X11R6/lib/X11 %endif Version: 1.5.3 Release: 1 License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: System/I18n/Japanese AutoReqProv: on Requires: m17n-db Url: http://www.m17n.org/m17n-lib/ # CVS: # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db Source0: http://www.m17n.org/m17n-lib/download/m17n-lib-%{version}.tar.bz2 Source1: m17n-lib-rpmlintrc Patch: m17n-lib-1.5.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build 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: GPL v2 or later; LGPL v2.1 or later; X11/MIT Summary: Multilingual text processing library for the C language Group: Development/Libraries/Other 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 -n %{name}-%{version} %patch #find . -name CVS -type d | xargs rm -rf %build export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static --with-pic %{__make} %check export MALLOC_CHECK_=2 %{__make} check unset MALLOC_CHECK_ %install make DESTDIR=${RPM_BUILD_ROOT} install # Japanese app-defaults: mkdir -p $RPM_BUILD_ROOT%{appdefdir}/{ja,ja_JP,ja_JP.eucJP,ja_JP.SJIS,ja_JP.UTF-8}/app-defaults iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \ > $RPM_BUILD_ROOT%{appdefdir}/ja/app-defaults/M17NEdit iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \ > $RPM_BUILD_ROOT%{appdefdir}/ja_JP/app-defaults/M17NEdit iconv -f EUC-JP -t EUC-JP < example/M17NEdit.ja \ > $RPM_BUILD_ROOT%{appdefdir}/ja_JP.eucJP/app-defaults/M17NEdit iconv -f EUC-JP -t SJIS < example/M17NEdit.ja \ > $RPM_BUILD_ROOT%{appdefdir}/ja_JP.SJIS/app-defaults/M17NEdit iconv -f EUC-JP -t UTF-8 < example/M17NEdit.ja \ > $RPM_BUILD_ROOT%{appdefdir}/ja_JP.UTF-8/app-defaults/M17NEdit rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README ChangeLog %{_libdir}/lib*.so.* %{_bindir}/* %dir %{appdefdir}/?? %dir %{appdefdir}/??_* %dir %{appdefdir}/*/app-defaults %config %{appdefdir}/*/app-defaults/M17NEdit %files devel %defattr(-, root, root) %{_libdir}/lib*.so /usr/include/* %{_libdir}/pkgconfig/*.pc %changelog * Mon Oct 27 2008 mfabian@suse.de - update to m17n-lib 1.5.3. • only bugfixes. - * Fri Jun 13 2008 crrodriguez@suse.de - disable unusable static libraries * Thu Feb 28 2008 schwab@suse.de - Update to m17n-lib 1.5.1. * New API layer FLT is created. * New environment variable MDEBUG_FLT is available to turn on printing debug information for FLT, and these are now obsolete; MDEBUG_FONT_FLT, MDEBUG_FONT_OTF. * New functions mchartable_min_char () returns the mininum character. that is set some value in a char-table. New funcion mchartable_min_char () is for the maximum character. * Wed Sep 05 2007 mfabian@suse.de - add extra BuildRequires for SUSE_Linux_10.0 repository in the openSUSE build service. * Wed Aug 01 2007 mfabian@suse.de - update to 1.4.0: • New function msymbol_put_func (), msymbol_get_func (), mplist_put_func (), mplist_get_func (), mface_put_hook (), and mface_get_hook () are available to avoid unsafe casting of function pointer. New macro M17N_FUNC and new type M17NFunc are also introduced. - remove bugzilla-232303-local-variable-used-before-set.patch (was from upstream CVS). - add -fno-strict-aliasing . - add gd-devel to BuildRequires. * Thu May 24 2007 ro@suse.de - added ldconfig to post scripts * Tue Jan 09 2007 mfabian@suse.de - update to 1.3.4. - fix bugzilla #32303. * Sun Oct 29 2006 meissner@suse.de - build with RPM_OPT_FLAGS. Added some requires to -devel package. * Mon Aug 28 2006 mfabian@suse.de - update to 1.3.3.20060828 (fixes bugzilla #199870). • If the environment variable "M17NDIR" is not set, the directory "~/.m17n.d" is serched for database files. • New function mfont_list_family_names () returns a list of available font family names. • New functions mlanguage_list (), mlanguage_code (), mlanguage_name (), and mlanguage_text () return various language-related information. • New functions mscript_list () and mscript_language_list () return various script-related information. * Mon Aug 14 2006 mfabian@suse.de - move app-defaults to /usr/share/X11 (for X11R7). * Tue Jun 20 2006 mfabian@suse.de - update to 1.3.3.20060620: fixes bugzilla #185572 and some other small bugs. - install Japanese app-defaults. * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 13 2006 mfabian@suse.de - update to 1.3.0.20060113 (CVS HEAD). * Fri Jan 13 2006 mfabian@suse.de - update to 1.3.0. - add pkgconfig to # neededforbuild. * Fri Jan 14 2005 mfabian@suse.de - add "ispell words ispell-british" to "# neededforbuild" to make the ispell input method work. * Tue Dec 28 2004 mfabian@suse.de - update to 1.2.0. * Tue Dec 21 2004 mfabian@suse.de - update to 1.1.0.20041221 (cvs version) to test the new minput_reset_ic() function. * Thu Sep 30 2004 mfabian@suse.de - add "Requires: m17n-db". m17n-lib is almost useless without m17n-db and scim-m17n doesn't work at all without m17n-db. * Mon Sep 20 2004 mfabian@suse.de - Bugzilla #45562: move .so files to main package. scim-m17n needs the .so files but it should not need to require m17n-devel. * Fri Aug 20 2004 mfabian@suse.de - Bugzilla #44028: rename binaries from m* to m17n-* to remove conflict with majordomo's /usr/bin/medit. * Tue Aug 17 2004 mfabian@suse.de - update to 1.1.0. - remove Zhe Su's patch m17n-lib-typedef.diff (included upstream). - remove my useless-header.patch (included upstream). * Mon Aug 16 2004 mfabian@suse.de - new package: m17n-lib, version 1.0.2