aspell-en.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8529 ace8e9b8a2b7
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.

#
# License (c) 2003 Sun Microsystems Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Owner: jedy
#
Name:     	aspell6-en
Version: 	6.0
%define tarball_suffix -0
Release:        1
Vendor:		Sun Microsystems, Inc.
Distribution:	Java Desktop System
Copyright:	Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Docdir:         %{_datadir}/doc
Autoreqprov:    on
BuildArch:      noarch
Source:		ftp://ftp.gnu.org/gnu/aspell/dict/en/%{name}-%{version}%{tarball_suffix}.tar.bz2
Summary:	English dictionaries for ASpell
Group:		Applications/Text

%define aspell_version 0.50.3
Requires:	aspell >= %{aspell_version}
BuildRequires:	aspell-devel >= %{aspell_version}

%description
ASpell requires a dictionary to function properly. This package contains the set of lists that are best for general purpose spell-checkers.

%files
%defattr(-, root, root)
%{_libdir}/aspell*/*

%prep
%setup  -q -n %{name}-%{version}%{tarball_suffix}

%build
./configure

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Thu Feb 16 2006 - [email protected]
- Bump to 6.0-0.
- Change name from aspell-en to aspell6-en.
* Tue Dec 20 2005 - [email protected]
- Bump to 0.51-1.
* Fri Aug 05 2005 - [email protected]
- simplify spec file
* Fri Jan 28 2005 - [email protected]
- Fix the wrong description by script failure.
* Mon Oct 04 2004 - [email protected]
- Changed aspell dep. version to 0.50.3