aspell-en.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19719 d184ca39d269
permissions -rw-r--r--
access control test #4

#
# 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.
#

Name:     	aspell-en
Version: 	0.51
Release:        357
Vendor:		Sun Microsystems, Inc.
Distribution:	Java Desktop System
Copyright:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Docdir:         %{_datadir}/doc
Autoreqprov:    on
BuildArch:      noarch
Source:		%{name}-%{version}.tar.gz
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)
%{_datadir}/aspell/*
%{_libdir}/aspell/*
%dir %{_datadir}/aspell
%dir %{_libdir}/aspell

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


%build
./configure

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* 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