Summary: French files for aspell Name: aspell-fr Version: 0.1 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-fr, ispell-french Prefix: %{_prefix} %description A French 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 %ifos oldstuff cp /usr/share/aspell/iso8859-1.dat . LC_CTYPE=fr_FR aspell --lang=francais --data-dir=. \ create master ./francais < francais.dict %endif %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 %ifos oldstuff install -m 0644 francais.dat $RPM_BUILD_ROOT%{prefix}/share/aspell install -m 0644 francais_phonet.dat $RPM_BUILD_ROOT%{prefix}/share/aspell install -m 0644 francais $RPM_BUILD_ROOT%{prefix}/lib/aspell ln -s francais $RPM_BUILD_ROOT%{prefix}/lib/aspell/french echo "%{prefix}/lib/aspell/francais" > $RPM_BUILD_ROOT%{prefix}/share/pspell/fr-aspell.pwli %endif %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