Summary: Spanish files for aspell Name: aspell-es Version: 0.0 Release: 1 Group: Applications/Text Source: http://aspell.sourceforge.net/%{name}-%{version}.tar.bz2 URL: http://aspell.sourceforge.net/%{name}-%{version}-2.tar.bz2 Copyright: GPL Requires: aspell BuildRoot: %{_tmppath}/%{name}-root BuildRequires: aspell Obsoletes: ispell-es, ispell-spanish Prefix: %{_prefix} %description A Spanish dictionary for use with aspell, a spelling checker. %prep %setup -q -n %{name}-%{version}-2 %build # This is not a standard "autoconf" configure. Do not # try to add a --prefix or anything. ./configure make %install perl -pi -e 's|%{prefix}|%{buildroot}%{prefix}|' Makefile rm -fr $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{prefix}/lib/aspell mkdir -p $RPM_BUILD_ROOT%{prefix}/share/aspell mkdir -p $RPM_BUILD_ROOT%{prefix}/share/pspell make install %clean rm -fr $RPM_BUILD_ROOT/ %files %defattr(-,root,root) %doc README COPYING Copyright doc/* %{prefix}/lib/aspell/* %{prefix}/share/aspell/* %{prefix}/share/pspell/* %changelog * Mon Jul 02 2001 David Clissold - Initial build for AIX Toolbox * Tue May 01 2001 Bill Nottingham - build on ia64 * Sun Aug 20 2000 Trond Eivind Glomsrød - rebuild * Wed Aug 16 2000 Trond Eivind Glomsrød - Now they're not in aspell package anymore - again * Tue Aug 01 2000 Trond Eivind Glomsrød - use the French language descriptions shipped with aspell * Wed Jul 12 2000 Prospector - automatic rebuild * Fri Jun 30 2000 Trond Eivind Glomsrød - rebuild * Mon Jun 26 2000 Trond Eivind Glomsrød - updated dictionary to 0.03 - changed build procedure - include .pwli file * Sat Jun 17 2000 Trond Eivind Glomsrød - first RPM