2007-01-15 22:51:46 +00:00
|
|
|
#
|
2011-05-05 14:26:01 +00:00
|
|
|
# spec file for package aspell-en
|
2007-01-15 22:51:46 +00:00
|
|
|
#
|
2022-07-07 12:29:27 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2007-01-15 22:51:46 +00:00
|
|
|
#
|
2008-10-23 02:26:52 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-12-19 12:34:56 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 22:51:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2011-05-05 14:26:01 +00:00
|
|
|
%define aspell_dict_dir %(aspell dump config dict-dir)
|
|
|
|
%define aspell_data_dir %(aspell dump config data-dir)
|
|
|
|
|
2007-01-15 22:51:46 +00:00
|
|
|
Name: aspell-en
|
2020-12-28 12:40:11 +00:00
|
|
|
Version: 2020.12.07
|
2015-05-11 13:45:20 +00:00
|
|
|
Release: 0
|
2011-05-05 14:26:01 +00:00
|
|
|
Summary: English Dictionaries for ASpell
|
2019-12-19 12:34:56 +00:00
|
|
|
License: MIT AND BSD-3-Clause
|
2019-10-18 09:17:04 +00:00
|
|
|
Group: Productivity/Text/Spell
|
2015-05-11 13:45:20 +00:00
|
|
|
|
2019-12-19 12:34:56 +00:00
|
|
|
URL: http://wordlist.aspell.net/
|
2022-07-07 12:29:27 +00:00
|
|
|
Source0: https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-0.tar.bz2
|
2022-07-07 12:30:15 +00:00
|
|
|
Source1: https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-0.tar.bz2.sig
|
2018-08-11 17:47:06 +00:00
|
|
|
# keyring from ftp://ftp.gnu.org/gnu/aspell/dict/0index.html
|
|
|
|
# http://aspell.net/dict-upload-key.txt + http://kevin.atkinson.dhs.org/public-key.txt
|
|
|
|
Source2: aspell-en.keyring
|
2007-01-15 22:51:46 +00:00
|
|
|
|
2011-05-05 14:26:01 +00:00
|
|
|
BuildRequires: aspell >= 0.60
|
|
|
|
BuildRequires: fdupes
|
|
|
|
Provides: locale(aspell:en)
|
2007-01-15 22:51:46 +00:00
|
|
|
|
2011-05-05 14:26:01 +00:00
|
|
|
%description
|
|
|
|
An English, Canadian English and British English dictionary for the ASpell
|
|
|
|
spell checker.
|
2007-01-15 22:51:46 +00:00
|
|
|
|
|
|
|
%prep
|
2020-10-12 12:38:19 +00:00
|
|
|
%setup -q -n aspell6-en-%{version}-0
|
2007-01-15 22:51:46 +00:00
|
|
|
|
|
|
|
%build
|
2012-01-29 00:47:39 +00:00
|
|
|
#not autoconf
|
2007-01-15 22:51:46 +00:00
|
|
|
./configure
|
2012-01-29 00:47:39 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 22:51:46 +00:00
|
|
|
|
|
|
|
%install
|
2011-05-05 14:26:01 +00:00
|
|
|
%makeinstall
|
2018-08-11 17:47:06 +00:00
|
|
|
fdupes %{buildroot}%{aspell_dict_dir}
|
2007-01-15 22:51:46 +00:00
|
|
|
|
|
|
|
%files
|
2018-08-11 15:42:44 +00:00
|
|
|
%license Copyright
|
|
|
|
%doc README doc/ChangeLog doc/SCOWL-README doc/extra.txt
|
2007-01-15 22:51:46 +00:00
|
|
|
%{aspell_dict_dir}/*.rws
|
|
|
|
%{aspell_dict_dir}/*.multi
|
|
|
|
%{aspell_dict_dir}/*.alias
|
|
|
|
%{aspell_data_dir}/*.dat
|
|
|
|
|
2007-05-02 18:16:41 +00:00
|
|
|
%changelog
|