]> git.pld-linux.org Git - packages/aspell-en.git/blob - aspell-en.spec
- updated to 2017.08.24
[packages/aspell-en.git] / aspell-en.spec
1 Summary:        English dictionary for aspell
2 Summary(pl.UTF-8):      Angielski słownik dla aspella
3 Name:           aspell-en
4 Version:        2017.08.24
5 %define subv    0
6 Release:        1
7 Epoch:          2
8 License:        Custom
9 Group:          Applications/Text
10 Source0:        http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{subv}.tar.bz2
11 # Source0-md5:  e844f05fb11426a8620afb45c1b4d104
12 URL:            http://aspell.net/
13 BuildRequires:  aspell >= 3:0.60
14 BuildRequires:  which
15 Requires:       aspell >= 3:0.60
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 English dictionary (i.e. word list) for aspell.
20
21 %description -l pl.UTF-8
22 Angielski słownik (lista słów) dla aspella.
23
24 %prep
25 %setup -q -n aspell6-en-%{version}-%{subv}
26
27 %build
28 # note: configure is not autoconf-generated
29 ./configure
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Copyright README doc/{ChangeLog,SCOWL-README,extra.txt}
45 %{_libdir}/aspell/american*.alias
46 %{_libdir}/aspell/australian*.alias
47 %{_libdir}/aspell/british*.alias
48 %{_libdir}/aspell/canadian*.alias
49 %{_libdir}/aspell/english*.alias
50 %{_libdir}/aspell/en*.multi
51 %{_libdir}/aspell/en*.rws
52 %{_datadir}/aspell/en*.dat
This page took 0.074412 seconds and 3 git commands to generate.