%define name iiimf-csconv %define version 11.4 %define release 4 Name: %{name} Version: %{version} Release: %{release} License: LGPL Summary: Codeset conversion module for Internet/Intranet Input Method server framework Source: %{name}-%{version}.tar.bz2 URL: http://www.oepni18n.org/ Group: System/OPENI18N/IIIMF Buildroot: %{_tmppath}/%{name}-%{version}-build Autoreqprov:on #Requires: iiimf-csconv >= 11_4-4 %description Codeset conversion module for Internet/Intranet Input Method server framework %prep %setup -q -n im-sdk %build cd lib/CSConv ./configure --prefix=%{_prefix} make cd ../.. %install cd lib/CSConv make DESTDIR=$RPM_BUILD_ROOT install cd ../.. %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr (-, root, root) %{_prefix}/csconv/* %{_prefix}/csconv/compoundtext/* %{_prefix}/icuconv/*.so %{_prefix}/share/icu/1.4.0/* %changelog * Wed Feb 19 2004 - ILGYOUNG Park - Initial version of iiimf-csconv for openi18n.org rpm build