Home | History | Annotate | Download | only in gnome-2-16
      1 #
      2 # License (c) 2003 Sun Microsystems Inc.
      3 # This file and all modifications and additions to the pristine
      4 # package are under the same license as the package itself.
      5 #
      6 # Owner: jedy
      7 #
      8 Name:     	aspell6-en
      9 Version: 	6.0
     10 %define tarball_suffix -0
     11 Release:        1
     12 Vendor:		Sun Microsystems, Inc.
     13 Distribution:	Java Desktop System
     14 Copyright:	Other
     15 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
     16 Docdir:         %{_datadir}/doc
     17 Autoreqprov:    on
     18 BuildArch:      noarch
     19 Source:		ftp://ftp.gnu.org/gnu/aspell/dict/en/%{name}-%{version}%{tarball_suffix}.tar.bz2
     20 Summary:	English dictionaries for ASpell
     21 Group:		Applications/Text
     22 
     23 %define aspell_version 0.50.3
     24 Requires:	aspell >= %{aspell_version}
     25 BuildRequires:	aspell-devel >= %{aspell_version}
     26 
     27 %description
     28 ASpell requires a dictionary to function properly. This package contains the set of lists that are best for general purpose spell-checkers.
     29 
     30 %files
     31 %defattr(-, root, root)
     32 %{_libdir}/aspell*/*
     33 
     34 %prep
     35 %setup  -q -n %{name}-%{version}%{tarball_suffix}
     36 
     37 %build
     38 ./configure
     39 
     40 %install
     41 make install DESTDIR=$RPM_BUILD_ROOT
     42 
     43 %clean
     44 rm -rf $RPM_BUILD_ROOT
     45 
     46 %changelog
     47 * Thu Feb 16 2006 - halton.huo@sun.com
     48 - Bump to 6.0-0.
     49 - Change name from aspell-en to aspell6-en.
     50 * Tue Dec 20 2005 - damien.carbery@sun.com
     51 - Bump to 0.51-1.
     52 * Fri Aug 05 2005 - laca@sun.com
     53 - simplify spec file
     54 * Fri Jan 28 2005 - takao.fujiwara@sun.com
     55 - Fix the wrong description by script failure.
     56 * Mon Oct 04 2004 - dermot.mccluskey@sun.com
     57 - Changed aspell dep. version to 0.50.3
     58