%define ver 1.6.4 %define rel 1 Summary: a multilingual text processing library for the C language Name: m17n-lib Version: %{ver} Release: %{rel}%{?_dist_release} Source0: %{name}-%{version}.tar.gz License: LGPLv2.1+ Group: System Environment/Libraries URL: http://www.m17n.org/m17n-lib-ja/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gd-devel BuildRequires: fontconfig-devel BuildRequires: libotf-devel BuildRequires: libxml2-devel BuildRequires: libXt-devel BuildConflicts: anthy-devel Vendor: Project Vine Distribution: Vine Linux %description The m17n library is a multilingual text processing library for the C language. %package devel Summary: Development files for the %{name} package Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Development files for the %{name} package. %prep %setup -q %build %configure --with-fontconfig --with-gd --disable-static #%{__make} %{?_smp_mflags} ## don't use smp_mflags %{__make} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{makeinstall} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # remove unused files %{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/m17n/1.0/libmimx-anthy.so %{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/m17n/1.0/libmimx-ispell.so %clean %{__rm} -rf ${RPM_BUILD_ROOT} %check make check %post -p /sbin/ldconfig %postun if [ "$1" = "0" ] ; then /sbin/ldconfig fi %files %defattr(-,root,root) %doc COPYING ChangeLog NEWS README TODO %{_bindir}/m17n* %{_libdir}/lib*.so.0.* %{_libdir}/m17n/1.0/libm17n-X.so %{_libdir}/m17n/1.0/libm17n-gd.so %files devel %defattr(-,root,root) %doc example %{_includedir}/*.h %{_libdir}/lib*.so %{_libdir}/lib*.so.0 %{_libdir}/pkgconfig/m17n*.pc %changelog * Sun Jul 20 2014 Yoji TOYODA 1.6.4-1 - update to 1.6.4 - add BuildRequires: libXt-devel * Mon Dec 30 2013 Yoji TOYODA 1.5.5-5 - rebuild with VineSeed environment * Wed Oct 02 2013 Tomohiro "Tomo-p" KATO 1.5.5-4 - rebuilt with gd-2.1.0. * Sun May 8 2011 IWAI, Masaharu 1.5.5-3 - add BuildRequires: libxml2-devel - add BuildConflicts: anthy-devel * Fri Oct 01 2010 Shu KONNO 1.5.5-2 - rebuilt with rpm-4.8.1 for pkg-config * Sun Feb 7 2010 IWAI, Masaharu 1.5.5-1 - new upstream release * Tue Apr 7 2009 Shu KONNO 1.5.4-2 - dropt %%{?_smp_mflags} * Wed Apr 1 2009 IWAI, Masaharu 1.5.4-1 - initial release