Name: compface Version: 1.5.2 Release: 1 Summary: Utilities for handling X-Faces Group: Applications/Multimedia License: MIT URL: http://ftp.xemacs.org/pub/xemacs/aux/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Compface is a filter for generating highly compressed representations of 48x48x1 face image files, which can be used in mail clients and mail notification programs. Uncompface is an inverse filter, which performs an inverse transformation with no loss of data. %package devel Summary: Development files for handling X-Faces Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel %{summary}. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --enable-shared --disable-static make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make prefix=${RPM_BUILD_ROOT}%{_prefix} install ( cd ${RPM_BUILD_ROOT} for dir in bin include lib do mkdir -p usr/${dir} cd usr/${dir} ln -sf ../..%{_prefix}/${dir}/* . cd - done ) %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc ChangeLog README xbm2xface.pl %{_bindir}/* %{_libdir}/*.a %{_mandir}/man1/* %files devel %defattr(-,root,system,-) %{_includedir}/* %{_mandir}/man3/* %changelog * Tue Apr 22 2008 Michael Perzl - 1.5.2-1 - first version for AIX V5.1 and higher