]> git.pld-linux.org Git - packages/aspell-es.git/blob - aspell-es.spec
- BR: which
[packages/aspell-es.git] / aspell-es.spec
1 Summary:        Spanish dictionary for aspell
2 Summary(es.UTF-8):      Diccionario de español para aspell
3 Summary(pl.UTF-8):      Hiszpański słownik dla aspella
4 Summary(pt_BR.UTF-8):   Dicionário de espanhol para o aspell
5 Name:           aspell-es
6 Version:        1.11
7 %define subv    2
8 Release:        1
9 Epoch:          1
10 License:        GPL v2
11 Group:          Applications/Text
12 Source0:        http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-%{version}-%{subv}.tar.bz2
13 # Source0-md5:  8406336a89c64e47e96f4153d0af70c4
14 URL:            http://aspell.sourceforge.net/
15 BuildRequires:  aspell >= 3:0.60.0
16 BuildRequires:  which
17 Requires:       aspell >= 3:0.60.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Spanish dictionary (i.e. word list) for aspell.
22
23 %description -l es.UTF-8
24 Diccionario de la lengua española para el verificador ortográfico aspell.
25
26 %description -l pl.UTF-8
27 Hiszpański słownik (lista słów) dla aspella.
28
29 %description -l pt_BR.UTF-8
30 Dicionários da língua espanhola para o verificador ortográfico aspell.
31
32 %prep
33 %setup -q -n aspell6-es-%{version}-%{subv}
34
35 %build
36 # note: configure is not autoconf-generated
37 ./configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc Copyright README
53 %{_libdir}/aspell/castellano.alias
54 %{_libdir}/aspell/es.*
55 %{_libdir}/aspell/espanol.alias
56 %{_libdir}/aspell/spanish.alias
57 %{_datadir}/aspell/es.dat
58 %{_datadir}/aspell/es_affix.dat
This page took 0.039019 seconds and 3 git commands to generate.