# # spec file for package m17n-lib (Version 1.4.0) # # Copyright (c) 2007 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. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild 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 %suse_version < 1010 BuildRequires: libjpeg-devel libpng-devel %endif %if "%(xft-config --prefix)" == "/usr" %define appdefdir /usr/share/X11 %else %define appdefdir /usr/X11R6/lib/X11 %endif Version: 1.4.0 Release: 19 License: GPL v2 or later, LGPL v2 or later 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-1.4.0.tar.bz2 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 Summary: multilingual text processing library for the C language Group: System/I18n/Japanese Requires: %{name} = %{version} glibc-devel fribidi-devel libotf-devel fontconfig-devel freetype2-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} find . -name CVS -type d | xargs rm -rf %build ./bootstrap.sh libtoolize --force --automake autoreconf --force --install --verbose CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ CXXFLAGS="$RPM_OPT_FLAGS-fno-strict-aliasing " \ ./configure --prefix=/usr \ --sysconfdir=%{_sysconfdir} \ --libdir=%{_libdir} \ --with-pic make %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; 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 %clean rm -rf $RPM_BUILD_ROOT; %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README ChangeLog %dir %{_libdir}/lib*.so.* %{_libdir}/lib*.so %{_bindir}/* %dir %{appdefdir}/?? %dir %{appdefdir}/??_* %dir %{appdefdir}/*/app-defaults %config %{appdefdir}/*/app-defaults/M17NEdit %files devel %defattr(-, root, root) /usr/include/* %{_libdir}/lib*.*a %{_libdir}/pkgconfig/*.pc %changelog * 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