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